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

Changes of Revision 24

[-] Changed mod_security-ix.spec
x
 
1
@@ -16,6 +16,7 @@
2
 %endif
3
 Source3:   zzz_asl_custom_exclude.conf
4
 Source4:   zzz_asl_custom_local_exclude.conf
5
+Source5:   modsec-clamscan.pl
6
 Patch1:        waf-label.patch
7
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
8
 %if 0%{?rhel_version} || 0%{?centos_version} || 0%{?sl_version} || 0%{?redhat_version}
9
@@ -89,7 +90,7 @@
10
 install -D -m644 %{SOURCE2} %{buildroot}/%{apache_sysconfdir}/modsecurity.d/modsecurity_crs_10_config.conf
11
 install -D -m644 %{SOURCE3} %{buildroot}/%{apache_sysconfdir}/modsec/zzz_asl_custom_exclude.conf
12
 install -D -m644 %{SOURCE4} %{buildroot}/%{apache_sysconfdir}/modsec/zzz_asl_custom_local_exclude.conf
13
-#install -D -m755 rules/util/modsec-clamscan.pl %{buildroot}%{_bindir}/modsec-clamscan.pl
14
+install -D -m755 %{SOURCE5} %{buildroot}%{_bindir}/modsec-clamscan.pl
15
 mkdir -p %{buildroot}/var/log/mlogc/data
16
 install -D -m755 mlogc/mlogc %{buildroot}%{_bindir}/mlogc
17
 install -m755 mlogc/mlogc-batch-load.pl %{buildroot}%{_bindir}/mlogc-batch-load.pl
18
@@ -109,7 +110,7 @@
19
 %defattr (-,root,root)
20
 %doc CHANGES LICENSE README.* modsecurity* doc
21
 %{apache_libexecdir}/mod_security2.so
22
-#%{_bindir}/modsec-clamscan.pl
23
+%{_bindir}/modsec-clamscan.pl
24
 %{_bindir}/mlogc
25
 %{_bindir}/mlogc-batch-load.pl
26
 %config %{apache_sysconfdir}/conf.d/00_mod_security.conf
27
[+] Added modsec-clamscan.pl ^