From 16eed05ea509fddbc5acaab3dde4c45f9d52023ca8b20caf7adcb4b451e15c0d Mon Sep 17 00:00:00 2001 From: OBS User mrdocs Date: Sat, 7 Jul 2018 03:52:27 +0000 Subject: [PATCH] Accepting request 621283 from home:dliedke:branches:network:utilities update to 3.6 OBS-URL: https://build.opensuse.org/request/show/621283 OBS-URL: https://build.opensuse.org/package/show/network:utilities/iperf?expand=0&rev=44 --- iperf-3.5.tar.gz | 3 --- iperf-3.6.tar.gz | 3 +++ iperf.changes | 16 ++++++++++++++++ iperf.spec | 4 ++-- 4 files changed, 21 insertions(+), 5 deletions(-) delete mode 100644 iperf-3.5.tar.gz create mode 100644 iperf-3.6.tar.gz diff --git a/iperf-3.5.tar.gz b/iperf-3.5.tar.gz deleted file mode 100644 index 34763fa..0000000 --- a/iperf-3.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:539bd9ecdca1b8c1157ff85b70ed09b3c75242e69886fc16b54883b399f72cd5 -size 593449 diff --git a/iperf-3.6.tar.gz b/iperf-3.6.tar.gz new file mode 100644 index 0000000..e8b43b6 --- /dev/null +++ b/iperf-3.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de5d51e46dc460cc590fb4d44f95e7cad54b74fea1eba7d6ebd6f8887d75946e +size 599347 diff --git a/iperf.changes b/iperf.changes index caa0514..0818ca9 100644 --- a/iperf.changes +++ b/iperf.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Fri Jul 6 07:22:31 UTC 2018 - liedke@rz.uni-mannheim.de + +- update to 3.6 + * A new --extra-data option can be used to fill in a user-defined + string field that appears in JSON output. + * A new --repeating-payload option makes iperf3 use a payload pattern + similar to that used by iperf2, which could help in recreating + results that might be affected by payload entropy (for example, + compression). + * -B now works properly with SCTP tests. + * A compile fix for Solaris 10 was added. + * Some minor bug fixes for JSON output. In particular, warnings for + debug and/or verbose modes with --json output and a fix for + JSON output on CentOS 6 + ------------------------------------------------------------------- Mon Mar 12 14:49:17 UTC 2018 - msvec@suse.com diff --git a/iperf.spec b/iperf.spec index b26ee33..452fa14 100644 --- a/iperf.spec +++ b/iperf.spec @@ -1,7 +1,7 @@ # # spec file for package iperf # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %define soname 0 Name: iperf -Version: 3.5 +Version: 3.6 Release: 0 Summary: A tool to measure network performance License: BSD-3-Clause