- Rebuild

- Fix minor longstanding braino in included sample configuration (bz
    #203972)
This commit is contained in:
Michael Fleming 2006-09-03 06:41:10 +00:00
parent 7cbad38ed5
commit 6ca7e797b0
3 changed files with 6 additions and 3 deletions

View File

@ -57,7 +57,7 @@ LoadModule security_module modules/mod_security.so
# we exclude GET requests from this because some (automated) # we exclude GET requests from this because some (automated)
# clients supply "text/html" as Content-Type # clients supply "text/html" as Content-Type
SecFilterSelective REQUEST_METHOD "!^GET$" chain SecFilterSelective REQUEST_METHOD "!^GET$" chain
SecFilterSelective HTTP_Content-Type "!(^$|^application/x-www-form-urlencoded$|^multipart/form-data)" SecFilterSelective HTTP_Content-Type "!(^$|^application/x-www-form-urlencoded|^multipart/form-data)"
# Require Content-Length to be provided with # Require Content-Length to be provided with
# every POST request # every POST request

View File

@ -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: 1.9.4 Version: 1.9.4
Release: 1%{?dist} Release: 2%{?dist}
License: GPL License: GPL
URL: http://www.modsecurity.org/ URL: http://www.modsecurity.org/
Group: System Environment/Daemons Group: System Environment/Daemons
@ -40,6 +40,10 @@ rm -rf %{buildroot}
%config(noreplace) %{_sysconfdir}/httpd/conf.d/mod_security.conf %config(noreplace) %{_sysconfdir}/httpd/conf.d/mod_security.conf
%changelog %changelog
* Sun Sep 3 2006 Michael Fleming <mfleming+rpm@enlartenment.com> 1.9.4-2
- Rebuild
- Fix minor longstanding braino in included sample configuration (bz #203972)
* Mon May 15 2006 Michael Fleming <mfleming+rpm@enlartenment.com> 1.9.4-1 * Mon May 15 2006 Michael Fleming <mfleming+rpm@enlartenment.com> 1.9.4-1
- New upstream release - New upstream release

View File

@ -1 +0,0 @@
http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild