Changes of Revision 3
[-] | Changed | apache2-mod_evasive.spec |
x 1
2 Url: http://www.zdziarski.com/projects/mod_evasive/ 3 Source0: http://www.zdziarski.com/projects/mod_evasive/%{modname}_%{version}.tar.gz 4 Source1: mod_evasive.conf 5 +Patch0: mod_evasive-void.patch 6 BuildRoot: %{_tmppath}/%{name}-%{version}-build 7 8 %description 9
10 %debug_package 11 %prep 12 %setup -n %{modname} 13 +%patch0 14 15 %build 16 %{apxs} -a -c %{modname}20.c 17 |
||
[+] | Added | mod_evasive-void.patch ^ |
@@ -0,0 +1,10 @@ +--- mod_evasive20.c.orig 2010-07-08 22:42:11.830662890 +0200 ++++ mod_evasive20.c 2010-07-08 22:44:59.366864578 +0200 +@@ -298,6 +298,7 @@ + ntt_destroy(hit_list); + free(email_notify); + free(system_command); ++ return NULL; + } + + |