Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Oct 2018 05:02:36 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r481422 - in head/security/py-fail2ban: . files
Message-ID:  <201810070502.w9752aDM034463@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Sun Oct  7 05:02:36 2018
New Revision: 481422
URL: https://svnweb.freebsd.org/changeset/ports/481422

Log:
  security/py-fail2ban: Update to 0.10.4
  
  PR:		231947
  Submitted by:	theis@gmx.at (maintainer)

Deleted:
  head/security/py-fail2ban/files/patch-config_action.d_hostsdeny.conf
  head/security/py-fail2ban/files/patch-fail2ban_client_csocket.py
Modified:
  head/security/py-fail2ban/Makefile   (contents, props changed)
  head/security/py-fail2ban/distinfo   (contents, props changed)

Modified: head/security/py-fail2ban/Makefile
==============================================================================
--- head/security/py-fail2ban/Makefile	Sun Oct  7 04:57:45 2018	(r481421)
+++ head/security/py-fail2ban/Makefile	Sun Oct  7 05:02:36 2018	(r481422)
@@ -1,8 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	fail2ban
-PORTVERSION=	0.10.3.1
-PORTREVISION=   1
+PORTVERSION=	0.10.4
 CATEGORIES=	security python
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
@@ -61,6 +60,8 @@ post-patch:
 		${WRKSRC}/config/fail2ban.conf
 	@${REINPLACE_CMD} -e 's,jail.conf(5),fail2ban-jail.conf(5),g' \
 		${MAN_FILES}
+	@${REINPLACE_CMD} -e 's, sed , ${SED} ,g' \
+		${WRKSRC}/config/action.d/hostsdeny.conf
 
 .	if ${PYTHON_MAJOR_VER} >= 3
 		(cd ${WRKSRC}/ && ${PY2TO3_CMD} ${PY2TO3_ARG} bin/* fail2ban)

Modified: head/security/py-fail2ban/distinfo
==============================================================================
--- head/security/py-fail2ban/distinfo	Sun Oct  7 04:57:45 2018	(r481421)
+++ head/security/py-fail2ban/distinfo	Sun Oct  7 05:02:36 2018	(r481422)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1523508414
-SHA256 (fail2ban-fail2ban-0.10.3.1_GH0.tar.gz) = 7ee3fd0e94d58c94298718b25e6bcfa96932712b7aa683580e162403f68d40c8
-SIZE (fail2ban-fail2ban-0.10.3.1_GH0.tar.gz) = 485803
+TIMESTAMP = 1538666739
+SHA256 (fail2ban-fail2ban-0.10.4_GH0.tar.gz) = d6ca1bbc7e7944f7acb2ba7c1065953cd9837680bc4d175f30ed155c6a372449
+SIZE (fail2ban-fail2ban-0.10.4_GH0.tar.gz) = 493064



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