Wed Sep 20 17:06:13 2023 UTC ()
iperf3: updated to 3.15

iperf-3.15 2023-09-14
---------------------

* Notable user-visible changes

  * Several bugs that could allow the iperf3 server to hang waiting
    for input on the control connection has been fixed. ESnet thanks
    Jorge Sancho Larraz from Canonical for reporting this issue. For
    more information, see:
    https://downloads.es.net/pub/iperf/esnet-secadv-2023-0002.txt.asc

  * A bug that caused garbled output with UDP tests on 32-bit hosts
    has been fixed.

  * A bug in counting UDP messages has been fixed


(adam)
diff -r1.16 -r1.17 pkgsrc/net/iperf3/Makefile
diff -r1.15 -r1.16 pkgsrc/net/iperf3/distinfo

cvs diff -r1.16 -r1.17 pkgsrc/net/iperf3/Makefile (expand / switch to unified diff)

--- pkgsrc/net/iperf3/Makefile 2023/07/17 07:16:25 1.16
+++ pkgsrc/net/iperf3/Makefile 2023/09/20 17:06:13 1.17
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.16 2023/07/17 07:16:25 adam Exp $ 1# $NetBSD: Makefile,v 1.17 2023/09/20 17:06:13 adam Exp $
2 2
3DISTNAME= iperf-3.14 3DISTNAME= iperf-3.15
4PKGNAME= ${DISTNAME:S/iperf/iperf3/} 4PKGNAME= ${DISTNAME:S/iperf/iperf3/}
5CATEGORIES= net benchmarks 5CATEGORIES= net benchmarks
6MASTER_SITES= https://downloads.es.net/pub/iperf/ 6MASTER_SITES= https://downloads.es.net/pub/iperf/
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://software.es.net/iperf/ 9HOMEPAGE= https://software.es.net/iperf/
10COMMENT= TCP and UDP bandwidth performance measurement tool 10COMMENT= TCP and UDP bandwidth performance measurement tool
11LICENSE= modified-bsd 11LICENSE= modified-bsd
12 12
13USE_LANGUAGES= c99 13USE_LANGUAGES= c99
14USE_LIBTOOL= yes 14USE_LIBTOOL= yes
15GNU_CONFIGURE= yes 15GNU_CONFIGURE= yes
16CONFIGURE_ARGS.NetBSD+= --without-sctp 16CONFIGURE_ARGS.NetBSD+= --without-sctp

cvs diff -r1.15 -r1.16 pkgsrc/net/iperf3/distinfo (expand / switch to unified diff)

--- pkgsrc/net/iperf3/distinfo 2023/07/17 07:16:25 1.15
+++ pkgsrc/net/iperf3/distinfo 2023/09/20 17:06:13 1.16
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.15 2023/07/17 07:16:25 adam Exp $ 1$NetBSD: distinfo,v 1.16 2023/09/20 17:06:13 adam Exp $
2 2
3BLAKE2s (iperf-3.14.tar.gz) = 00b63853279c4ed6b557356106466ae16226ad87016e51680b39ac59fb2ac200 3BLAKE2s (iperf-3.15.tar.gz) = 1e6fb9cdc79cb1c51a5eb9fe8a46bfdaf0dba5de97ccfc0165c103dae02d9281
4SHA512 (iperf-3.14.tar.gz) = 148ce534e709037b3c6683530eeb977b88e6ab2cba212d8d0069deb8aae9aca17d565d1d935d026679e9999f1f3d338f1c88ac7c973f2d5bb9a79d9b9b5174af 4SHA512 (iperf-3.15.tar.gz) = 988bc558f40a16c3d94df3956705712829c1c529efd577db16213783846c84bc3edbad19a4d7890b7aba08fbc4e1c6807105df29931e9b45981066b609d87aa2
5Size (iperf-3.14.tar.gz) = 647944 bytes 5Size (iperf-3.15.tar.gz) = 649330 bytes