- Update to 2.7.7
- Fix the spec file since upstream fixed the bugs reported.
This commit is contained in:
parent
f8df6bc93b
commit
7ef9d1bdfe
2
.gitignore
vendored
2
.gitignore
vendored
@ -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
|
||||
|
@ -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 <athmane@fedoraproject.org> 2.7.6-2
|
||||
- Add autotools deps
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user