diff --git a/iperf-3.15.tar.gz b/iperf-3.15.tar.gz deleted file mode 100644 index 08d627f..0000000 --- a/iperf-3.15.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bdb77c11f72bce90214883159577fa24412013e62b2083cf5f54391d79b1d8ff -size 649330 diff --git a/iperf-3.15.tar.gz.sha256 b/iperf-3.15.tar.gz.sha256 deleted file mode 100644 index ce38e51..0000000 --- a/iperf-3.15.tar.gz.sha256 +++ /dev/null @@ -1 +0,0 @@ -bdb77c11f72bce90214883159577fa24412013e62b2083cf5f54391d79b1d8ff iperf-3.15.tar.gz diff --git a/iperf-3.16.tar.gz b/iperf-3.16.tar.gz new file mode 100644 index 0000000..7dce018 --- /dev/null +++ b/iperf-3.16.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc740c6bbea104398cc3e466befc515a25896ec85e44a662d5f4a767b9cf713e +size 664751 diff --git a/iperf-3.16.tar.gz.sha256 b/iperf-3.16.tar.gz.sha256 new file mode 100644 index 0000000..3a89e3b --- /dev/null +++ b/iperf-3.16.tar.gz.sha256 @@ -0,0 +1 @@ +cc740c6bbea104398cc3e466befc515a25896ec85e44a662d5f4a767b9cf713e iperf-3.16.tar.gz diff --git a/iperf.changes b/iperf.changes index 5ce053b..75c2b16 100644 --- a/iperf.changes +++ b/iperf.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Wed Dec 27 11:25:27 UTC 2023 - Dirk Müller + +- 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 diff --git a/iperf.spec b/iperf.spec index b28632e..5a6dd75 100644 --- a/iperf.spec +++ b/iperf.spec @@ -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