diff --git a/mod_security.conf b/mod_security.conf index 809549e..e02f8a7 100644 --- a/mod_security.conf +++ b/mod_security.conf @@ -15,7 +15,7 @@ SecRule REQBODY_ERROR "!@eq 0" \ "id:'200001', phase:2,t:none,log,deny,status:400,msg:'Failed to parse request body.',logdata:'%{reqbody_error_msg}',severity:2" SecRule MULTIPART_STRICT_ERROR "!@eq 0" \ - "id:'200002',phase:2,t:none,log,deny,status:44,msg:'Multipart request body \ + "id:'200002',phase:2,t:none,log,deny,status:400,msg:'Multipart request body \ failed strict validation: \ PE %{REQBODY_PROCESSOR_ERROR}, \ BQ %{MULTIPART_BOUNDARY_QUOTED}, \ diff --git a/mod_security.spec b/mod_security.spec index bc987ce..954147c 100644 --- a/mod_security.spec +++ b/mod_security.spec @@ -10,7 +10,7 @@ Summary: Security module for the Apache HTTP Server Name: mod_security Version: 2.7.7 -Release: 5%{?dist} +Release: 6%{?dist} License: ASL 2.0 URL: http://www.modsecurity.org/ Group: System Environment/Daemons @@ -113,6 +113,9 @@ rm -rf %{buildroot} %endif %changelog +* Tue Mar 04 2014 Athmane Madjoudj 2.7.7-6 +- Fix status code in the configuration file (upstream PR #666) + * Sat Mar 01 2014 Athmane Madjoudj 2.7.7-5 - Fix rpmlint warnings