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:           Mon Jul 17 07:16:25 UTC 2023

Modified Files:
        pkgsrc/net/iperf3: Makefile distinfo

Log Message:
iperf3: updated to 3.14

iperf-3.14 2023-07-07
---------------------

* Notable user-visible changes

  * A memory allocation hazard was fixed. For
    more information see:
    https://downloads.es.net/pub/iperf/esnet-secadv-2023-0001.txt.asc

  * JSON output was improved, such as print JSON numbers as signed,
    the exit code when doing JSON output was
    fixed, and client_api was fixed so that it still
    returns an error code when JSON is enabled.  Also,
    duplicate fields when using multiple streams was removed from the
    JSON output.

  * Prevent UDP packet count and operations overflow.

  * Statistics are fixed when --omit is used.

* Developer-visible changes

  * CI builds and tests using GitHub actions have been added

  * A fix for Android "unable to create a new stream error" was added

  * Support for Voice Admit DSCP code point from RFC 5865 was added

  * A fix for preventing a crash when RSA public key path doesn't
    exist was fixed


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/net/iperf3/Makefile
cvs rdiff -u -r1.14 -r1.15 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.15 pkgsrc/net/iperf3/Makefile:1.16
--- pkgsrc/net/iperf3/Makefile:1.15     Sat Feb 18 20:19:21 2023
+++ pkgsrc/net/iperf3/Makefile  Mon Jul 17 07:16:25 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2023/02/18 20:19:21 adam Exp $
+# $NetBSD: Makefile,v 1.16 2023/07/17 07:16:25 adam Exp $
 
-DISTNAME=      iperf-3.13
+DISTNAME=      iperf-3.14
 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.14 pkgsrc/net/iperf3/distinfo:1.15
--- pkgsrc/net/iperf3/distinfo:1.14     Sat Feb 18 20:19:21 2023
+++ pkgsrc/net/iperf3/distinfo  Mon Jul 17 07:16:25 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.14 2023/02/18 20:19:21 adam Exp $
+$NetBSD: distinfo,v 1.15 2023/07/17 07:16:25 adam Exp $
 
-BLAKE2s (iperf-3.13.tar.gz) = 76d9566be7f9862c6df34379f601a9a74016691dd431374fca685baccb08cc15
-SHA512 (iperf-3.13.tar.gz) = 0d64d06a6343f4ab38ea540c5f1919381056472907d5c71dbc80647bbc936f5cd3e422ca792c593d8468409470d89b351a878e6ba656a4460ceb3ae65191da6a
-Size (iperf-3.13.tar.gz) = 646508 bytes
+BLAKE2s (iperf-3.14.tar.gz) = 00b63853279c4ed6b557356106466ae16226ad87016e51680b39ac59fb2ac200
+SHA512 (iperf-3.14.tar.gz) = 148ce534e709037b3c6683530eeb977b88e6ab2cba212d8d0069deb8aae9aca17d565d1d935d026679e9999f1f3d338f1c88ac7c973f2d5bb9a79d9b9b5174af
+Size (iperf-3.14.tar.gz) = 647944 bytes



Home | Main Index | Thread Index | Old Index