From owner-svn-ports-head@FreeBSD.ORG Mon Dec 17 18:44:27 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EF5B4DC4; Mon, 17 Dec 2012 18:44:27 +0000 (UTC) (envelope-from wxs@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id C75B28FC13; Mon, 17 Dec 2012 18:44:27 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBHIiRht042916; Mon, 17 Dec 2012 18:44:27 GMT (envelope-from wxs@svn.freebsd.org) Received: (from wxs@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBHIiQvs042910; Mon, 17 Dec 2012 18:44:26 GMT (envelope-from wxs@svn.freebsd.org) Message-Id: <201212171844.qBHIiQvs042910@svn.freebsd.org> From: Wesley Shields Date: Mon, 17 Dec 2012 18:44:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r309119 - in head/security/py-fail2ban: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Dec 2012 18:44:28 -0000 Author: wxs Date: Mon Dec 17 18:44:26 2012 New Revision: 309119 URL: http://svnweb.freebsd.org/changeset/ports/309119 Log: 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) Added: head/security/py-fail2ban/files/patch-actions.py (contents, props changed) head/security/py-fail2ban/files/patch-bsd-sendmail.conf (contents, props changed) Modified: head/security/py-fail2ban/Makefile head/security/py-fail2ban/files/patch-bsd-ipfw.conf (contents, props changed) head/security/py-fail2ban/pkg-plist Modified: head/security/py-fail2ban/Makefile ============================================================================== --- head/security/py-fail2ban/Makefile Mon Dec 17 18:39:39 2012 (r309118) +++ head/security/py-fail2ban/Makefile Mon Dec 17 18:44:26 2012 (r309119) @@ -3,6 +3,7 @@ PORTNAME= fail2ban PORTVERSION= 0.8.7.1 +PORTREVISION= 1 CATEGORIES= security python MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/tarball/${PORTVERSION}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Added: head/security/py-fail2ban/files/patch-actions.py ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/py-fail2ban/files/patch-actions.py Mon Dec 17 18:44:26 2012 (r309119) @@ -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"]))) Modified: head/security/py-fail2ban/files/patch-bsd-ipfw.conf ============================================================================== --- head/security/py-fail2ban/files/patch-bsd-ipfw.conf Mon Dec 17 18:39:39 2012 (r309118) +++ head/security/py-fail2ban/files/patch-bsd-ipfw.conf Mon Dec 17 18:44:26 2012 (r309119) @@ -1,6 +1,6 @@ ---- /dev/null 2010-01-12 16:33:00.000000000 -0500 -+++ ./config/action.d/bsd-ipfw.conf 2010-01-12 16:26:51.000000000 -0500 -@@ -0,0 +1,65 @@ +--- /dev/null 2012-11-27 18:04:17.000000000 +0100 ++++ config/action.d/bsd-ipfw.conf 2012-11-27 18:06:29.000000000 +0100 +@@ -0,0 +1,72 @@ +# Fail2Ban configuration file +# +# Author: Nick Munger @@ -36,10 +36,11 @@ +# Tags: IP address +# number of failures +#