Merge branch 'master' into el5
This commit is contained in:
commit
ff5b69344a
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
|||||||
/modsecurity-crs_2.2.4.tar.gz
|
/modsecurity-crs_2.2.4.tar.gz
|
||||||
/modsecurity-crs_2.2.5.tar.gz
|
/modsecurity-crs_2.2.5.tar.gz
|
||||||
/SpiderLabs-owasp-modsecurity-crs-21197fc.tar.gz
|
/SpiderLabs-owasp-modsecurity-crs-21197fc.tar.gz
|
||||||
|
/SpiderLabs-owasp-modsecurity-crs-v2.2.6-0-g3f85c76.tar.gz
|
||||||
|
1351
mod_security_crs-fix-incompatible-rules.patch
Normal file
1351
mod_security_crs-fix-incompatible-rules.patch
Normal file
File diff suppressed because it is too large
Load Diff
@ -1,9 +1,9 @@
|
|||||||
%global git_short 21197fc
|
%global git_short 3f85c76
|
||||||
|
|
||||||
Summary: ModSecurity Rules
|
Summary: ModSecurity Rules
|
||||||
Name: mod_security_crs
|
Name: mod_security_crs
|
||||||
Version: 2.2.6
|
Version: 2.2.6
|
||||||
Release: 1%{?dist}
|
Release: 3%{?dist}
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
URL: http://www.modsecurity.org/
|
URL: http://www.modsecurity.org/
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
@ -11,9 +11,9 @@ Group: System Environment/Daemons
|
|||||||
# Use the following command to generate the tarball:
|
# Use the following command to generate the tarball:
|
||||||
# wget https://github.com/SpiderLabs/owasp-modsecurity-crs/tarball/GIT_SHORT
|
# wget https://github.com/SpiderLabs/owasp-modsecurity-crs/tarball/GIT_SHORT
|
||||||
|
|
||||||
Source: SpiderLabs-owasp-modsecurity-crs-%{git_short}.tar.gz
|
Source: SpiderLabs-owasp-modsecurity-crs-v%{version}-0-g%{git_short}.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
Requires: mod_security >= 2.6.5
|
Requires: mod_security >= 2.7.0
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -71,6 +71,14 @@ rm -rf %{buildroot}
|
|||||||
%{_prefix}/lib/modsecurity.d/slr_rules
|
%{_prefix}/lib/modsecurity.d/slr_rules
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Oct 17 2012 Athmane Madjoudj <athmane@fedoraproject.org> 2.2.6-3
|
||||||
|
- Remove the patch since we're requiring mod_security >= 2.7.0
|
||||||
|
- Require mod_security >= 2.7.0
|
||||||
|
|
||||||
|
* Mon Oct 01 2012 Athmane Madjoudj <athmane@fedoraproject.org> 2.2.6-2
|
||||||
|
- Add a patch to fix incompatible rules.
|
||||||
|
- Update to new git release
|
||||||
|
|
||||||
* Sat Sep 15 2012 Athmane Madjoudj <athmane@fedoraproject.org> 2.2.6-1
|
* Sat Sep 15 2012 Athmane Madjoudj <athmane@fedoraproject.org> 2.2.6-1
|
||||||
- Update to 2.2.6
|
- Update to 2.2.6
|
||||||
- Update spec file since upstream moved to Github.
|
- Update spec file since upstream moved to Github.
|
||||||
|
Loading…
Reference in New Issue
Block a user