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:           Sat May 11 05:21:03 UTC 2024

Modified Files:
        pkgsrc/net/iperf3: Makefile distinfo

Log Message:
iperf3: updated to 3.17

iperf 3.17 contains a fix for a minor security vulnerability related to iperf3’s 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 –json-stream) option, and a number of other bug fixes.


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/net/iperf3/Makefile
cvs rdiff -u -r1.17 -r1.18 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.20 pkgsrc/net/iperf3/Makefile:1.21
--- pkgsrc/net/iperf3/Makefile:1.20     Wed Apr  3 18:07:10 2024
+++ pkgsrc/net/iperf3/Makefile  Sat May 11 05:21:03 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.20 2024/04/03 18:07:10 gdt Exp $
+# $NetBSD: Makefile,v 1.21 2024/05/11 05:21:03 adam Exp $
 
-DISTNAME=      iperf-3.16
+DISTNAME=      iperf-3.17
 PKGNAME=       ${DISTNAME:S/iperf/iperf3/}
 CATEGORIES=    net benchmarks
 MASTER_SITES=  https://downloads.es.net/pub/iperf/

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



Home | Main Index | Thread Index | Old Index