mod_security-rpm/mod_security.spec

63 lines
2.1 KiB
RPMSpec
Raw Normal View History

Summary: Security module for the Apache HTTP Server
Name: mod_security
2005-12-01 12:32:58 +01:00
Version: 1.9.1
2005-11-22 09:39:23 +01:00
Release: 1%{?dist}
License: GPL
URL: http://www.modsecurity.org/
Group: System Environment/Daemons
2005-11-22 09:39:23 +01:00
Source: http://www.modsecurity.org/download/modsecurity-apache-%{version}.tar.gz
Source1: mod_security.conf
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
2005-07-09 14:57:50 +02:00
Requires: httpd httpd-mmn = %([ -a %{_includedir}/httpd/.mmn ] && cat %{_includedir}/httpd/.mmn || echo missing)
BuildRequires: httpd-devel
%description
ModSecurity is an open source intrusion detection and prevention engine
for web applications. It operates embedded into the web server, acting
as a powerful umbrella - shielding web applications from attacks.
%prep
2005-11-22 09:39:23 +01:00
%setup -q -n modsecurity-apache-%{version}
%build
/usr/sbin/apxs -Wc,"%{optflags}" -c apache2/mod_security.c
%install
rm -rf %{buildroot}
mkdir -p %{buildroot}%{_libdir}/httpd/modules/
mkdir -p %{buildroot}/%{_sysconfdir}/httpd/conf.d/
2005-05-19 08:42:01 +02:00
install -p apache2/.libs/mod_security.so %{buildroot}/%{_libdir}/httpd/modules/
install -m644 %{SOURCE1} %{buildroot}/%{_sysconfdir}/httpd/conf.d/
%clean
rm -rf %{buildroot}
%files
%defattr (-,root,root)
2005-11-22 09:39:23 +01:00
%doc CHANGES LICENSE INSTALL README httpd* util doc
%{_libdir}/httpd/modules/mod_security.so
%config(noreplace) /etc/httpd/conf.d/mod_security.conf
%changelog
2005-12-01 12:32:58 +01:00
* Thu Dec 1 2005 Michael Fleming <mfleming+rpm@enlartenment.com> 1.9.1-1
- New release 1.9.1
2005-11-22 09:39:23 +01:00
* 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
- Add Requires: httpd-mmn to get the appropriate "module magic" version
2005-11-22 09:39:23 +01:00
(thanks Ville Skytta)
- Disabled an overly-agressive rule or two..
* Sat Jul 9 2005 Michael Fleming <mfleming+rpm@enlartenment.com> 1.8.7-3
- Correct Buildroot
- Some sensible and safe rules for common apps in mod_security.conf
2005-05-19 08:42:01 +02:00
* Thu May 19 2005 Michael Fleming <mfleming+rpm@enlartenment.com> 1.8.7-2
- Don't strip the module (so we can get a useful debuginfo package)
* Thu May 19 2005 Michael Fleming <mfleming+rpm@enlartenment.com> 1.8.7-1
- Initial spin for Extras