From dde8a3af5ec565b489f43173bee2da6cceea1224 Mon Sep 17 00:00:00 2001 From: Wesley Shields Date: Mon, 17 Dec 2012 18:44:26 +0000 Subject: 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 (maintainer) --- security/py-fail2ban/files/patch-actions.py | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 security/py-fail2ban/files/patch-actions.py (limited to 'security/py-fail2ban/files/patch-actions.py') 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"]))) -- cgit v1.2.3