!53 [sync] PR-49: Fix HTTP service startup failure

From: @openeuler-sync-bot 
Reviewed-by: @wu-leilei 
Signed-off-by: @wu-leilei
This commit is contained in:
openeuler-ci-bot 2024-05-07 02:32:24 +00:00 committed by Gitee
commit 3e89a3a583
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
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