Sat May 11 05:21:03 2024 UTC (15d)
iperf3: updated to 3.17

iperf 3.17 contains a fix for a minor security vulnerability related to iperf3窶冱 authentication feature and its use of RSA-encrypted credentials. The release notes contain more details on this breaking change, and how to revert to older, less secure behavior if needed for backward compatibility with older versions of iperf3.

This version also contains a new streaming JSON output format (enabled with the 窶屠son-stream) option, and a number of other bug fixes.


(adam)
diff -r1.20 -r1.21 pkgsrc/net/iperf3/Makefile
diff -r1.17 -r1.18 pkgsrc/net/iperf3/distinfo

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

--- pkgsrc/net/iperf3/Makefile 2024/04/03 18:07:10 1.20
+++ pkgsrc/net/iperf3/Makefile 2024/05/11 05:21:03 1.21
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.20 2024/04/03 18:07:10 gdt Exp $ 1# $NetBSD: Makefile,v 1.21 2024/05/11 05:21:03 adam Exp $
2 2
3DISTNAME= iperf-3.16 3DISTNAME= iperf-3.17
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_CC_FEATURES= c99 13USE_CC_FEATURES= c99
14USE_LANGUAGES= c 14USE_LANGUAGES= c
15USE_LIBTOOL= yes 15USE_LIBTOOL= yes
16GNU_CONFIGURE= yes 16GNU_CONFIGURE= yes

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

--- pkgsrc/net/iperf3/distinfo 2024/01/28 07:17:17 1.17
+++ pkgsrc/net/iperf3/distinfo 2024/05/11 05:21:03 1.18
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.17 2024/01/28 07:17:17 adam Exp $ 1$NetBSD: distinfo,v 1.18 2024/05/11 05:21:03 adam Exp $
2 2
3BLAKE2s (iperf-3.16.tar.gz) = 798761f98489c8524ebf26ac80edc50bfe7db05f4d17b24452acdc8129f5f5c1 3BLAKE2s (iperf-3.17.tar.gz) = eebba138a9884a9217b18e9635f2297eb95bcd800771309aa2b00b57dfd2d11f
4SHA512 (iperf-3.16.tar.gz) = 9ba97e03f17f3b939343b07ed3d508fbf57489e2b984b77a3dc3ada535f981350e56495154bdd108a83b3c507ccbed599b2b7b25de0d1778912d2c01b4ad4e7c 4SHA512 (iperf-3.17.tar.gz) = 1e78dc6b9f923a4fbfc308db99aa2d41479447afda0d7e98520721f7e1a1b42b1fdb49e6bb93f095a9058b2c16247e208a907e9cc6e693de0857a681387b544d
5Size (iperf-3.16.tar.gz) = 664751 bytes 5Size (iperf-3.17.tar.gz) = 670160 bytes