iperf3: updated to 3.16

iperf-3.16 2023-11-30
---------------------

* Notable user-visible changes

  * 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
    tes.

* Developer-visible changes

  * BREAKING CHANGE: iperf3 now requires pthreads and C atomic
    variables to compile and run.
This commit is contained in:
adam 2024-01-28 07:17:17 +00:00
parent 75bad2ba5f
commit 6fc212579b
2 changed files with 8 additions and 8 deletions

View File

@ -1,8 +1,7 @@
# $NetBSD: Makefile,v 1.18 2023/10/24 22:10:19 wiz Exp $
# $NetBSD: Makefile,v 1.19 2024/01/28 07:17:17 adam Exp $
DISTNAME= iperf-3.15
DISTNAME= iperf-3.16
PKGNAME= ${DISTNAME:S/iperf/iperf3/}
PKGREVISION= 1
CATEGORIES= net benchmarks
MASTER_SITES= https://downloads.es.net/pub/iperf/
@ -11,7 +10,8 @@ HOMEPAGE= https://software.es.net/iperf/
COMMENT= TCP and UDP bandwidth performance measurement tool
LICENSE= modified-bsd
USE_LANGUAGES= c99
USE_CC_FEATURES= c99
USE_LANGUAGES= c
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS.NetBSD+= --without-sctp

View File

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.16 2023/09/20 17:06:13 adam Exp $
$NetBSD: distinfo,v 1.17 2024/01/28 07:17:17 adam Exp $
BLAKE2s (iperf-3.15.tar.gz) = 1e6fb9cdc79cb1c51a5eb9fe8a46bfdaf0dba5de97ccfc0165c103dae02d9281
SHA512 (iperf-3.15.tar.gz) = 988bc558f40a16c3d94df3956705712829c1c529efd577db16213783846c84bc3edbad19a4d7890b7aba08fbc4e1c6807105df29931e9b45981066b609d87aa2
Size (iperf-3.15.tar.gz) = 649330 bytes
BLAKE2s (iperf-3.16.tar.gz) = 798761f98489c8524ebf26ac80edc50bfe7db05f4d17b24452acdc8129f5f5c1
SHA512 (iperf-3.16.tar.gz) = 9ba97e03f17f3b939343b07ed3d508fbf57489e2b984b77a3dc3ada535f981350e56495154bdd108a83b3c507ccbed599b2b7b25de0d1778912d2c01b4ad4e7c
Size (iperf-3.16.tar.gz) = 664751 bytes