From 6ca7e797b0e11cde8767dd6084ad634e6e760941 Mon Sep 17 00:00:00 2001 From: Michael Fleming Date: Sun, 3 Sep 2006 06:41:10 +0000 Subject: [PATCH] - Rebuild - Fix minor longstanding braino in included sample configuration (bz #203972) --- mod_security.conf | 2 +- mod_security.spec | 6 +++++- needs.rebuild | 1 - 3 files changed, 6 insertions(+), 3 deletions(-) delete mode 100644 needs.rebuild diff --git a/mod_security.conf b/mod_security.conf index 11d546d..44d4213 100644 --- a/mod_security.conf +++ b/mod_security.conf @@ -57,7 +57,7 @@ LoadModule security_module modules/mod_security.so # we exclude GET requests from this because some (automated) # clients supply "text/html" as Content-Type 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 # every POST request diff --git a/mod_security.spec b/mod_security.spec index 0b10b0f..fdd2571 100644 --- a/mod_security.spec +++ b/mod_security.spec @@ -1,7 +1,7 @@ Summary: Security module for the Apache HTTP Server Name: mod_security Version: 1.9.4 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL URL: http://www.modsecurity.org/ Group: System Environment/Daemons @@ -40,6 +40,10 @@ rm -rf %{buildroot} %config(noreplace) %{_sysconfdir}/httpd/conf.d/mod_security.conf %changelog +* Sun Sep 3 2006 Michael Fleming 1.9.4-2 +- Rebuild +- Fix minor longstanding braino in included sample configuration (bz #203972) + * Mon May 15 2006 Michael Fleming 1.9.4-1 - New upstream release diff --git a/needs.rebuild b/needs.rebuild deleted file mode 100644 index 815fd29..0000000 --- a/needs.rebuild +++ /dev/null @@ -1 +0,0 @@ -http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild