From d4db3ef9a3107af114056f555ce42a3c0adbc51a Mon Sep 17 00:00:00 2001 From: Oyvind Albrigtsen Date: Tue, 7 Jan 2025 16:40:37 +0100 Subject: [PATCH] - Fix CVE-2024-53008 Resolves: RHEL-69415 --- .gitignore | 3 ++- haproxy.spec | 6 +++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 73fb3c8..7ce19a3 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -haproxy-*.tar.gz +/haproxy-*.tar.gz +/*/ diff --git a/haproxy.spec b/haproxy.spec index 69fad26..f54f9fa 100644 --- a/haproxy.spec +++ b/haproxy.spec @@ -8,7 +8,7 @@ Name: haproxy Version: 3.0.5 -Release: 1%{?dist} +Release: 2%{?dist} Summary: HAProxy reverse proxy for high availability environments License: GPL-2.0-or-later @@ -127,6 +127,10 @@ done %{_sysusersdir}/%{name}.conf %changelog +* Tue Jan 7 2025 Oyvind Albrigtsen - 3.0.5-2 +- Fix CVE-2024-53008 + Resolves: RHEL-69415 + * Wed Oct 30 2024 Ryan O'Hara - 3.0.5-1 - Fix potential infinite loop condition h2_send (CVE-2024-45506, RHEL-57105)