From 1c1790cf7ce7aec344ce35fe56f2be458e31432e94f00cd8b068a34737723529 Mon Sep 17 00:00:00 2001 From: Lars Vogdt Date: Sat, 26 Mar 2022 11:39:39 +0000 Subject: [PATCH] Accepting request 958747 from home:msvec:branches:network:utilities - update to 3.11: * Update links to Discussions in documentation * Fix DSCP so that TOS = DSCP * 4 (#1162) * Fix --bind-dev for TCP streams (#1153) * Fix interface specification so doesn't overlap with IPv6 link-local addresses for -c and -B (#1157, #1180) * 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 (#1187, #1197) * Support zerocopy by reverse mode (#1204) * Update help and manpage text for #1157, support bind device * Consistently print target_bandwidth in JSON start section (#1177) * Test bitrate added to JSON output (#1168) * Remove fsync call after every write to receiving --file (#1176, #1159) * Update documentation for -w (#1175) * Fix for #952, different JSON object names for bidir reverse channel OBS-URL: https://build.opensuse.org/request/show/958747 OBS-URL: https://build.opensuse.org/package/show/network:utilities/iperf?expand=0&rev=56 --- iperf-3.10.1.tar.gz | 3 --- iperf-3.10.1.tar.gz.sha256 | 1 - iperf-3.11.tar.gz | 3 +++ iperf-3.11.tar.gz.sha256 | 1 + iperf.changes | 19 +++++++++++++++++++ iperf.spec | 2 +- 6 files changed, 24 insertions(+), 5 deletions(-) delete mode 100644 iperf-3.10.1.tar.gz delete mode 100644 iperf-3.10.1.tar.gz.sha256 create mode 100644 iperf-3.11.tar.gz create mode 100644 iperf-3.11.tar.gz.sha256 diff --git a/iperf-3.10.1.tar.gz b/iperf-3.10.1.tar.gz deleted file mode 100644 index 22c7ef2..0000000 --- a/iperf-3.10.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:03bc9760cc54a245191d46bfc8edaf8a4750f0e87abca6764486972044d6715a -size 633304 diff --git a/iperf-3.10.1.tar.gz.sha256 b/iperf-3.10.1.tar.gz.sha256 deleted file mode 100644 index 2daa90c..0000000 --- a/iperf-3.10.1.tar.gz.sha256 +++ /dev/null @@ -1 +0,0 @@ -03bc9760cc54a245191d46bfc8edaf8a4750f0e87abca6764486972044d6715a iperf-3.10.1.tar.gz diff --git a/iperf-3.11.tar.gz b/iperf-3.11.tar.gz new file mode 100644 index 0000000..d688fdb --- /dev/null +++ b/iperf-3.11.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de8cb409fad61a0574f4cb07eb19ce1159707403ac2dc01b5d175e91240b7e5f +size 635841 diff --git a/iperf-3.11.tar.gz.sha256 b/iperf-3.11.tar.gz.sha256 new file mode 100644 index 0000000..2ca255c --- /dev/null +++ b/iperf-3.11.tar.gz.sha256 @@ -0,0 +1 @@ +de8cb409fad61a0574f4cb07eb19ce1159707403ac2dc01b5d175e91240b7e5f /tmp/iperf-3.11.tar.gz \ No newline at end of file diff --git a/iperf.changes b/iperf.changes index b45aa55..1c493bd 100644 --- a/iperf.changes +++ b/iperf.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Thu Mar 3 09:50:41 UTC 2022 - Michal Svec + +- update to 3.11: + * Update links to Discussions in documentation + * Fix DSCP so that TOS = DSCP * 4 (#1162) + * Fix --bind-dev for TCP streams (#1153) + * Fix interface specification so doesn't overlap with IPv6 link-local addresses for -c and -B (#1157, #1180) + * 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 (#1187, #1197) + * Support zerocopy by reverse mode (#1204) + * Update help and manpage text for #1157, support bind device + * Consistently print target_bandwidth in JSON start section (#1177) + * Test bitrate added to JSON output (#1168) + * Remove fsync call after every write to receiving --file (#1176, #1159) + * Update documentation for -w (#1175) + * Fix for #952, different JSON object names for bidir reverse channel + ------------------------------------------------------------------- Mon Jun 7 09:08:57 UTC 2021 - Michal Svec diff --git a/iperf.spec b/iperf.spec index 800e0c3..5080f99 100644 --- a/iperf.spec +++ b/iperf.spec @@ -18,7 +18,7 @@ %define soname 0 Name: iperf -Version: 3.10.1 +Version: 3.11 Release: 0 Summary: A tool to measure network performance License: BSD-3-Clause