Commit Graph

67 Commits

Author SHA256 Message Date
Ana Guerrero
453fd503c2 Accepting request 1113658 from network:utilities
- update to 3.15 (bsc#1215662, ESNET-SECADV-2023-0002):
  * obsoletes CVE-2023-38403.patch in older dists

OBS-URL: https://build.opensuse.org/request/show/1113658
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/iperf?expand=0&rev=36
2023-09-26 20:00:55 +00:00
6a56638da4 * obsoletes CVE-2023-38403.patch in older dists
OBS-URL: https://build.opensuse.org/package/show/network:utilities/iperf?expand=0&rev=67
2023-09-26 11:50:36 +00:00
ef9def5ce4 - update to 3.15 (bsc#1215662, ESNET-SECADV-2023-0002):
OBS-URL: https://build.opensuse.org/package/show/network:utilities/iperf?expand=0&rev=66
2023-09-26 07:05:47 +00:00
Ana Guerrero
347b4e16c4 Accepting request 1113223 from network:utilities
- update to 3.15:
  * Several bugs that could allow the iperf3 server to hang waiting
    for input on the control connection has been fixed
    (ESnet Software Security Advisory ESNET-SECADV-2023-0002)
  * A bug that caused garbled output with UDP tests on 32-bit hosts
    has been fixed (PR #1554, PR #1556). This bug was introduced in
    iperf-3.14.
  * A bug in counting UDP messages has been fixed

    JSON output on CentOS 6
  * This maintenance release adds a -1 flag to make the iperf3
    execute a single test and exit, needed for an upcoming bwctl
    there is only one stream.
version developed at NLANR/DAST. iperf3 is a new implementation from scratch,
with the goal of a smaller, simpler code base, and a library version of the
functionality that can be used in other programs. iperf3 also a number of
features found in other tools such as nuttcp and netperf, but were missing
from the original iperf. These include, for example, a zero-copy mode and

OBS-URL: https://build.opensuse.org/request/show/1113223
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/iperf?expand=0&rev=35
2023-09-25 18:02:38 +00:00
9e17dabfc7 - update to 3.15:
* Several bugs that could allow the iperf3 server to hang waiting
    for input on the control connection has been fixed
    (ESnet Software Security Advisory ESNET-SECADV-2023-0002)
  * A bug that caused garbled output with UDP tests on 32-bit hosts
    has been fixed (PR #1554, PR #1556). This bug was introduced in
    iperf-3.14.
  * A bug in counting UDP messages has been fixed
    JSON output on CentOS 6
  * This maintenance release adds a -1 flag to make the iperf3
    execute a single test and exit, needed for an upcoming bwctl
    there is only one stream.
version developed at NLANR/DAST. iperf3 is a new implementation from scratch,
with the goal of a smaller, simpler code base, and a library version of the
functionality that can be used in other programs. iperf3 also a number of
features found in other tools such as nuttcp and netperf, but were missing
from the original iperf. These include, for example, a zero-copy mode and

OBS-URL: https://build.opensuse.org/package/show/network:utilities/iperf?expand=0&rev=64
2023-09-23 11:08:07 +00:00
Ana Guerrero
ab3cb6d686 Accepting request 1099784 from network:utilities
OBS-URL: https://build.opensuse.org/request/show/1099784
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/iperf?expand=0&rev=34
2023-07-24 16:25:31 +00:00
367945e2c9 Accepting request 1099783 from home:dirkmueller:Factory
- update to 3.14 (bsc#1213430, CVE-2023-38403):
  * fixes a memory allocation hazard that allowed a remote user to
    crash an iperf3 process
  * see
    https://downloads.es.net/pub/iperf/esnet-secadv-2023-0001.txt.asc

OBS-URL: https://build.opensuse.org/request/show/1099783
OBS-URL: https://build.opensuse.org/package/show/network:utilities/iperf?expand=0&rev=62
2023-07-20 19:11:03 +00:00
Dominique Leuenberger
d7d4fe7a50 Accepting request 1071021 from network:utilities
OBS-URL: https://build.opensuse.org/request/show/1071021
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/iperf?expand=0&rev=33
2023-03-13 11:40:17 +00:00
407ba2598f Accepting request 1069836 from home:dirkmueller:Factory
- update to 3.13:
  * Added missing bind_dev getter and setter.
  * a fix for A resource leak bug in function iperf_create_pidfile (#1443)
  * doc: Fix copy-and-paste error leading to wrong error message
  * Fix crash on rcv-timeout with JSON logfile

OBS-URL: https://build.opensuse.org/request/show/1069836
OBS-URL: https://build.opensuse.org/package/show/network:utilities/iperf?expand=0&rev=60
2023-03-12 18:43:10 +00:00
Dominique Leuenberger
5527304515 Accepting request 1040704 from network:utilities
OBS-URL: https://build.opensuse.org/request/show/1040704
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/iperf?expand=0&rev=32
2022-12-06 15:42:58 +00:00
3e7a0a5df4 Accepting request 1039815 from home:dirkmueller:Factory
- update to 3.12:
  * cJSON has been updated to version 1.7.15 (#1383).
  * The --bind <host>%<dev> option syntax now works properly (#1360 /
  * A server-side file descriptor leak with the --logfile option has
    been fixed (#1369 / #1360 / #1369 / #1389 / #1393).
  * A bug that caused some large values from TCP_INFO to be misprinted
    as negative numbers has been fixed (#1372).
  * Using the -k or -n flags with --reverse no longer leak into future
    tests (#1363 / #1364).
  * There are now various debug level options available with the
    --debug option. These can be used to adjust the amount of
    debugging output (#1327).
  * A new --snd-timeout option has been added to set a termination
    timeout for idle TCP connections (#1215 / #1282).
  * iperf3 is slightly more robust to out-of-order packets during UDP
    connection setup in --reverse mode (#914 / #1123 / #1182 / #1212 /
  * iperf3 will now use different ports for each direction when the
    --cport and --bdir options are set (#1249 / #1259).
  * The iperf3 server will now exit if it can't open its log file
  * Various help message and output fixes have been made (#1299 /
  * Various compiler warnings have been fixed (#1211 / #1316).
  * Operation of bootstrap.sh has been fixed and simplified (#1335 /
  * Flow label support / compatibility under Linux has been improved
  * Various minor memory leaks have been fixed (#1332 / #1333).
  * A getter/setter has been added for the bind_port parameter
    (--cport option). (#1303, #1305)
  * Various internal documentation improvements (#1265 / #1285 / #1304).

OBS-URL: https://build.opensuse.org/request/show/1039815
OBS-URL: https://build.opensuse.org/package/show/network:utilities/iperf?expand=0&rev=58
2022-12-06 14:44:54 +00:00
Dominique Leuenberger
0705602e01 Accepting request 965013 from network:utilities
OBS-URL: https://build.opensuse.org/request/show/965013
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/iperf?expand=0&rev=31
2022-03-26 21:31:09 +00:00
Lars Vogdt
1c1790cf7c Accepting request 958747 from home:msvec:branches:network:utilities
- update to 3.11:
  * Update links to Discussions in documentation
  * Fix DSCP so that TOS = DSCP * 4 (#1162)
  * Fix --bind-dev for TCP streams (#1153)
  * Fix interface specification so doesn't overlap with IPv6 link-local addresses for -c and -B (#1157, #1180)
  * Add get/set test_unit_format function declaration to iperf_api.h
  * Auto adjustment of test-end condition for file transfers (-F), if no end condition is set, it will automatically adjust it to file size in bytes
  * Exit if idle time expires waiting for a connection in one-off mode (#1187, #1197)
  * Support zerocopy by reverse mode (#1204)
  * Update help and manpage text for #1157, support bind device
  * Consistently print target_bandwidth in JSON start section (#1177)
  * Test bitrate added to JSON output (#1168)
  * Remove fsync call after every write to receiving --file (#1176, #1159)
  * Update documentation for -w (#1175)
  * Fix for #952, different JSON object names for bidir reverse channel

OBS-URL: https://build.opensuse.org/request/show/958747
OBS-URL: https://build.opensuse.org/package/show/network:utilities/iperf?expand=0&rev=56
2022-03-26 11:39:39 +00:00
Dominique Leuenberger
ab217f19bc Accepting request 899921 from network:utilities
- update to 3.10.1:
  * Fixed a problem with autoconf scripts that made builds fail in
    some environments (#1154 / #1155).
  * GNU autoconf 2.71 or newer is now required to regenerate iperf3's
    configure scripts.

- update to 3.10:
  * Fix a bug where some --reverse tests didn't terminate (#982 /
    #1054).
  * Responsiveness of control connections is slightly improved (#1045
    / #1046 / #1063).
  * The allowable clock skew when doing authentication between client
    and server is now configurable with the new --time-skew-threshold
    (#1065 / #1070).
  * Bitrate throttling using the -b option now works when a burst size
    is specified (#1090).
  * A bug with calculating CPU utilization has been fixed (#1076 /
    #1077).
  * A --bind-dev option to support binding sockets to a given network
    interface has been added to make iperf3 work better with
    multi-homed machines and/or VRFs (#817 / #1089 / #1097).
  * --pidfile now works with --client mode (#1110).
  * The server is now less likely to get stuck due to network errors
    (#1101, #1125), controlled by the new --rcv-timeout option.
  * Fixed a few bugs in termination conditions for byte or
    block-limited tests (#1113, #1114, #1115).
  * Added tcp_info.snd_wnd to JSON output (#1148).
  * Some bugs with garbled JSON output have been fixed (#1086, #1118,
    #1143 / #1146).
  * Support for setting the IPv4 don't-fragment (DF) bit has been

OBS-URL: https://build.opensuse.org/request/show/899921
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/iperf?expand=0&rev=30
2021-06-14 21:11:12 +00:00
890260178a OBS-URL: https://build.opensuse.org/package/show/network:utilities/iperf?expand=0&rev=54 2021-06-14 11:07:42 +00:00
6e267ae0b2 Accepting request 898020 from home:msvec:branches:network:utilities
- update to 3.10.1:
  * Fixed a problem with autoconf scripts that made builds fail in
    some environments (#1154 / #1155).
  * GNU autoconf 2.71 or newer is now required to regenerate iperf3's
    configure scripts.
- update to 3.10:
  * Fix a bug where some --reverse tests didn't terminate (#982 /
    #1054).
  * Responsiveness of control connections is slightly improved (#1045
    / #1046 / #1063).
  * The allowable clock skew when doing authentication between client
    and server is now configurable with the new --time-skew-threshold
    (#1065 / #1070).
  * Bitrate throttling using the -b option now works when a burst size
    is specified (#1090).
  * A bug with calculating CPU utilization has been fixed (#1076 /
    #1077).
  * A --bind-dev option to support binding sockets to a given network
    interface has been added to make iperf3 work better with
    multi-homed machines and/or VRFs (#817 / #1089 / #1097).
  * --pidfile now works with --client mode (#1110).
  * The server is now less likely to get stuck due to network errors
    (#1101, #1125), controlled by the new --rcv-timeout option.
  * Fixed a few bugs in termination conditions for byte or
    block-limited tests (#1113, #1114, #1115).
  * Added tcp_info.snd_wnd to JSON output (#1148).
  * Some bugs with garbled JSON output have been fixed (#1086, #1118,
    #1143 / #1146).
  * Support for setting the IPv4 don't-fragment (DF) bit has been
    added with the new --dont-fragment option (#1119).
  * A failure with not being able to read the congestion control
    algorithm under WSL1 has been fixed (#1061 / #1126).
  * Error handling and error messages now make more sense in cases
    where sockets were not successfully opened (#1129 / #1132 /
    #1136, #1135 / #1138, #1128 / #1139).
  * Some buffer overflow hazards were fixed (#1134).
  * It is now possible to use the API to set/get the congestion
    control algorithm (#1036 / #1112).

OBS-URL: https://build.opensuse.org/request/show/898020
OBS-URL: https://build.opensuse.org/package/show/network:utilities/iperf?expand=0&rev=53
2021-06-14 08:56:31 +00:00
Dominique Leuenberger
2c4dc48e36 Accepting request 835352 from network:utilities
OBS-URL: https://build.opensuse.org/request/show/835352
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/iperf?expand=0&rev=29
2020-09-21 15:26:00 +00:00
d47a2f6677 Accepting request 834275 from home:dirkmueller:branches:network:utilities
- update to 3.9:
  * A --timestamps flag has been added, which prepends a timestamp to
    each output line.  An optional argument to this flag, which is a
    format specification to strftime(3), allows for custom timestamp
    formats (#909, #1028).
  * A --server-bitrate-limit flag has been added as a server-side
    command-line argument.  It allows a server to enforce a maximum
    throughput rate; client connections that specify a higher bitrate
    or exceed this bitrate during a test will be terminated.  The
    bitrate is expressed in bits per second, with an optional trailing
    slash and integer count that specifies an averaging interval over
    which to enforce the limit (#999).
  * A bug that caused increased CPU usage with the --bidir option has
    been fixed (#1011).
  * Fixed various minor memory leaks (#1023).

OBS-URL: https://build.opensuse.org/request/show/834275
OBS-URL: https://build.opensuse.org/package/show/network:utilities/iperf?expand=0&rev=51
2020-09-18 07:21:00 +00:00
Dominique Leuenberger
435e537135 Accepting request 822859 from network:utilities
- update to 3.8.1
  * Minor bugfixes and enhancements
- don't apply the profiling patch any more
  (removed iperf-disable-profiling.patch)

OBS-URL: https://build.opensuse.org/request/show/822859
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/iperf?expand=0&rev=28
2020-07-30 13:47:05 +00:00
Lars Vogdt
7a3e22837b OBS-URL: https://build.opensuse.org/package/show/network:utilities/iperf?expand=0&rev=49 2020-07-26 09:50:08 +00:00
Lars Vogdt
b65994394b Accepting request 820721 from home:msvec:branches:network:utilities
- update to 3.8.1
  * Minor bugfixes and enhancements
- don't apply the profiling patch any more

OBS-URL: https://build.opensuse.org/request/show/820721
OBS-URL: https://build.opensuse.org/package/show/network:utilities/iperf?expand=0&rev=48
2020-07-26 08:05:35 +00:00
Dominique Leuenberger
1f6b401221 Accepting request 750375 from network:utilities
OBS-URL: https://build.opensuse.org/request/show/750375
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/iperf?expand=0&rev=27
2019-11-23 23:36:41 +00:00
Lars Vogdt
a1aae6016f Accepting request 748834 from home:msvec:branches:network:utilities
- update to 3.7
- spec file cleanup

OBS-URL: https://build.opensuse.org/request/show/748834
OBS-URL: https://build.opensuse.org/package/show/network:utilities/iperf?expand=0&rev=46
2019-11-22 18:53:38 +00:00
Dominique Leuenberger
f7da79e489 Accepting request 621382 from network:utilities
OBS-URL: https://build.opensuse.org/request/show/621382
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/iperf?expand=0&rev=26
2018-07-09 11:29:21 +00:00
OBS User mrdocs
16eed05ea5 Accepting request 621283 from home:dliedke:branches:network:utilities
update to 3.6

OBS-URL: https://build.opensuse.org/request/show/621283
OBS-URL: https://build.opensuse.org/package/show/network:utilities/iperf?expand=0&rev=44
2018-07-07 03:52:27 +00:00
Dominique Leuenberger
28122cf5d2 Accepting request 587172 from network:utilities
OBS-URL: https://build.opensuse.org/request/show/587172
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/iperf?expand=0&rev=25
2018-03-16 09:43:17 +00:00
051f6ac20f Accepting request 586175 from home:msvec:branches:network:utilities
- update to 3.5
  * Bug fixes mostly

OBS-URL: https://build.opensuse.org/request/show/586175
OBS-URL: https://build.opensuse.org/package/show/network:utilities/iperf?expand=0&rev=42
2018-03-14 22:47:34 +00:00
Dominique Leuenberger
f44caa71aa Accepting request 540223 from network:utilities
OBS-URL: https://build.opensuse.org/request/show/540223
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/iperf?expand=0&rev=24
2017-11-10 13:57:58 +00:00
524d905642 Accepting request 539493 from home:msvec:branches:network:utilities
- update to 3.3
  * Bug fixes

OBS-URL: https://build.opensuse.org/request/show/539493
OBS-URL: https://build.opensuse.org/package/show/network:utilities/iperf?expand=0&rev=40
2017-11-09 13:56:54 +00:00
Dominique Leuenberger
00a44454e1 Accepting request 528366 from network:utilities
1

OBS-URL: https://build.opensuse.org/request/show/528366
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/iperf?expand=0&rev=23
2017-09-26 19:15:37 +00:00
OBS User mrdocs
6364214446 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
2017-09-23 05:49:52 +00:00
Dominique Leuenberger
bccc39d393 Accepting request 418687 from network:utilities
1

OBS-URL: https://build.opensuse.org/request/show/418687
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/iperf?expand=0&rev=22
2016-08-11 16:53:51 +00:00
e57c2d980f Accepting request 418686 from home:aeneas_jaissle:branches:network:utilities
Update to 3.1.3 / boo#984453, CVE-2016-4303

OBS-URL: https://build.opensuse.org/request/show/418686
OBS-URL: https://build.opensuse.org/package/show/network:utilities/iperf?expand=0&rev=36
2016-08-11 14:25:00 +00:00
Dominique Leuenberger
f433d94731 Accepting request 358397 from network:utilities
1

OBS-URL: https://build.opensuse.org/request/show/358397
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/iperf?expand=0&rev=21
2016-02-11 11:37:39 +00:00
183b279ef3 Accepting request 358393 from home:msvec:branches:network:utilities
update to version 3.1.2

OBS-URL: https://build.opensuse.org/request/show/358393
OBS-URL: https://build.opensuse.org/package/show/network:utilities/iperf?expand=0&rev=34
2016-02-08 17:21:08 +00:00
OBS User mrdocs
43df0dd680 OBS-URL: https://build.opensuse.org/package/show/network:utilities/iperf?expand=0&rev=33 2016-02-08 15:26:58 +00:00
OBS User mrdocs
9da297b224 OBS-URL: https://build.opensuse.org/package/show/network:utilities/iperf?expand=0&rev=32 2016-02-08 04:11:15 +00:00
OBS User mrdocs
91a4ffdfd1 OBS-URL: https://build.opensuse.org/package/show/network:utilities/iperf?expand=0&rev=31 2016-02-08 04:10:47 +00:00
OBS User mrdocs
9f449cc988 Accepting request 348924 from home:msvec:branches:network:utilities
- update to version 3.1.1

OBS-URL: https://build.opensuse.org/request/show/348924
OBS-URL: https://build.opensuse.org/package/show/network:utilities/iperf?expand=0&rev=30
2015-12-17 08:03:27 +00:00
Dominique Leuenberger
af9e3795f0 Accepting request 347004 from network:utilities
1

OBS-URL: https://build.opensuse.org/request/show/347004
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/iperf?expand=0&rev=20
2015-12-09 18:49:03 +00:00
2e179df56c Accepting request 346900 from home:posophe:branches:network:utilities
update

OBS-URL: https://build.opensuse.org/request/show/346900
OBS-URL: https://build.opensuse.org/package/show/network:utilities/iperf?expand=0&rev=28
2015-12-01 12:44:13 +00:00
Dominique Leuenberger
b896864ac9 Accepting request 294619 from network:utilities
iperf 3.0.11

OBS-URL: https://build.opensuse.org/request/show/294619
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/iperf?expand=0&rev=19
2015-04-07 07:29:47 +00:00
d16abff8d3 OBS-URL: https://build.opensuse.org/package/show/network:utilities/iperf?expand=0&rev=27 2015-04-05 22:50:13 +00:00
fb539801f6 Accepting request 294613 from home:aeneas_jaissle:branches:network:utilities
New upstream release 3.0.11

OBS-URL: https://build.opensuse.org/request/show/294613
OBS-URL: https://build.opensuse.org/package/show/network:utilities/iperf?expand=0&rev=26
2015-04-05 21:48:06 +00:00
Dominique Leuenberger
9e343162ed Accepting request 280606 from network:utilities
1

OBS-URL: https://build.opensuse.org/request/show/280606
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/iperf?expand=0&rev=18
2015-01-10 22:05:13 +00:00
4e82c0bf28 Accepting request 280303 from home:seife:branches:network:utilities
update to iperf 3.0.10

OBS-URL: https://build.opensuse.org/request/show/280303
OBS-URL: https://build.opensuse.org/package/show/network:utilities/iperf?expand=0&rev=24
2015-01-09 15:02:16 +00:00
Dominique Leuenberger
fa4a9c1c81 Accepting request 266474 from network:utilities
1

OBS-URL: https://build.opensuse.org/request/show/266474
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/iperf?expand=0&rev=17
2014-12-29 23:49:38 +00:00
1520b4a13f Accepting request 266447 from home:AndreasSchwab:f
- Apply profiling patch whenever %optflags includes -fomit-frame-pointer

OBS-URL: https://build.opensuse.org/request/show/266447
OBS-URL: https://build.opensuse.org/package/show/network:utilities/iperf?expand=0&rev=22
2014-12-26 21:13:03 +00:00
Dominique Leuenberger
648ec5d04a Accepting request 264379 from network:utilities
1

OBS-URL: https://build.opensuse.org/request/show/264379
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/iperf?expand=0&rev=16
2014-12-08 15:56:54 +00:00
a6cdca1e59 Accepting request 264163 from home:msvec:branches:network:utilities
update to 3.0.9

OBS-URL: https://build.opensuse.org/request/show/264163
OBS-URL: https://build.opensuse.org/package/show/network:utilities/iperf?expand=0&rev=20
2014-12-08 09:58:16 +00:00