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:           Tue Feb  1 07:39:34 UTC 2022

Modified Files:
        pkgsrc/net/iperf3: Makefile distinfo

Log Message:
iperf3: updated to 3.11

iperf-3.11
----------
* Notable user-visible changes
  * Update links to Discussions in documentation
  * Fix DSCP so that TOS = DSCP * 4
  * Fix --bind-dev for TCP streams
  * Fix interface specification so doesn't overlap with IPv6 link-local addresses for -c and -B
  * Add get/set test_unit_format function declaration to iperf_api.h
  * Auto adjustment of test-end condition for file transfers (-F), if no end condition is set, it will automatically adjust it to file size in bytes
  * Exit if idle time expires waiting for a connection in one-off mode
  * Support zerocopy by reverse mode
  * Update help and manpage text for 1157, support bind device
  * Consistently print target_bandwidth in JSON start section
  * Test bitrate added to JSON output
  * Remove fsync call after every write to receiving --file
  * Update documentation for -w
  * Fix for 952, different JSON object names for bidir reverse channel


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/net/iperf3/Makefile
cvs rdiff -u -r1.11 -r1.12 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.12 pkgsrc/net/iperf3/Makefile:1.13
--- pkgsrc/net/iperf3/Makefile:1.12     Thu Jun  3 19:06:19 2021
+++ pkgsrc/net/iperf3/Makefile  Tue Feb  1 07:39:34 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2021/06/03 19:06:19 adam Exp $
+# $NetBSD: Makefile,v 1.13 2022/02/01 07:39:34 adam Exp $
 
-DISTNAME=      iperf-3.10.1
+DISTNAME=      iperf-3.11
 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.11 pkgsrc/net/iperf3/distinfo:1.12
--- pkgsrc/net/iperf3/distinfo:1.11     Tue Oct 26 11:05:48 2021
+++ pkgsrc/net/iperf3/distinfo  Tue Feb  1 07:39:34 2022
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.11 2021/10/26 11:05:48 nia Exp $
+$NetBSD: distinfo,v 1.12 2022/02/01 07:39:34 adam Exp $
 
-BLAKE2s (iperf-3.10.1.tar.gz) = 5ff75f560a167c022d5d7abe2e473e0d29a214bebde5174f66ed87b6f0dbab59
-SHA512 (iperf-3.10.1.tar.gz) = 127a5276bad07401cafb43093f8677c5b4672aae9b4ab4fab5e2987b9f2e664b7370a39d260a4da572aeb318f02df9c491f1214602e5e3bde617127d1f049243
-Size (iperf-3.10.1.tar.gz) = 633304 bytes
+BLAKE2s (iperf-3.11.tar.gz) = adc883f67be533a26d2abef663f93c452214c5b563917b9a303b0aa413f674c0
+SHA512 (iperf-3.11.tar.gz) = 99dc0473a6b00f30190c7e82a259836db666c2ba95dad17af4450c49b0d09b005f3dcd9bd7b6703b62f92f67cb602f206da9d3e815eeba06b3a4751164d91c8f
+Size (iperf-3.11.tar.gz) = 635841 bytes
 SHA1 (patch-configure) = 311360f41815d6da5d6c113b816fe3b118ceaf2f



Home | Main Index | Thread Index | Old Index