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

Changes of Revision 5

[-] 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:   17
6
+Release:   18
7
 License:   GPLv2
8
 URL:       http://www.modsecurity.org/
9
 Group:     System Environment/Daemons
10
@@ -12,15 +12,13 @@
11
 Patch1:        waf-label.patch
12
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
13
 Requires:  httpd httpd-mmn = %([ -a %{_includedir}/httpd/.mmn ] && cat %{_includedir}/httpd/.mmn || echo missing)
14
-#Requires: asl
15
 BuildRequires: httpd-devel libxml2-devel pcre-devel libtool pkgconfig curl-devel 
16
 BuildRequires: curl
17
-BuildRequires: lua-devel
18
+BuildRequires:  lua-devel
19
 
20
 Requires:  libxml2 pcre lua
21
 Provides:  ix-mod_security = %{version}
22
 
23
-
24
 %description
25
 ModSecurity is an open source intrusion detection and prevention engine
26
 for web applications. It operates embedded into the web server, acting
27
@@ -55,6 +53,7 @@
28
 install -D -m644 %{SOURCE1} %{buildroot}/%{_sysconfdir}/httpd/conf.d/00_mod_security.conf
29
 install -D -m644 %{SOURCE2} %{buildroot}/%{_sysconfdir}/httpd/modsecurity.d/modsecurity_crs_10_config.conf
30
 install -D -m644 %{SOURCE3} %{buildroot}/%{_sysconfdir}/httpd/modsec/00_asl_custom_exclude.conf
31
+install -D -m755 rules/util/modsec-clamscan.pl %{buildroot}%{_bindir}/modsec-clamscan.pl
32
 
33
 %clean
34
 rm -rf %{buildroot}
35
@@ -63,6 +62,7 @@
36
 %defattr (-,root,root)
37
 %doc CHANGES LICENSE README.* modsecurity* doc
38
 %{_libdir}/httpd/modules/mod_security2.so
39
+%{_bindir}/modsec-clamscan.pl
40
 %config %{_sysconfdir}/httpd/conf.d/00_mod_security.conf
41
 %dir %{_sysconfdir}/httpd/modsecurity.d
42
 %config(noreplace) %{_sysconfdir}/httpd/modsecurity.d/modsecurity_crs_10_config.conf
43
@@ -75,6 +75,9 @@
44
 %dir /var/asl/data/audit
45
 
46
 %changelog
47
+* Thu May 05 2011 Carsten Schoene <cs@linux-administrator.com> - 2.5.13-18
48
+- disable clamav check rule 351000 by default
49
+
50
 * Tue May 03 2011 Carsten Schoene <cs@linux-administrator.com> - 2.5.13-17
51
 - add 00_asl_custom_exclude.conf and disable RBL rule 350000 by default
52
 
53
[+] Changed 00_asl_custom_exclude.conf ^