Updated `iperf3` to fix CVE-2023-38403. (#5919)
This commit is contained in:
parent
e4346e4140
commit
85cd092ef8
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"Signatures": {
|
||||
"iperf-3.11.tar.gz": "96e909c0d3ab6034c52328c2954fb3934aaff349395c4bc2611dcd50e6b89875"
|
||||
"iperf3-3.14.tar.gz": "bbafa2c9687f0f7fe00947dc779b83c91663911e22460005c0ad4623797b3dbd"
|
||||
}
|
||||
}
|
|
@ -1,13 +1,13 @@
|
|||
Summary: A network performance benchmark tool.
|
||||
Name: iperf3
|
||||
Version: 3.11
|
||||
Version: 3.14
|
||||
Release: 1%{?dist}
|
||||
License: BSD and MIT and Public Domain
|
||||
Vendor: Microsoft Corporation
|
||||
Distribution: Mariner
|
||||
Group: Applications/System
|
||||
URL: https://github.com/esnet/iperf
|
||||
Source0: https://github.com/esnet/iperf/archive/%{version}.tar.gz#/iperf-%{version}.tar.gz
|
||||
Source0: https://github.com/esnet/iperf/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||
Patch1: disablepg.patch
|
||||
BuildRequires: autoconf >= 2.71
|
||||
BuildRequires: automake
|
||||
|
@ -66,6 +66,9 @@ make %{?_smp_mflags} check
|
|||
%{_mandir}/man3/libiperf.3.gz
|
||||
|
||||
%changelog
|
||||
* Tue Aug 01 2023 Pawel Winogrodzki <pawelwi@microsoft.com> - 3.14-1
|
||||
- Updating to 3.14 to fix CVE-2023-38403.
|
||||
|
||||
* Tue Mar 15 2022 Rachel Menge <rachelmenge@microsoft.com> - 3.11-1
|
||||
- Update to 3.11
|
||||
|
||||
|
|
|
@ -7351,8 +7351,8 @@
|
|||
"type": "other",
|
||||
"other": {
|
||||
"name": "iperf3",
|
||||
"version": "3.11",
|
||||
"downloadUrl": "https://github.com/esnet/iperf/archive/3.11.tar.gz"
|
||||
"version": "3.14",
|
||||
"downloadUrl": "https://github.com/esnet/iperf/archive/3.14.tar.gz"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue