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

Changes of Revision 11

[-] 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:   22
6
+Release:   23
7
 License:   GPLv2
8
 URL:       http://www.modsecurity.org/
9
 Group:     System Environment/Daemons
10
@@ -9,7 +9,7 @@
11
 Source1:   00_mod_security.conf
12
 Source2:   modsecurity_crs_10_config-default.conf 
13
 Source3:   zzz_asl_custom_exclude.conf
14
-Source4:   999_asl_custom_local_exclude.conf
15
+Source4:   zzz_asl_custom_local_exclude.conf
16
 Patch1:        waf-label.patch
17
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
18
 Requires:  httpd httpd-mmn = %([ -a %{_includedir}/httpd/.mmn ] && cat %{_includedir}/httpd/.mmn || echo missing)
19
@@ -54,7 +54,7 @@
20
 install -D -m644 %{SOURCE1} %{buildroot}/%{_sysconfdir}/httpd/conf.d/00_mod_security.conf
21
 install -D -m644 %{SOURCE2} %{buildroot}/%{_sysconfdir}/httpd/modsecurity.d/modsecurity_crs_10_config.conf
22
 install -D -m644 %{SOURCE3} %{buildroot}/%{_sysconfdir}/httpd/modsec/zzz_asl_custom_exclude.conf
23
-install -D -m644 %{SOURCE4} %{buildroot}/%{_sysconfdir}/httpd/modsec/999_asl_custom_local_exclude.conf
24
+install -D -m644 %{SOURCE4} %{buildroot}/%{_sysconfdir}/httpd/modsec/zzz_asl_custom_local_exclude.conf
25
 install -D -m755 rules/util/modsec-clamscan.pl %{buildroot}%{_bindir}/modsec-clamscan.pl
26
 
27
 %clean
28
@@ -69,7 +69,7 @@
29
 %dir %{_sysconfdir}/httpd/modsecurity.d
30
 %config(noreplace) %{_sysconfdir}/httpd/modsecurity.d/modsecurity_crs_10_config.conf
31
 %config %{_sysconfdir}/httpd/modsec/zzz_asl_custom_exclude.conf
32
-%config(noreplace) %{_sysconfdir}/httpd/modsec/999_asl_custom_local_exclude.conf
33
+%config(noreplace) %{_sysconfdir}/httpd/modsec/zzz_asl_custom_local_exclude.conf
34
 
35
 %defattr(-,apache,apache)
36
 %dir /var/asl
37
@@ -79,8 +79,10 @@
38
 %dir /var/asl/data/audit
39
 
40
 %changelog
41
-* Mon Jun 27 2011 Carsten Schoene <cs@linux-administrator.com> - 2.5.13-22
42
+* Mon Jun 27 2011 Carsten Schoene <cs@linux-administrator.com> - 2.5.13-23
43
 - rename 999_asl_custom_exclude.conf to zzz_asl_custom_exclude.conf
44
+- rename 999_asl_custom_local_exclude.conf to zzz_asl_custom_local_exclude.conf
45
+
46
 
47
 * Mon Jun 06 2011 Carsten Schoene <cs@linux-administrator.com> - 2.5.13-21
48
 - added 999_asl_custom_local_exclude.conf with noreplace
49
[+] Deleted 999_asl_custom_local_exclude.conf ^
[+] Changed zzz_asl_custom_exclude.conf ^
[+] Added zzz_asl_custom_local_exclude.conf ^