From 89bbf163893794c355b4474d72850bb0b5e33d45 Mon Sep 17 00:00:00 2001 From: Jonathan Wright Date: Tue, 18 Jul 2023 12:03:33 -0500 Subject: [PATCH] Fixes CVE-2023-38403 Signed-off-by: Jonathan Wright --- SPECS/iperf3.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/SPECS/iperf3.spec b/SPECS/iperf3.spec index 9d3453f..76f031d 100644 --- a/SPECS/iperf3.spec +++ b/SPECS/iperf3.spec @@ -1,6 +1,6 @@ Name: iperf3 Version: 3.5 -Release: 6%{?dist} +Release: 6%{?dist}.1.alma Summary: Measurement tool for TCP/UDP bandwidth performance Group: Applications/Internet @@ -13,6 +13,7 @@ BuildRequires: openssl-devel Patch0002: 0002-udp-counters-manpage.patch Patch0003: 0003-covscan-sctp.patch +Patch0004: cve-2023-38403.patch %description Iperf is a tool to measure maximum TCP bandwidth, allowing the tuning of @@ -60,6 +61,9 @@ rm -f %{buildroot}%{_libdir}/libiperf.la %{_libdir}/*.so %changelog +* Tue Jul 18 2023 Jonathan Wright - 3.5-7.1.alma +- Fixes CVE-2023-38403 + * Tue May 05 2020 Michal Ruprich - 3.5-6 - Related: #1665142 - Fixing a couple of covscan issues