pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/iperf3



Module Name:    pkgsrc
Committed By:   adam
Date:           Sun Jan 28 07:17:17 UTC 2024

Modified Files:
        pkgsrc/net/iperf3: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/net/iperf3/Makefile
cvs rdiff -u -r1.16 -r1.17 pkgsrc/net/iperf3/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/iperf3/Makefile
diff -u pkgsrc/net/iperf3/Makefile:1.18 pkgsrc/net/iperf3/Makefile:1.19
--- pkgsrc/net/iperf3/Makefile:1.18     Tue Oct 24 22:10:19 2023
+++ pkgsrc/net/iperf3/Makefile  Sun Jan 28 07:17:17 2024
@@ -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

Index: pkgsrc/net/iperf3/distinfo
diff -u pkgsrc/net/iperf3/distinfo:1.16 pkgsrc/net/iperf3/distinfo:1.17
--- pkgsrc/net/iperf3/distinfo:1.16     Wed Sep 20 17:06:13 2023
+++ pkgsrc/net/iperf3/distinfo  Sun Jan 28 07:17:17 2024
@@ -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



Home | Main Index | Thread Index | Old Index