diff options
author | adam <adam@pkgsrc.org> | 2022-02-01 07:39:34 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2022-02-01 07:39:34 +0000 |
commit | 9123b546eb92de93ff198ca4875950afb6ccce53 (patch) | |
tree | 3018524be3489058a25e0ea7dfda52e4076f8325 /net | |
parent | a5451369e15f345c65b772d56f5ab6f082501070 (diff) | |
download | pkgsrc-9123b546eb92de93ff198ca4875950afb6ccce53.tar.gz |
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 (limited to 'net')
-rw-r--r-- | net/iperf3/Makefile | 4 | ||||
-rw-r--r-- | net/iperf3/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/net/iperf3/Makefile b/net/iperf3/Makefile index 486b1376e6d..3b803250882 100644 --- a/net/iperf3/Makefile +++ b/net/iperf3/Makefile @@ -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 --git a/net/iperf3/distinfo b/net/iperf3/distinfo index 60937590e3d..98277d9e7dc 100644 --- a/net/iperf3/distinfo +++ b/net/iperf3/distinfo @@ -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 |