summaryrefslogtreecommitdiff
path: root/security/py-fail2ban/files/patch-actions.py
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>2013-02-25 22:23:15 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>2013-02-25 22:23:15 +0000
commit184c72ca2af557a04a3db72889503940e386ff56 (patch)
tree27b46339120ed4bcaa33d8f248af0cc1476ec68f /security/py-fail2ban/files/patch-actions.py
parentUpdate to version 0.8.2 (diff)
Remove patch unneded in 0.8.8
PR: 176426 Submitted by: Christoph Theis <theis@gmx.at> [maintainer]
Notes
Notes: svn path=/head/; revision=312944
Diffstat (limited to 'security/py-fail2ban/files/patch-actions.py')
-rw-r--r--security/py-fail2ban/files/patch-actions.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/security/py-fail2ban/files/patch-actions.py b/security/py-fail2ban/files/patch-actions.py
deleted file mode 100644
index 91bfc9879426..000000000000
--- a/security/py-fail2ban/files/patch-actions.py
+++ /dev/null
@@ -1,5 +0,0 @@
---- server/actions.py.orig 2012-11-27 18:16:18.000000000 +0100
-+++ server/actions.py 2012-11-27 18:17:04.000000000 +0100
-@@ -206 +206 @@
-- logSys.warn("[%s] Unban %s" % (self.jail.getName(), aInfo["ip"]))
-+ logSys.warn("[%s] Unban %s" % (self.jail.getName(), str(aInfo["ip"])))