Update to 2.8.0 Final

This commit is contained in:
Athmane Madjoudj 2014-04-16 08:28:45 +01:00
parent 0caf91fb82
commit 254c79eed1
3 changed files with 13 additions and 6 deletions

2
.gitignore vendored
View File

@ -13,3 +13,5 @@ modsecurity-apache_2.5.12.tar.gz
/v2.7.6.tar.gz
/modsecurity-apache_2.7.7.tar.gz
/modsecurity-apache_2.7.7.tar.gz.sha256
/modsecurity-2.8.0.tar.gz
/modsecurity-2.8.0.tar.gz.sha256

View File

@ -9,12 +9,12 @@
Summary: Security module for the Apache HTTP Server
Name: mod_security
Version: 2.7.7
Release: 6%{?dist}
Version: 2.8.0
Release: 1%{?dist}
License: ASL 2.0
URL: http://www.modsecurity.org/
Group: System Environment/Daemons
Source: https://www.modsecurity.org/tarball/%{version}/modsecurity-apache_%{version}.tar.gz
Source: https://www.modsecurity.org/tarball/%{version}/modsecurity-%{version}.tar.gz
Source1: mod_security.conf
Source2: 10-mod_security.conf
Requires: httpd httpd-mmn = %{_httpd_mmn}
@ -36,7 +36,7 @@ This package contains the ModSecurity Audit Log Collector.
%endif
%prep
%setup -q -n modsecurity-apache_%{version}
%setup -q -n modsecurity-%{version}
%build
%configure --enable-pcre-match-limit=1000000 \
@ -113,6 +113,12 @@ rm -rf %{buildroot}
%endif
%changelog
* Wed Apr 16 2014 Athmane Madjoudj <athmane@fedoraproject.org> 2.8.0-1
- Update to 2.8.0 Final
* Thu Apr 03 2014 Athmane Madjoudj <athmane@fedoraproject.org> 2.8.0-0.rc1
- Update to 2.8.0-RC1
* Tue Mar 04 2014 Athmane Madjoudj <athmane@fedoraproject.org> 2.7.7-6
- Fix status code in the configuration file (upstream PR #666)

View File

@ -1,2 +1 @@
89d8a186e87493b6c6d091940c5313ba modsecurity-apache_2.7.7.tar.gz.sha256
5383c59ecc6990c870386627f67e7216 modsecurity-apache_2.7.7.tar.gz
bd27a1c222b80663ebc58ea27b87df4c modsecurity-2.8.0.tar.gz.sha256