From owner-svn-ports-all@freebsd.org Sat May 14 13:09:47 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 06071B399A1; Sat, 14 May 2016 13:09:47 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C8A3C1871; Sat, 14 May 2016 13:09:46 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4ED9kVh095079; Sat, 14 May 2016 13:09:46 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4ED9jZW095077; Sat, 14 May 2016 13:09:45 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201605141309.u4ED9jZW095077@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sat, 14 May 2016 13:09:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415186 - head/security/py-fail2ban X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 May 2016 13:09:47 -0000 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