summaryrefslogtreecommitdiff
path: root/security/py-fail2ban/files/patch-actions.py
diff options
context:
space:
mode:
authorWesley Shields <wxs@FreeBSD.org>2012-12-17 18:44:26 +0000
committerWesley Shields <wxs@FreeBSD.org>2012-12-17 18:44:26 +0000
commitdde8a3af5ec565b489f43173bee2da6cceea1224 (patch)
tree6369a3848e77eb309f9e3fa5ce8df3cf292202b2 /security/py-fail2ban/files/patch-actions.py
parent- Update to 3.8.0 (diff)
Minor enhancements:
1) Add a fix for https://github.com/fail2ban/fail2ban/issues/91 (Spurious UTF8 in SYSLOG is not fully fixed) 2) Add a filter for sendmail, the default mailer on FreeBSD 3) Make the ipfw table used in the action bsd-ipfw configurable PR: ports/173956 Submitted by: Christoph Theis <theis@gmx.at> (maintainer)
Notes
Notes: svn path=/head/; revision=309119
Diffstat (limited to 'security/py-fail2ban/files/patch-actions.py')
-rw-r--r--security/py-fail2ban/files/patch-actions.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/security/py-fail2ban/files/patch-actions.py b/security/py-fail2ban/files/patch-actions.py
new file mode 100644
index 000000000000..91bfc9879426
--- /dev/null
+++ b/security/py-fail2ban/files/patch-actions.py
@@ -0,0 +1,5 @@
+--- 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"])))