[Buildroot] [git commit branch/2024.02.x] package/iperf3: security bump to version 3.18
Peter Korsgaard
peter at korsgaard.com
Thu Jan 9 09:06:52 UTC 2025
commit: https://git.buildroot.net/buildroot/commit/?id=a007e8fefd6a205afd8b3ce4d3fdef58f61e7901
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2024.02.x
Fixes CVE-2024-53580.
https://github.com/advisories/GHSA-2w89-5px3-fvx6
Release notes:
https://github.com/esnet/iperf/releases/tag/3.18
Signed-off-by: Akhilesh Nema <nemaakhilesh at gmail.com>
[Julien:
- fix CVE ID typo
- fixed "make check-package" error in iperf3.hash
]
Signed-off-by: Julien Olivain <ju.o at free.fr>
(cherry picked from commit ad67ba25e229978ec06d6a836f4ad9aa89c73d25)
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
package/iperf3/iperf3.hash | 4 ++--
package/iperf3/iperf3.mk | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/package/iperf3/iperf3.hash b/package/iperf3/iperf3.hash
index ee0149daed..2aef76578a 100644
--- a/package/iperf3/iperf3.hash
+++ b/package/iperf3/iperf3.hash
@@ -1,4 +1,4 @@
-# From https://downloads.es.net/pub/iperf/iperf-3.17.1.tar.gz.sha256
-sha256 84404ca8431b595e86c473d8f23d8bb102810001f15feaf610effd3b318788aa iperf-3.17.1.tar.gz
+# From https://downloads.es.net/pub/iperf/iperf-3.18.tar.gz.sha256
+sha256 c0618175514331e766522500e20c94bfb293b4424eb27d7207fb427b88d20bab iperf-3.18.tar.gz
# Locally computed
sha256 3dc3e2076dd9cdea2b66d8fe213997ff25fb6171594f055b59fe25321b438f6f LICENSE
diff --git a/package/iperf3/iperf3.mk b/package/iperf3/iperf3.mk
index 1d2b57208a..744ee070a4 100644
--- a/package/iperf3/iperf3.mk
+++ b/package/iperf3/iperf3.mk
@@ -4,7 +4,7 @@
#
################################################################################
-IPERF3_VERSION = 3.17.1
+IPERF3_VERSION = 3.18
IPERF3_SITE = https://downloads.es.net/pub/iperf
IPERF3_SOURCE = iperf-$(IPERF3_VERSION).tar.gz
IPERF3_LICENSE = BSD-3-Clause, BSD-2-Clause, MIT
More information about the buildroot
mailing list