ports/176426: [maintainer-update] security/py-fail2ban: Remove now obsolete patch file
Christoph Theis
theis at gmx.at
Mon Feb 25 20:50:01 UTC 2013
>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:
More information about the freebsd-ports-bugs
mailing list