Logoj0ke.net Open Build Service > Projects > internetx > mod_security > Changes
Sign Up | Log In

Changes of Revision 8

[-] Changed mod_security-ix.spec
x
 
1
@@ -1,7 +1,7 @@
2
 Summary:   Security module for the Apache HTTP Server
3
 Name:      mod_security 
4
 Version:   2.5.13
5
-Release:   20
6
+Release:   21
7
 License:   GPLv2
8
 URL:       http://www.modsecurity.org/
9
 Group:     System Environment/Daemons
10
@@ -66,7 +66,9 @@
11
 %config %{_sysconfdir}/httpd/conf.d/00_mod_security.conf
12
 %dir %{_sysconfdir}/httpd/modsecurity.d
13
 %config(noreplace) %{_sysconfdir}/httpd/modsecurity.d/modsecurity_crs_10_config.conf
14
-%config(noreplace) %{_sysconfdir}/httpd/modsec/999_asl_custom_exclude.conf
15
+%config %{_sysconfdir}/httpd/modsec/999_asl_custom_exclude.conf
16
+%config(noreplace) %{_sysconfdir}/httpd/modsec/999_asl_custom_local_exclude.conf
17
+
18
 %defattr(-,apache,apache)
19
 %dir /var/asl
20
 %dir /var/asl/data
21
@@ -75,6 +77,10 @@
22
 %dir /var/asl/data/audit
23
 
24
 %changelog
25
+* Mon Jun 06 2011 Carsten Schoene <cs@linux-administrator.com> - 2.5.13-21
26
+- added 999_asl_custom_local_exclude.conf with noreplace
27
+- set 999_asl_custom_exclude.conf to replace
28
+
29
 * Mon Jun 06 2011 Carsten Schoene <cs@linux-administrator.com> - 2.5.13-20
30
 - added rules to excludelist:
31
  - 350147
32
[+] Changed 999_asl_custom_exclude.conf ^
[+] Added 999_asl_custom_local_exclude.conf ^