Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Jan 2020 07:49:38 +0000 (UTC)
From:      Koichiro Iwao <meta@FreeBSD.org>
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
Message-ID:  <202001160749.00G7ncsr043167@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202001160749.00G7ncsr043167>