Fix HTTP service startup failure

This commit is contained in:
starlet-dx 2024-05-07 09:26:05 +08:00
parent 0b8b99aaca
commit c31b32e808
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