Accepting request 528267 from home:msvec:branches:network:utilities
- update to 3.2 * Authentication mechanism added * New --dscp option allows specifying the DSCP value * Details: https://github.com/esnet/iperf/blob/master/RELEASE_NOTES * Bug fixes OBS-URL: https://build.opensuse.org/request/show/528267 OBS-URL: https://build.opensuse.org/package/show/network:utilities/iperf?expand=0&rev=38
This commit is contained in:
parent
e57c2d980f
commit
6364214446
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:60d8db69b1d74a64d78566c2317c373a85fef691b8d277737ee5d29f448595bf
|
||||
size 546899
|
3
iperf-3.2.tar.gz
Normal file
3
iperf-3.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f207b36f861485845dbdf09f909c62f3d2222a3cf3d2682095aede8213cd9c1d
|
||||
size 586550
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 22 08:35:05 UTC 2017 - msvec@suse.com
|
||||
|
||||
- update to 3.2
|
||||
* Authentication mechanism added
|
||||
* New --dscp option allows specifying the DSCP value
|
||||
* Details: https://github.com/esnet/iperf/blob/master/RELEASE_NOTES
|
||||
* Bug fixes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 11 14:07:45 UTC 2016 - aj@ajaissle.de
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%define soname 0
|
||||
Name: iperf
|
||||
Version: 3.1.3
|
||||
Version: 3.2
|
||||
Release: 0
|
||||
Summary: A tool to measure network performance
|
||||
License: BSD-3-Clause
|
||||
@ -34,6 +34,7 @@ BuildRequires: libuuid-devel
|
||||
BuildRequires: pkgconfig(uuid)
|
||||
%endif
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Requires: lib%{name}%{soname} = %{version}-%{release}
|
||||
|
||||
%description
|
||||
Iperf is a tool for active measurements of the maximum achievable bandwidth
|
||||
|
Loading…
Reference in New Issue
Block a user