forked from pool/fail2ban
0156e67ee6
- action firewallcmd-ipset had non-working actioncheck. Removed. rh#1046816 - lsof was required for fail2ban's SysVinit scripts only. Not longer used for newer versions of openSUSE OBS-URL: https://build.opensuse.org/request/show/214983 OBS-URL: https://build.opensuse.org/package/show/security/fail2ban?expand=0&rev=41
24 lines
944 B
Diff
24 lines
944 B
Diff
diff -ur fail2ban-0.8.12.orig/config/action.d/firewallcmd-ipset.conf fail2ban-0.8.12/config/action.d/firewallcmd-ipset.conf
|
|
--- fail2ban-0.8.12.orig/config/action.d/firewallcmd-ipset.conf 2014-01-16 09:20:14.000000000 +0100
|
|
+++ fail2ban-0.8.12/config/action.d/firewallcmd-ipset.conf 2014-01-23 22:43:53.115263616 +0100
|
|
@@ -25,8 +25,6 @@
|
|
ipset flush fail2ban-<name>
|
|
ipset destroy fail2ban-<name>
|
|
|
|
-actioncheck = firewall-cmd --direct --get-chains ipv4 filter | grep -q '^fail2ban-<name>$'
|
|
-
|
|
actionban = ipset add fail2ban-<name> <ip> timeout <bantime> -exist
|
|
|
|
actionunban = ipset del fail2ban-<name> <ip> -exist
|
|
diff -ur fail2ban-0.8.12.orig/THANKS fail2ban-0.8.12/THANKS
|
|
--- fail2ban-0.8.12.orig/THANKS 2014-01-21 21:59:49.000000000 +0100
|
|
+++ fail2ban-0.8.12/THANKS 2014-01-23 22:43:53.115263616 +0100
|
|
@@ -30,6 +30,7 @@
|
|
Daniel B.
|
|
Daniel Black
|
|
David Nutter
|
|
+Derek Atkins
|
|
Eric Gerbier
|
|
Enrico Labedzki
|
|
ftoppi
|