From e57c2d980f94e92753afbdd94b7a6f71d44f40214b07184664ac686ae03c4356 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aeneas=20Jai=C3=9Fle?= Date: Thu, 11 Aug 2016 14:25:00 +0000 Subject: [PATCH] Accepting request 418686 from home:aeneas_jaissle:branches:network:utilities Update to 3.1.3 / boo#984453, CVE-2016-4303 OBS-URL: https://build.opensuse.org/request/show/418686 OBS-URL: https://build.opensuse.org/package/show/network:utilities/iperf?expand=0&rev=36 --- iperf-3.1.2.tar.gz | 3 --- iperf-3.1.3.tar.gz | 3 +++ iperf.changes | 10 ++++++++++ iperf.spec | 4 ++-- 4 files changed, 15 insertions(+), 5 deletions(-) delete mode 100644 iperf-3.1.2.tar.gz create mode 100644 iperf-3.1.3.tar.gz diff --git a/iperf-3.1.2.tar.gz b/iperf-3.1.2.tar.gz deleted file mode 100644 index fdc5685..0000000 --- a/iperf-3.1.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f9dbdb99f869c077d14bc1de78675f5e4b8d1bf78dc92381e96c3eb5b1fd7d86 -size 542280 diff --git a/iperf-3.1.3.tar.gz b/iperf-3.1.3.tar.gz new file mode 100644 index 0000000..ee7d9e8 --- /dev/null +++ b/iperf-3.1.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60d8db69b1d74a64d78566c2317c373a85fef691b8d277737ee5d29f448595bf +size 546899 diff --git a/iperf.changes b/iperf.changes index 0bd2cfe..42c6421 100644 --- a/iperf.changes +++ b/iperf.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Thu Aug 11 14:07:45 UTC 2016 - aj@ajaissle.de + +- update to version 3.1.3 + * fixes [boo#984453] [CVE-2016-4303] JSON parsing vulnerability + + * also includes support for fair-queueing, per-socket based + pacing of tests on platforms that support it (currently recent + Linux distributions), as well as several other fixes. + ------------------------------------------------------------------- Mon Feb 8 16:30:00 UTC 2016 - msvec@suse.com diff --git a/iperf.spec b/iperf.spec index fc7b193..acf36ca 100644 --- a/iperf.spec +++ b/iperf.spec @@ -18,14 +18,14 @@ %define soname 0 Name: iperf -Version: 3.1.2 +Version: 3.1.3 Release: 0 Summary: A tool to measure network performance License: BSD-3-Clause Group: Productivity/Networking/Diagnostic Url: http://software.es.net/iperf/ #Source URL: http://downloads.es.net/pub/iperf/%{name}-%{version}.tar.gz -Source: %{name}-%{version}.tar.gz +Source: http://downloads.es.net/pub/iperf/%{name}-%{version}.tar.gz # PATCH-FIX-OPENSUSE -- Disable profiling if %%optflags includes -fomit-frame-pointer, as option -pg conflicts with it Patch1: iperf-disable-profiling.patch %if %{?sles_version} && %{?sles_version} <= 11