From 982bcdde22d81fec728414185dc36e0cda43ea95 Mon Sep 17 00:00:00 2001 From: eabdullin Date: Fri, 4 Oct 2024 14:52:31 +0300 Subject: [PATCH] Fix release --- SPECS/mod_http2.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SPECS/mod_http2.spec b/SPECS/mod_http2.spec index 31b33d3..fcc8c80 100644 --- a/SPECS/mod_http2.spec +++ b/SPECS/mod_http2.spec @@ -3,7 +3,7 @@ Name: mod_http2 Version: 2.0.26 -Release: 3%{?dist} +Release: 2%{?dist}.1 Summary: module implementing HTTP/2 for Apache 2 License: ASL 2.0 URL: https://icing.github.io/mod_h2/ @@ -55,7 +55,7 @@ echo "LoadModule proxy_http2_module modules/mod_proxy_http2.so" > %{buildroot}%{ %{_httpd_moddir}/mod_proxy_http2.so %changelog -* Tue Jul 09 2024 Luboš Uhliarik - 2.0.26-3 +* Tue Jul 09 2024 Luboš Uhliarik - 2.0.26-2.1 - Resolves: RHEL-45806 - mod_http2: DoS by null pointer in websocket over HTTP/2 (CVE-2024-36387)