diff --git a/.gitignore b/.gitignore index 51b187e..5c214a9 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,5 @@ modsecurity-apache_2.5.12.tar.gz /modsecurity-apache_2.7.5.tar.gz /modsecurity-apache_2.7.5.tar.gz.sha256 /v2.7.6.tar.gz +/modsecurity-apache_2.7.7.tar.gz +/modsecurity-apache_2.7.7.tar.gz.sha256 diff --git a/mod_security.spec b/mod_security.spec index 7b01d43..8115356 100644 --- a/mod_security.spec +++ b/mod_security.spec @@ -9,18 +9,16 @@ Summary: Security module for the Apache HTTP Server Name: mod_security -Version: 2.7.6 -Release: 2%{?dist} +Version: 2.7.7 +Release: 1%{?dist} License: ASL 2.0 URL: http://www.modsecurity.org/ Group: System Environment/Daemons -Source: https://github.com/SpiderLabs/ModSecurity/archive/v%{version}.tar.gz +Source: https://www.modsecurity.org/tarball/%{version}/modsecurity-apache_%{version}.tar.gz Source1: mod_security.conf Source2: 10-mod_security.conf Requires: httpd httpd-mmn = %{_httpd_mmn} BuildRequires: httpd-devel libxml2-devel pcre-devel curl-devel lua-devel -# Autogen issue reporte to upstream: issue #621 -BuildRequires: autoconf automake libtool %description ModSecurity is an open source intrusion detection and prevention engine @@ -38,12 +36,9 @@ This package contains the ModSecurity Audit Log Collector. %endif %prep -%setup -q -n ModSecurity-%{version} +%setup -q -n modsecurity-apache_%{version} %build -# Autogen issue reporte to upstream: -# https://github.com/SpiderLabs/ModSecurity/issues/621 -./autogen.sh %configure --enable-pcre-match-limit=1000000 \ --enable-pcre-match-limit-recursion=1000000 \ --with-apxs=%{_httpd_apxs} @@ -112,6 +107,10 @@ rm -rf %{buildroot} %endif %changelog +* Thu Dec 19 2013 2.7.7-1 +- Update to 2.7.7 +- Fix the spec file since upstream fixed the bugs reported. + * Tue Dec 17 2013 Athmane Madjoudj 2.7.6-2 - Add autotools deps diff --git a/sources b/sources index 1eaba44..62b8325 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -006dc14cceaffa9bb4bdd2883548add1 v2.7.6.tar.gz +89d8a186e87493b6c6d091940c5313ba modsecurity-apache_2.7.7.tar.gz.sha256