- update to 3.16:

* Multiple test streams started with -P/--parallel will now be
    serviced by different threads. This allows iperf3 to take
    advantage of multiple CPU cores on modern processors, and will
    generally result in significant throughput increases
  * OpenSSL 3 is now detected at build time. If OpenSSL 3 is found,
    various older, deprecated, APIs will not be used. iperf3 will
    continue to work with OpenSSL 1.1.1. OpenSSL is used as a part
    of the iperf3 authentication functionality
  * The authorized users file used by the authentication
    functionality is now checked for accessibility much earlier
    during the program startup, as opposed to being checked near
    the start of a test (Issue #1583, PR #1585).
  * BREAKING CHANGE: iperf3 now requires pthreads and C atomic
    variables to compile and run.

OBS-URL: https://build.opensuse.org/package/show/network:utilities/iperf?expand=0&rev=69
This commit is contained in:
Dirk Mueller 2023-12-27 11:27:06 +00:00 committed by Git OBS Bridge
parent 6a56638da4
commit c5c638637d
6 changed files with 24 additions and 5 deletions

View File

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

View File

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

BIN
iperf-3.16.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

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

@ -0,0 +1 @@
cc740c6bbea104398cc3e466befc515a25896ec85e44a662d5f4a767b9cf713e iperf-3.16.tar.gz

View File

@ -1,3 +1,22 @@
-------------------------------------------------------------------
Wed Dec 27 11:25:27 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 3.16:
* Multiple test streams started with -P/--parallel will now be
serviced by different threads. This allows iperf3 to take
advantage of multiple CPU cores on modern processors, and will
generally result in significant throughput increases
* OpenSSL 3 is now detected at build time. If OpenSSL 3 is found,
various older, deprecated, APIs will not be used. iperf3 will
continue to work with OpenSSL 1.1.1. OpenSSL is used as a part
of the iperf3 authentication functionality
* The authorized users file used by the authentication
functionality is now checked for accessibility much earlier
during the program startup, as opposed to being checked near
the start of a test (Issue #1583, PR #1585).
* BREAKING CHANGE: iperf3 now requires pthreads and C atomic
variables to compile and run.
-------------------------------------------------------------------
Sat Sep 23 11:06:51 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

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