Fix HTTP service startup failure

(cherry picked from commit c31b32e808518d2eed01205baaa17f75c8d6dab2)
This commit is contained in:
starlet-dx 2024-05-07 09:26:05 +08:00 committed by openeuler-sync-bot
parent 4b436cf7d6
commit 2dd80b7b0e
2 changed files with 5 additions and 2 deletions

View File

@ -215,7 +215,7 @@ SecCookieFormat 0
# to properly map encoded data to your language. Properly setting # to properly map encoded data to your language. Properly setting
# these directives helps to reduce false positives and negatives. # 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 # Improve the quality of ModSecurity by sharing information about your
# current ModSecurity version and dependencies versions. # current ModSecurity version and dependencies versions.

View File

@ -7,7 +7,7 @@
Name: mod_security Name: mod_security
Version: 2.9.5 Version: 2.9.5
Release: 9 Release: 10
Summary: Security module for the Apache HTTP Server Summary: Security module for the Apache HTTP Server
License: ASL 2.0 License: ASL 2.0
URL: http://www.modsecurity.org/ URL: http://www.modsecurity.org/
@ -106,6 +106,9 @@ install -m0755 mlogc/mlogc-batch-load.pl %{buildroot}%{_bindir}/mlogc-batch-load
%endif %endif
%changelog %changelog
* Mon May 06 2024 yaoxin <yao_xin001@hoperun.com> - 2.9.5-10
- Fix HTTP service startup failure
* Tue Mar 26 2024 yaoxin <yao_xin001@hoperun.com> - 2.9.5-9 * Tue Mar 26 2024 yaoxin <yao_xin001@hoperun.com> - 2.9.5-9
- Fix CVE-2022-48279 - Fix CVE-2022-48279