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)