import haproxy-2.4.7-1.el9
This commit is contained in:
parent
a83a71793f
commit
a6d444d4a3
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/haproxy-2.4.3.tar.gz
|
SOURCES/haproxy-2.4.7.tar.gz
|
||||||
|
@ -1 +1 @@
|
|||||||
af261bfea050ecf8b1bd3d43ae78ccfb945ef64d SOURCES/haproxy-2.4.3.tar.gz
|
d3f3a4ff293cb2d9ec2085cac324698d260e2739 SOURCES/haproxy-2.4.7.tar.gz
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
%global _hardened_build 1
|
%global _hardened_build 1
|
||||||
|
|
||||||
Name: haproxy
|
Name: haproxy
|
||||||
Version: 2.4.3
|
Version: 2.4.7
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: HAProxy reverse proxy for high availability environments
|
Summary: HAProxy reverse proxy for high availability environments
|
||||||
|
|
||||||
@ -134,6 +134,13 @@ exit 0
|
|||||||
%{_mandir}/man1/*
|
%{_mandir}/man1/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Oct 13 2021 Ryan O'Hara <rohara@redhat.com> - 2.4.7-1
|
||||||
|
- Update to 2.4.7 (#1966688)
|
||||||
|
- Fix domain parts in :scheme and :path fields (CVE-2021-39240, #1998196)
|
||||||
|
- Fix spaces in the :method field (CVE-2021-39241, #1998198)
|
||||||
|
- Fix mismatch between :authority and Host fields (CVE-2021-39242, #1998200)
|
||||||
|
- Fix request smuggling attack or response splitting (CVE-2021-40346, #2000621)
|
||||||
|
|
||||||
* Tue Aug 17 2021 Ryan O'Hara <rohara@redhat.com> - 2.4.3-1
|
* Tue Aug 17 2021 Ryan O'Hara <rohara@redhat.com> - 2.4.3-1
|
||||||
- Update to 2.4.3 (#1966688)
|
- Update to 2.4.3 (#1966688)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user