From 8721910f89cebbcf60880caa093a5be49ad2d0d7 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Tue, 9 May 2023 05:29:28 +0000 Subject: [PATCH] import mod_http2-1.15.19-4.el9_2.4 --- SPECS/mod_http2.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/SPECS/mod_http2.spec b/SPECS/mod_http2.spec index e32a261..f24a8c9 100644 --- a/SPECS/mod_http2.spec +++ b/SPECS/mod_http2.spec @@ -3,7 +3,7 @@ Name: mod_http2 Version: 1.15.19 -Release: 3%{?dist}.5 +Release: 4%{?dist}.4 Summary: module implementing HTTP/2 for Apache 2 License: ASL 2.0 URL: https://icing.github.io/mod_h2/ @@ -22,7 +22,7 @@ BuildRequires: gcc BuildRequires: pkgconfig, httpd-devel >= 2.4.20, libnghttp2-devel >= 1.7.0, openssl-devel >= 1.0.2 BuildRequires: autoconf, libtool, /usr/bin/hostname Requires: httpd-mmn = %{_httpd_mmn} -Conflicts: httpd < 2.4.53-7%{?dist}.4 +Conflicts: httpd < 2.4.53-11%{?dist}.3 %description The mod_h2 Apache httpd module implements the HTTP2 protocol (h2+h2c) on @@ -59,10 +59,13 @@ echo "LoadModule proxy_http2_module modules/mod_proxy_http2.so" > %{buildroot}%{ %{_httpd_moddir}/mod_proxy_http2.so %changelog -* Thu Mar 16 2023 Luboš Uhliarik - 1.15.19-3.5 -- Resolves: #2177751 - CVE-2023-25690 httpd: HTTP request splitting with +* Thu Mar 16 2023 Luboš Uhliarik - 1.15.19-4.4 +- Resolves: #2177752 - CVE-2023-25690 httpd: HTTP request splitting with mod_rewrite and mod_proxy +* Mon Dec 05 2022 Luboš Uhliarik - 1.15.19-4 +- Resolves: #2143176 - Dependency from mod_http2 on httpd broken + * Mon Mar 21 2022 Luboš Uhliarik - 1.15.19-3 - Resolves: #2066311 - CVE-2021-44224 httpd: possible NULL dereference or SSRF in forward proxy configurations