- Fix CVE-2024-53008
Resolves: RHEL-69415
This commit is contained in:
parent
3cb69eb0dc
commit
d4db3ef9a3
3
.gitignore
vendored
3
.gitignore
vendored
@ -1 +1,2 @@
|
||||
haproxy-*.tar.gz
|
||||
/haproxy-*.tar.gz
|
||||
/*/
|
||||
|
@ -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 <oalbrigt@redhat.com> - 3.0.5-2
|
||||
- Fix CVE-2024-53008
|
||||
Resolves: RHEL-69415
|
||||
|
||||
* Wed Oct 30 2024 Ryan O'Hara <rohara@redhat.com> - 3.0.5-1
|
||||
- Fix potential infinite loop condition h2_send (CVE-2024-45506, RHEL-57105)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user