diff --git a/mod_security.conf b/mod_security.conf index 728afc1afd34e9f516859df64b14689f6d17dd68..12e87c419715601f12e8406c37ad03022131ad8f 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 007a9dd500c99c8d70ec3e218d79656be75f3c16..7f2a9b61eed8e864cbbd300da914162cd54be2f8 100644 --- a/mod_security.spec +++ b/mod_security.spec @@ -7,7 +7,7 @@ Name: mod_security Version: 2.9.5 -Release: 3 +Release: 4 Summary: Security module for the Apache HTTP Server License: ASL 2.0 URL: http://www.modsecurity.org/ @@ -100,6 +100,9 @@ install -m0755 mlogc/mlogc-batch-load.pl %{buildroot}%{_bindir}/mlogc-batch-load %endif %changelog +* Mon May 06 2024 yaoxin - 2.9.5-4 +- Fix HTTP service startup failure + * Tue Mar 26 2024 yaoxin - 2.9.5-3 - Fix CVE-2022-48279