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 09e2771c30a73b1a394174b98f6b8be61aceae00..abe32da323aea1058a4b36258078269e1348f548 100644 --- a/mod_security.spec +++ b/mod_security.spec @@ -7,7 +7,7 @@ Name: mod_security Version: 2.9.5 -Release: 2 +Release: 3 Summary: Security module for the Apache HTTP Server License: ASL 2.0 URL: http://www.modsecurity.org/ @@ -97,6 +97,9 @@ install -m0755 mlogc/mlogc-batch-load.pl %{buildroot}%{_bindir}/mlogc-batch-load %endif %changelog +* Mon May 06 2024 yaoxin - 2.9.5-3 +- Fix HTTP service startup failure + * Tue Mar 26 2024 yaoxin - 2.9.5-2 - Fix CVE-2022-48279