From 34b7bf66aacc0888361cade1df436937cc959354 Mon Sep 17 00:00:00 2001 From: starlet-dx <15929766099@163.com> Date: Tue, 7 May 2024 09:26:05 +0800 Subject: [PATCH] Fix HTTP service startup failure (cherry picked from commit c31b32e808518d2eed01205baaa17f75c8d6dab2) --- mod_security.conf | 2 +- mod_security.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/mod_security.conf b/mod_security.conf index 728afc1..12e87c4 100644 --- a/mod_security.conf +++ b/mod_security.conf @@ -215,7 +215,7 @@ SecCookieFormat 0 # to properly map encoded data to your language. Properly setting # these directives helps to reduce false positives and negatives. # -SecUnicodeMapFile unicode.mapping 20127 +#SecUnicodeMapFile unicode.mapping 20127 # Improve the quality of ModSecurity by sharing information about your # current ModSecurity version and dependencies versions. diff --git a/mod_security.spec b/mod_security.spec index 70f0e11..65bc83c 100644 --- a/mod_security.spec +++ b/mod_security.spec @@ -7,7 +7,7 @@ Name: mod_security Version: 2.9.5 -Release: 9 +Release: 10 Summary: Security module for the Apache HTTP Server License: ASL 2.0 URL: http://www.modsecurity.org/ @@ -106,6 +106,9 @@ install -m0755 mlogc/mlogc-batch-load.pl %{buildroot}%{_bindir}/mlogc-batch-load %endif %changelog +* Mon May 06 2024 yaoxin - 2.9.5-10 +- Fix HTTP service startup failure + * Tue Mar 26 2024 yaoxin - 2.9.5-9 - Fix CVE-2022-48279 -- Gitee