New upstream version
This commit is contained in:
parent
5ea2f15bcb
commit
9cf96f5bae
@ -1 +1 @@
|
|||||||
modsecurity-1.8.7.tar.gz
|
modsecurity-apache-1.9.tar.gz
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
Summary: Security module for the Apache HTTP Server
|
Summary: Security module for the Apache HTTP Server
|
||||||
Name: mod_security
|
Name: mod_security
|
||||||
Version: 1.8.7
|
Version: 1.9
|
||||||
Release: 4%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPL
|
License: GPL
|
||||||
URL: http://www.modsecurity.org/
|
URL: http://www.modsecurity.org/
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
Source: http://www.modsecurity.org/download/modsecurity-%{version}.tar.gz
|
Source: http://www.modsecurity.org/download/modsecurity-apache-%{version}.tar.gz
|
||||||
Source1: mod_security.conf
|
Source1: mod_security.conf
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
Requires: httpd httpd-mmn = %([ -a %{_includedir}/httpd/.mmn ] && cat %{_includedir}/httpd/.mmn || echo missing)
|
Requires: httpd httpd-mmn = %([ -a %{_includedir}/httpd/.mmn ] && cat %{_includedir}/httpd/.mmn || echo missing)
|
||||||
@ -18,7 +18,7 @@ as a powerful umbrella - shielding web applications from attacks.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
|
|
||||||
%setup -q -n modsecurity-%{version}
|
%setup -q -n modsecurity-apache-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
/usr/sbin/apxs -Wc,"%{optflags}" -c apache2/mod_security.c
|
/usr/sbin/apxs -Wc,"%{optflags}" -c apache2/mod_security.c
|
||||||
@ -35,14 +35,17 @@ rm -rf %{buildroot}
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr (-,root,root)
|
%defattr (-,root,root)
|
||||||
%doc CHANGES LICENSE INSTALL README httpd* *.pdf util
|
%doc CHANGES LICENSE INSTALL README httpd* util doc
|
||||||
%{_libdir}/httpd/modules/mod_security.so
|
%{_libdir}/httpd/modules/mod_security.so
|
||||||
%config(noreplace) /etc/httpd/conf.d/mod_security.conf
|
%config(noreplace) /etc/httpd/conf.d/mod_security.conf
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Nov 9 2005 Michael Fleming <mfleming+rpm@enlartenment.com> 1.9-1
|
||||||
|
- New stable upstream release 1.9
|
||||||
|
|
||||||
* Sat Jul 9 2005 Michael Fleming <mfleming+rpm@enlartenment.com> 1.8.7-4
|
* Sat Jul 9 2005 Michael Fleming <mfleming+rpm@enlartenment.com> 1.8.7-4
|
||||||
- Add Requires: httpd-mmn to get the appropriate "module magic" version
|
- Add Requires: httpd-mmn to get the appropriate "module magic" version
|
||||||
(thanks Ville Skyttä)
|
(thanks Ville Skytta)
|
||||||
- Disabled an overly-agressive rule or two..
|
- Disabled an overly-agressive rule or two..
|
||||||
|
|
||||||
* Sat Jul 9 2005 Michael Fleming <mfleming+rpm@enlartenment.com> 1.8.7-3
|
* Sat Jul 9 2005 Michael Fleming <mfleming+rpm@enlartenment.com> 1.8.7-3
|
||||||
|
Loading…
Reference in New Issue
Block a user