Date: Mon, 25 Feb 2013 20:46:16 GMT From: Christoph Theis <theis@gmx.at> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/176426: [maintainer-update] security/py-fail2ban: Remove now obsolete patch file Message-ID: <201302252046.r1PKkGMc001331@red.freebsd.org> Resent-Message-ID: <201302252050.r1PKo02w026592@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 176426 >Category: ports >Synopsis: [maintainer-update] security/py-fail2ban: Remove now obsolete patch file >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Feb 25 20:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Christoph Theis >Release: >Organization: >Environment: >Description: Delete files/patch-actions.py The file files/patch-actions.py was to fix a bug in fail2ban 0.8.7. That bug is now fixed in current version 0.8.8. In my last patch #176368 to update security/py-fail2ban to that version I forgot to remove that file. This is done now. >How-To-Repeat: >Fix: Patch attached with submission follows: Index: Makefile =================================================================== --- Makefile (revision 312850) +++ Makefile (working copy) @@ -3,6 +3,7 @@ PORTNAME= fail2ban PORTVERSION= 0.8.8 +PORTREVISION= 1 CATEGORIES= security python MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/tarball/${PORTVERSION}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Index: files/patch-actions.py =================================================================== --- files/patch-actions.py (revision 312850) +++ files/patch-actions.py (working copy) @@ -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"]))) >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302252046.r1PKkGMc001331>