From owner-svn-ports-head@freebsd.org Thu Jan 16 07:49:38 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 9510122C9B5; Thu, 16 Jan 2020 07:49:38 +0000 (UTC) (envelope-from meta@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47yxDL3RbRz4bQ6; Thu, 16 Jan 2020 07:49:38 +0000 (UTC) (envelope-from meta@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 715601C0E2; Thu, 16 Jan 2020 07:49:38 +0000 (UTC) (envelope-from meta@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 00G7ncjN043169; Thu, 16 Jan 2020 07:49:38 GMT (envelope-from meta@FreeBSD.org) Received: (from meta@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 00G7ncsr043167; Thu, 16 Jan 2020 07:49:38 GMT (envelope-from meta@FreeBSD.org) Message-Id: <202001160749.00G7ncsr043167@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: meta set sender to meta@FreeBSD.org using -f From: Koichiro Iwao Date: Thu, 16 Jan 2020 07:49:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r523211 - in head/security/py-fail2ban: . files X-SVN-Group: ports-head X-SVN-Commit-Author: meta X-SVN-Commit-Paths: in head/security/py-fail2ban: . files X-SVN-Commit-Revision: 523211 X-SVN-Commit-Repository: ports 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.29 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: Thu, 16 Jan 2020 07:49:38 -0000 Author: meta Date: Thu Jan 16 07:49:37 2020 New Revision: 523211 URL: https://svnweb.freebsd.org/changeset/ports/523211 Log: security/py-fail2ban: Update to 0.11.1 PR: 243325 Submitted by: maintainer Relnotes: https://github.com/fail2ban/fail2ban/blob/0.11.1/ChangeLog Sponsored by: HAW international Deleted: head/security/py-fail2ban/files/patch-setup.py Modified: head/security/py-fail2ban/Makefile head/security/py-fail2ban/distinfo Modified: head/security/py-fail2ban/Makefile ============================================================================== --- head/security/py-fail2ban/Makefile Thu Jan 16 07:23:43 2020 (r523210) +++ head/security/py-fail2ban/Makefile Thu Jan 16 07:49:37 2020 (r523211) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= fail2ban -PORTVERSION= 0.10.4 -PORTREVISION= 2 +PORTVERSION= 0.11.1 CATEGORIES= security python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -26,7 +25,7 @@ SHEBANG_LANG= fail2ban-python SUB_LIST+= PYTHON_CMD=${PYTHON_CMD} -PYDISTUTILS_INSTALLARGS+= --install-data=${ETCDIR} +PYDISTUTILS_INSTALLARGS+= --install-data=${ETCDIR} --without-test PORTDOCS= README.md DEVELOP Modified: head/security/py-fail2ban/distinfo ============================================================================== --- head/security/py-fail2ban/distinfo Thu Jan 16 07:23:43 2020 (r523210) +++ head/security/py-fail2ban/distinfo Thu Jan 16 07:49:37 2020 (r523211) @@ -1,3 +1,3 @@ -TIMESTAMP = 1538666739 -SHA256 (fail2ban-fail2ban-0.10.4_GH0.tar.gz) = d6ca1bbc7e7944f7acb2ba7c1065953cd9837680bc4d175f30ed155c6a372449 -SIZE (fail2ban-fail2ban-0.10.4_GH0.tar.gz) = 493064 +TIMESTAMP = 1578911137 +SHA256 (fail2ban-fail2ban-0.11.1_GH0.tar.gz) = 71d2a52b66bb0f87ac3812246bdd3819ec561913cd44afd39130a342f043aa6d +SIZE (fail2ban-fail2ban-0.11.1_GH0.tar.gz) = 538660