Skip to content

Commit 7ec4d97

Browse files
authored
iperf3: upgrade 3.14 -> 3.17 to address CVE-2024-26306 (#9119)
Changelog: https://github.com/esnet/iperf/releases/tag/3.17 Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
1 parent 70f725d commit 7ec4d97

3 files changed

Lines changed: 8 additions & 5 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"Signatures": {
3-
"iperf3-3.14.tar.gz": "bbafa2c9687f0f7fe00947dc779b83c91663911e22460005c0ad4623797b3dbd"
3+
"iperf3-3.17.tar.gz": "0d88489d1730e1161b61ce9b4c5f0943eb31232a78c771566f03b38152aff4ba"
44
}
55
}

SPECS/iperf3/iperf3.spec

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Summary: A network performance benchmark tool.
22
Name: iperf3
3-
Version: 3.14
4-
Release: 2%{?dist}
3+
Version: 3.17
4+
Release: 1%{?dist}
55
License: BSD and MIT and Public Domain
66
Vendor: Microsoft Corporation
77
Distribution: Mariner
@@ -66,6 +66,9 @@ make %{?_smp_mflags} check
6666
%{_mandir}/man3/libiperf.3.gz
6767

6868
%changelog
69+
* Thu May 16 2024 Muhammad Falak <mwani@microsoft.com> - 3.17-1
70+
- Bump version to 3.17 to address CVE-2024-26306
71+
6972
* Wed Sep 20 2023 Jon Slobodzian <joslobo@microsoft.com> - 3.14-2
7073
- Recompile with stack-protection fixed gcc version (CVE-2023-4039)
7174

cgmanifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7381,8 +7381,8 @@
73817381
"type": "other",
73827382
"other": {
73837383
"name": "iperf3",
7384-
"version": "3.14",
7385-
"downloadUrl": "https://github.com/esnet/iperf/archive/3.14.tar.gz"
7384+
"version": "3.17",
7385+
"downloadUrl": "https://github.com/esnet/iperf/archive/3.17.tar.gz"
73867386
}
73877387
}
73887388
},

0 commit comments

Comments
 (0)