diff --git a/.gitignore b/.gitignore index ac07cf2..1eab4d5 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ modsecurity-apache_2.5.12.tar.gz /modsecurity-apache_2.6.6.tar.gz /modsecurity-apache_2.6.8.tar.gz /modsecurity-apache_2.7.0.tar.gz +/modsecurity-apache_2.7.1.tar.gz diff --git a/mod_security.spec b/mod_security.spec index 2173ad0..3b25e39 100644 --- a/mod_security.spec +++ b/mod_security.spec @@ -7,19 +7,16 @@ Summary: Security module for the Apache HTTP Server Name: mod_security -Version: 2.7.0 -Release: 2%{?dist} +Version: 2.7.1 +Release: 1%{?dist} License: ASL 2.0 URL: http://www.modsecurity.org/ Group: System Environment/Daemons -Source: http://www.modsecurity.org/download/modsecurity-apache_%{version}.tar.gz +Source: https://github.com/downloads/SpiderLabs/ModSecurity/modsecurity-apache_%{version}.tar.gz Source1: mod_security.conf Requires: httpd httpd-mmn = %{_httpd_mmn} BuildRequires: httpd-devel libxml2-devel pcre-devel curl-devel lua-devel -# Reported to upstream -Patch0: mod_security-fix-build-with-libxml29.patch - %description ModSecurity is an open source intrusion detection and prevention engine for web applications. It operates embedded into the web server, acting @@ -35,7 +32,6 @@ This package contains the ModSecurity Audit Log Collector. %prep %setup -q -n modsecurity-apache_%{version} -%patch0 -p0 %build %configure --enable-pcre-match-limit=1000000 \ @@ -101,6 +97,11 @@ rm -rf %{buildroot} %attr(0755,root,root) %{_bindir}/mlogc-batch-load %changelog +* Thu Nov 15 2012 Athmane Madjoudj 2.7.1-1 +- Update to 2.7.1 +- Remove libxml2 build patch (upstreamed) +- Update spec since upstream moved to github + * Thu Oct 18 2012 Athmane Madjoudj 2.7.0-2 - Add a patch to fix failed build against libxml2 >= 2.9.0 diff --git a/sources b/sources index d4376ca..d778a9e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8e608bdc01a619219f35c6125f1d9860 modsecurity-apache_2.7.0.tar.gz +dbd30b714abe831098993213f30c1b96 modsecurity-apache_2.7.1.tar.gz