Newer upstream release
This commit is contained in:
parent
dee243e2c5
commit
2ee93eb900
@ -1,3 +1,3 @@
|
|||||||
|
modsecurity-apache_2.1.1.tar.gz
|
||||||
mod_security.conf
|
mod_security.conf
|
||||||
modsecurity-apache_2.1.0.tar.gz
|
|
||||||
modsecurity_localrules.conf
|
modsecurity_localrules.conf
|
||||||
|
@ -12,11 +12,9 @@ LoadModule unique_id_module modules/mod_unique_id.so
|
|||||||
Include modsecurity.d/modsecurity_crs_10_config.conf
|
Include modsecurity.d/modsecurity_crs_10_config.conf
|
||||||
|
|
||||||
# Protocol violation and anomalies.
|
# Protocol violation and anomalies.
|
||||||
# These are disabled as there's a bug in REQUEST_FILENAME handling
|
|
||||||
# causing the "+" character to be incorrectly handled.
|
|
||||||
|
|
||||||
# Include modsecurity.d/modsecurity_crs_20_protocol_violations.conf
|
Include modsecurity.d/modsecurity_crs_20_protocol_violations.conf
|
||||||
# Include modsecurity.d/modsecurity_crs_21_protocol_anomalies.conf
|
Include modsecurity.d/modsecurity_crs_21_protocol_anomalies.conf
|
||||||
|
|
||||||
# HTTP policy rules
|
# HTTP policy rules
|
||||||
|
|
||||||
@ -35,7 +33,6 @@ LoadModule unique_id_module modules/mod_unique_id.so
|
|||||||
# Include modsecurity.d/modsecurity_crs_55_marketing.conf
|
# Include modsecurity.d/modsecurity_crs_55_marketing.conf
|
||||||
|
|
||||||
# Put your local rules in here.
|
# Put your local rules in here.
|
||||||
# The existing example is for the CVE-2007-1359 vulnerability
|
|
||||||
|
|
||||||
Include modsecurity.d/modsecurity_localrules.conf
|
Include modsecurity.d/modsecurity_localrules.conf
|
||||||
</IfModule>
|
</IfModule>
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
Summary: Security module for the Apache HTTP Server
|
Summary: Security module for the Apache HTTP Server
|
||||||
Name: mod_security
|
Name: mod_security
|
||||||
Version: 2.1.0
|
Version: 2.1.1
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPL
|
License: GPL
|
||||||
URL: http://www.modsecurity.org/
|
URL: http://www.modsecurity.org/
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
@ -41,14 +41,20 @@ rm -rf %{buildroot}
|
|||||||
%defattr (-,root,root)
|
%defattr (-,root,root)
|
||||||
%doc CHANGES LICENSE README.* modsecurity* doc
|
%doc CHANGES LICENSE README.* modsecurity* doc
|
||||||
%{_libdir}/httpd/modules/mod_security2.so
|
%{_libdir}/httpd/modules/mod_security2.so
|
||||||
%config %{_sysconfdir}/httpd/conf.d/mod_security.conf
|
%config(noreplace) %{_sysconfdir}/httpd/conf.d/mod_security.conf
|
||||||
%dir %{_sysconfdir}/httpd/modsecurity.d
|
%dir %{_sysconfdir}/httpd/modsecurity.d
|
||||||
%dir %{_sysconfdir}/httpd/modsecurity.d/blocking
|
%dir %{_sysconfdir}/httpd/modsecurity.d/blocking
|
||||||
%config %{_sysconfdir}/httpd/modsecurity.d/*.conf
|
%config(noreplace) %{_sysconfdir}/httpd/modsecurity.d/*.conf
|
||||||
%config %{_sysconfdir}/httpd/modsecurity.d/blocking/*.conf
|
%config(noreplace) %{_sysconfdir}/httpd/modsecurity.d/blocking/*.conf
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jun 19 2007 Michael Fleming <mfleming+rpm@enlartenment.com> 2.1.1-1
|
||||||
|
- New upstream release
|
||||||
|
- Drop ASCIIZ rule (fixed upstream)
|
||||||
|
- Re-enable protocol violation/anomalies rules now that REQUEST_FILENAME
|
||||||
|
is fixed upstream.
|
||||||
|
|
||||||
* Sun Apr 1 2007 Michael Fleming <mfleming+rpm@enlartenment.com> 2.1.0-3
|
* Sun Apr 1 2007 Michael Fleming <mfleming+rpm@enlartenment.com> 2.1.0-3
|
||||||
- Automagically configure correct library path for libxml2 library.
|
- Automagically configure correct library path for libxml2 library.
|
||||||
- Add LoadModule for mod_unique_id as the logging wants this at runtime
|
- Add LoadModule for mod_unique_id as the logging wants this at runtime
|
||||||
|
6
sources
6
sources
@ -1,3 +1,3 @@
|
|||||||
2e919766f2878c4ee46334816004dd15 modsecurity-apache_2.1.0.tar.gz
|
ab74ed5f320ffc4ed9f56487bf17c670 modsecurity-apache_2.1.1.tar.gz
|
||||||
cbd1dbca89666a85fe9d703de26444c6 modsecurity_localrules.conf
|
f84917a3f4893b8bf9400755a1a9f883 mod_security.conf
|
||||||
ca0529cce7b56675e5f319c75cbb7398 mod_security.conf
|
80dc93f186cab170828d0ac621baac30 modsecurity_localrules.conf
|
||||||
|
Loading…
Reference in New Issue
Block a user