diff --git a/httpd.spec b/httpd.spec index 7ee6a83051d3d5a34002fca4953a4853fe2c6760..4f0a371270a86e1b86953f8dd812e3a80d53e58e 100644 --- a/httpd.spec +++ b/httpd.spec @@ -9,7 +9,7 @@ Summary: Apache HTTP Server Name: httpd Version: 2.4.66 -Release: 1%{?dist} +Release: 2%{?dist} License: ASL 2.0 URL: https://httpd.apache.org/ Source0: https://www.apache.org/dist/httpd/httpd-%{version}.tar.bz2 @@ -125,7 +125,7 @@ This package provides tools which can be used with the Apache HTTP Server. Summary: SSL/TLS module for the Apache HTTP Server BuildRequires: openssl-devel Requires(pre): httpd-filesystem -Requires: httpd-core = %{version}-%{release}, httpd-mmn = %{mmnisa} +Requires: httpd-core = %{version}-%{release}, httpd-mmn = %{mmnisa}, sscg >= 2.2.0 Requires: /usr/bin/hostname %description -n mod_ssl @@ -583,6 +583,10 @@ exit $rv %{_mandir}/man1/apxs.1* %changelog +* Thu Mar 19 2026 wynnfeng - 2.4.66-2 +- [Type] bugfix +- [DESC] mod_ssl require sscg + * Thu Dec 11 2025 wynnfeng - 2.4.66-1 - [Type] security - [DESC] upgrade to 2.4.66 and fix CVE-2025-55753, CVE-2025-58098, CVE-2025-59775, CVE-2025-65082, CVE-2025-66200, CVE-2025-54090