new version 2.0.29
Resolves: RHEL-45807 - mod_http2: DoS by null pointer in websocket over HTTP/2 (CVE-2024-36387)
This commit is contained in:
parent
38a7387648
commit
d42a4048ef
1
.gitignore
vendored
1
.gitignore
vendored
@ -10,3 +10,4 @@
|
||||
/mod_http2-2.0.22.tar.gz
|
||||
/mod_http2-2.0.25.tar.gz
|
||||
/mod_http2-2.0.26.tar.gz
|
||||
/mod_http2-2.0.29.tar.gz
|
||||
|
@ -2,8 +2,8 @@
|
||||
%{!?_httpd_mmn: %global _httpd_mmn %(cat %{_includedir}/httpd/.mmn 2>/dev/null || echo 0-0)}
|
||||
|
||||
Name: mod_http2
|
||||
Version: 2.0.26
|
||||
Release: 4%{?dist}
|
||||
Version: 2.0.29
|
||||
Release: 1%{?dist}
|
||||
Summary: module implementing HTTP/2 for Apache 2
|
||||
License: Apache-2.0
|
||||
URL: https://icing.github.io/mod_h2/
|
||||
@ -47,6 +47,11 @@ echo "LoadModule proxy_http2_module modules/mod_proxy_http2.so" > %{buildroot}%{
|
||||
%{_httpd_moddir}/mod_proxy_http2.so
|
||||
|
||||
%changelog
|
||||
* Thu Jul 11 2024 Luboš Uhliarik <luhliari@redhat.com> - 2.0.29-1
|
||||
- new version 2.0.29
|
||||
- Resolves: RHEL-45807 - mod_http2: DoS by null pointer in websocket over
|
||||
HTTP/2 (CVE-2024-36387)
|
||||
|
||||
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 2.0.26-4
|
||||
- Bump release for June 2024 mass rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (mod_http2-2.0.26.tar.gz) = 2851bbfd2c067faf24c8194ba72d59e154684788a5f01854b2d8f3faf29b7b7beba750ac0fd81db943f391147f5f36dd144a988aed23b0ece15e6628e82469f4
|
||||
SHA512 (mod_http2-2.0.29.tar.gz) = 2922976e1aa8e7a580c00de9ecdbda16f42e0d73b1a0c4118b0894bd0a7fd46b3849b93fa759b586f32e020471b1942d8c4c97a61e6207153aacf11e1f5f0831
|
||||
|
Loading…
Reference in New Issue
Block a user