From d98c4eb0651545fff7d6ade85850e874984079cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubo=C5=A1=20Uhliarik?= Date: Fri, 12 Dec 2025 18:16:42 +0100 Subject: [PATCH] Add correct issue ref Resolves: RHEL-134487 - httpd:2.4/httpd: Apache HTTP Server: mod_md (ACME), unintended retry intervals (CVE-2025-55753) --- mod_md.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mod_md.spec b/mod_md.spec index 194860e..4a5168b 100644 --- a/mod_md.spec +++ b/mod_md.spec @@ -3,7 +3,7 @@ Name: mod_md Version: 2.0.8 -Release: 8%{?dist}.1 +Release: 8%{?dist}.2 Summary: Certificate provisioning using ACME for the Apache HTTP Server License: ASL 2.0 URL: https://icing.github.io/mod_md/ @@ -72,7 +72,7 @@ install -m 644 -p a2md.1 $RPM_BUILD_ROOT%{_mandir}/man1 %{_mandir}/man1/* %changelog -* Tue Dec 09 2025 Luboš Uhliarik - 1:2.0.8-8.1 +* Tue Dec 09 2025 Luboš Uhliarik - 1:2.0.8-8.2 - Resolves: RHEL-134487 - httpd:2.4/httpd: Apache HTTP Server: mod_md (ACME), unintended retry intervals (CVE-2025-55753)