Date: Sat, 14 May 2016 13:09:45 +0000 (UTC) From: Kurt Jaeger <pi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415186 - head/security/py-fail2ban Message-ID: <201605141309.u4ED9jZW095077@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pi Date: Sat May 14 13:09:45 2016 New Revision: 415186 URL: https://svnweb.freebsd.org/changeset/ports/415186 Log: security/py-fail2ban: Fix for Bug #1417 / #1419 For details see https://github.com/fail2ban/fail2ban/pull/1419 PR: 209494 Submitted by: theis@gmx.at (maintainer) Modified: head/security/py-fail2ban/Makefile head/security/py-fail2ban/distinfo Modified: head/security/py-fail2ban/Makefile ============================================================================== --- head/security/py-fail2ban/Makefile Sat May 14 10:24:36 2016 (r415185) +++ head/security/py-fail2ban/Makefile Sat May 14 13:09:45 2016 (r415186) @@ -2,6 +2,7 @@ PORTNAME= fail2ban PORTVERSION= 0.9.4 +PORTREVISION= 1 CATEGORIES= security python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,6 +16,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqli USES= python shebangfix USE_GITHUB= yes +GH_TAGNAME= d6eae28 USE_PYTHON= autoplist distutils USE_RC_SUBR= fail2ban Modified: head/security/py-fail2ban/distinfo ============================================================================== --- head/security/py-fail2ban/distinfo Sat May 14 10:24:36 2016 (r415185) +++ head/security/py-fail2ban/distinfo Sat May 14 13:09:45 2016 (r415186) @@ -1,2 +1,3 @@ -SHA256 (fail2ban-fail2ban-0.9.4_GH0.tar.gz) = 870b99dd0110f10d705d0ca5743d42d358e0b5a0a4de8b69ed1d41b40dd98fa4 -SIZE (fail2ban-fail2ban-0.9.4_GH0.tar.gz) = 335532 +TIMESTAMP = 1463158800 +SHA256 (fail2ban-fail2ban-0.9.4-d6eae28_GH0.tar.gz) = 2d9126d3a8470d7744aeff244cf7fe2d67eff891939f19e6e29687e92df84be1 +SIZE (fail2ban-fail2ban-0.9.4-d6eae28_GH0.tar.gz) = 338831
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605141309.u4ED9jZW095077>