Update to 2.7.6

Fix spec since upstream will only provide tarball via Github
This commit is contained in:
Athmane Madjoudj 2013-12-17 22:11:20 +01:00
parent b5262fea6c
commit 498f4994f5
3 changed files with 13 additions and 6 deletions

1
.gitignore vendored
View File

@ -10,3 +10,4 @@ modsecurity-apache_2.5.12.tar.gz
/modsecurity-apache_2.7.4.tar.gz
/modsecurity-apache_2.7.5.tar.gz
/modsecurity-apache_2.7.5.tar.gz.sha256
/v2.7.6.tar.gz

View File

@ -9,12 +9,12 @@
Summary: Security module for the Apache HTTP Server
Name: mod_security
Version: 2.7.5
Release: 2%{?dist}
Version: 2.7.6
Release: 1%{?dist}
License: ASL 2.0
URL: http://www.modsecurity.org/
Group: System Environment/Daemons
Source: http://www.modsecurity.org/tarball/%{version}/modsecurity-apache_%{version}.tar.gz
Source: https://github.com/SpiderLabs/ModSecurity/archive/v%{version}.tar.gz
Source1: mod_security.conf
Source2: 10-mod_security.conf
Requires: httpd httpd-mmn = %{_httpd_mmn}
@ -36,9 +36,12 @@ This package contains the ModSecurity Audit Log Collector.
%endif
%prep
%setup -q -n modsecurity-apache_%{version}
%setup -q -n ModSecurity-%{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}
@ -107,6 +110,10 @@ rm -rf %{buildroot}
%endif
%changelog
* Tue Dec 17 2013 Athmane Madjoudj <athmane@fedoraproject.org> 2.7.6-1
- Update to 2.7.6
- Fix spec since upstream will only provide tarball via Github
* Sat Aug 03 2013 Petr Pisar <ppisar@redhat.com> - 2.7.5-2
- Perl 5.18 rebuild

View File

@ -1,2 +1 @@
ef471f4e126c34bf4d214103402a24ee modsecurity-apache_2.7.5.tar.gz
ab6be1b61fd2e352b1e0746c692d340d modsecurity-apache_2.7.5.tar.gz.sha256
006dc14cceaffa9bb4bdd2883548add1 v2.7.6.tar.gz