pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/iperf3 iperf3: updated to 3.11



details:   https://anonhg.NetBSD.org/pkgsrc/rev/066f78838419
branches:  trunk
changeset: 372877:066f78838419
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Feb 01 07:39:34 2022 +0000

description:
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

diffstat:

 net/iperf3/Makefile |  4 ++--
 net/iperf3/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (26 lines):

diff -r 69c94c341f90 -r 066f78838419 net/iperf3/Makefile
--- a/net/iperf3/Makefile       Tue Feb 01 07:21:41 2022 +0000
+++ b/net/iperf3/Makefile       Tue Feb 01 07:39:34 2022 +0000
@@ -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/
diff -r 69c94c341f90 -r 066f78838419 net/iperf3/distinfo
--- a/net/iperf3/distinfo       Tue Feb 01 07:21:41 2022 +0000
+++ b/net/iperf3/distinfo       Tue Feb 01 07:39:34 2022 +0000
@@ -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