From 9cf96f5baed0ed5b15208555dd56e8c23a070b3e Mon Sep 17 00:00:00 2001 From: Michael Fleming Date: Tue, 22 Nov 2005 08:39:23 +0000 Subject: [PATCH] New upstream version --- .cvsignore | 2 +- mod_security.spec | 15 +++++++++------ sources | 2 +- 3 files changed, 11 insertions(+), 8 deletions(-) diff --git a/.cvsignore b/.cvsignore index 043b041..2993bb3 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -modsecurity-1.8.7.tar.gz +modsecurity-apache-1.9.tar.gz diff --git a/mod_security.spec b/mod_security.spec index 0d6dea3..eaa1cec 100644 --- a/mod_security.spec +++ b/mod_security.spec @@ -1,11 +1,11 @@ Summary: Security module for the Apache HTTP Server Name: mod_security -Version: 1.8.7 -Release: 4%{?dist} +Version: 1.9 +Release: 1%{?dist} License: GPL URL: http://www.modsecurity.org/ Group: System Environment/Daemons -Source: http://www.modsecurity.org/download/modsecurity-%{version}.tar.gz +Source: http://www.modsecurity.org/download/modsecurity-apache-%{version}.tar.gz Source1: mod_security.conf BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: httpd httpd-mmn = %([ -a %{_includedir}/httpd/.mmn ] && cat %{_includedir}/httpd/.mmn || echo missing) @@ -18,7 +18,7 @@ as a powerful umbrella - shielding web applications from attacks. %prep -%setup -q -n modsecurity-%{version} +%setup -q -n modsecurity-apache-%{version} %build /usr/sbin/apxs -Wc,"%{optflags}" -c apache2/mod_security.c @@ -35,14 +35,17 @@ rm -rf %{buildroot} %files %defattr (-,root,root) -%doc CHANGES LICENSE INSTALL README httpd* *.pdf util +%doc CHANGES LICENSE INSTALL README httpd* util doc %{_libdir}/httpd/modules/mod_security.so %config(noreplace) /etc/httpd/conf.d/mod_security.conf %changelog +* Wed Nov 9 2005 Michael Fleming 1.9-1 +- New stable upstream release 1.9 + * Sat Jul 9 2005 Michael Fleming 1.8.7-4 - Add Requires: httpd-mmn to get the appropriate "module magic" version - (thanks Ville Skyttä) + (thanks Ville Skytta) - Disabled an overly-agressive rule or two.. * Sat Jul 9 2005 Michael Fleming 1.8.7-3 diff --git a/sources b/sources index 2fbbd83..c381926 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0dd48656e451c711358c097dc80e0369 modsecurity-1.8.7.tar.gz +4685b3d6127f2ab1aef71ed0c80ebcbc modsecurity-apache-1.9.tar.gz