Update to 2.9.3
This commit is contained in:
parent
cfc1554ac0
commit
7fe211f8dc
1
.gitignore
vendored
1
.gitignore
vendored
@ -18,3 +18,4 @@ modsecurity-apache_2.5.12.tar.gz
|
|||||||
/modsecurity-2.9.0.tar.gz
|
/modsecurity-2.9.0.tar.gz
|
||||||
/modsecurity-2.9.1.tar.gz
|
/modsecurity-2.9.1.tar.gz
|
||||||
/modsecurity-2.9.2.tar.gz
|
/modsecurity-2.9.2.tar.gz
|
||||||
|
/modsecurity-2.9.3.tar.gz
|
||||||
|
@ -9,8 +9,8 @@
|
|||||||
|
|
||||||
Summary: Security module for the Apache HTTP Server
|
Summary: Security module for the Apache HTTP Server
|
||||||
Name: mod_security
|
Name: mod_security
|
||||||
Version: 2.9.2
|
Version: 2.9.3
|
||||||
Release: 7%{?dist}
|
Release: 1%{?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
|
||||||
@ -116,7 +116,7 @@ install -m0644 mlogc/mlogc-default.conf %{buildroot}%{_sysconfdir}/mlogc.conf
|
|||||||
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc CHANGES LICENSE README.TXT NOTICE
|
%doc CHANGES LICENSE README.* NOTICE
|
||||||
%{_httpd_moddir}/mod_security2.so
|
%{_httpd_moddir}/mod_security2.so
|
||||||
%config(noreplace) %{_httpd_confdir}/*.conf
|
%config(noreplace) %{_httpd_confdir}/*.conf
|
||||||
%if "%{_httpd_modconfdir}" != "%{_httpd_confdir}"
|
%if "%{_httpd_modconfdir}" != "%{_httpd_confdir}"
|
||||||
@ -139,6 +139,9 @@ install -m0644 mlogc/mlogc-default.conf %{buildroot}%{_sysconfdir}/mlogc.conf
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Dec 09 2018 Athmane Madjoudj <athmane@fedoraproject.org> - 2.9.3-1
|
||||||
|
- Update to 2.9.3
|
||||||
|
|
||||||
* Fri Nov 16 2018 Joe Orton <jorton@redhat.com> - 2.9.2-7
|
* Fri Nov 16 2018 Joe Orton <jorton@redhat.com> - 2.9.2-7
|
||||||
- Requires(pre): httpd-filesystem to ensure apache user exists
|
- Requires(pre): httpd-filesystem to ensure apache user exists
|
||||||
- enable mlogc everywhere, use buildcond to disable
|
- enable mlogc everywhere, use buildcond to disable
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (modsecurity-2.9.2.tar.gz) = 69c87ef6f7b6411f4803eb25af32969a1da59722121257c2edf345a3f5a4ab9ae8a49c886cbbfc722c5bda91c6d6ea55232f968c0a0407d7d7b3af53dc862c21
|
SHA512 (modsecurity-2.9.3.tar.gz) = 4e1ea5dd8edadf8f630e4fe92a200d3a8e78963fce3128b5975a1e1ecd0e8bf9ceecd9905c95f8c508932ccd837f1d8ae8bb2ba423307718c3c6a4ae9b783ddd
|
||||||
|
Loading…
Reference in New Issue
Block a user