Accepting request 1135291 from network:utilities
- 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/request/show/1135291 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/iperf?expand=0&rev=37
This commit is contained in:
commit
0ce9ae99b3
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bdb77c11f72bce90214883159577fa24412013e62b2083cf5f54391d79b1d8ff
|
||||
size 649330
|
@ -1 +0,0 @@
|
||||
bdb77c11f72bce90214883159577fa24412013e62b2083cf5f54391d79b1d8ff iperf-3.15.tar.gz
|
BIN
iperf-3.16.tar.gz
(Stored with Git LFS)
Normal file
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
1
iperf-3.16.tar.gz.sha256
Normal file
@ -0,0 +1 @@
|
||||
cc740c6bbea104398cc3e466befc515a25896ec85e44a662d5f4a767b9cf713e iperf-3.16.tar.gz
|
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user