- 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
This commit is contained in:
Dirk Mueller 2023-09-23 11:08:07 +00:00 committed by Git OBS Bridge
parent 367945e2c9
commit 9e17dabfc7
6 changed files with 27 additions and 15 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:723fcc430a027bc6952628fa2a3ac77584a1d0bd328275e573fc9b206c155004
size 647944

View File

@ -1 +0,0 @@
723fcc430a027bc6952628fa2a3ac77584a1d0bd328275e573fc9b206c155004 iperf-3.14.tar.gz

3
iperf-3.15.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bdb77c11f72bce90214883159577fa24412013e62b2083cf5f54391d79b1d8ff
size 649330

1
iperf-3.15.tar.gz.sha256 Normal file
View File

@ -0,0 +1 @@
bdb77c11f72bce90214883159577fa24412013e62b2083cf5f54391d79b1d8ff iperf-3.15.tar.gz

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Sat Sep 23 11:06:51 UTC 2023 - Dirk Müller <dmueller@suse.com>
- 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
-------------------------------------------------------------------
Thu Jul 20 12:01:09 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@ -18,7 +18,7 @@
%define soname 0
Name: iperf
Version: 3.14
Version: 3.15
Release: 0
Summary: A tool to measure network performance
License: BSD-3-Clause