Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Aug 2013 14:23:34 +0000 (UTC)
From:      Frederic Culot <culot@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r325700 - in head/security/py-fail2ban: . files
Message-ID:  <201308301423.r7UENYTg082239@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: culot
Date: Fri Aug 30 14:23:33 2013
New Revision: 325700
URL: http://svnweb.freebsd.org/changeset/ports/325700

Log:
  - Update to 0.8.10
  
  Changes:        https://raw.github.com/fail2ban/fail2ban/master/ChangeLog
  PR:             ports/179528
  Submitted by:   Christoph Theis <theis@gmx.at> (maintainer)

Deleted:
  head/security/py-fail2ban/files/patch-bsd-ipfw.conf
  head/security/py-fail2ban/files/patch-pf.conf
Modified:
  head/security/py-fail2ban/Makefile
  head/security/py-fail2ban/distinfo
  head/security/py-fail2ban/pkg-plist

Modified: head/security/py-fail2ban/Makefile
==============================================================================
--- head/security/py-fail2ban/Makefile	Fri Aug 30 14:06:29 2013	(r325699)
+++ head/security/py-fail2ban/Makefile	Fri Aug 30 14:23:33 2013	(r325700)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	fail2ban
-PORTVERSION=	0.8.9
+PORTVERSION=	0.8.10
 CATEGORIES=	security python
 MASTER_SITES=	https://github.com/${PORTNAME}/${PORTNAME}/tarball/${PORTVERSION}/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -13,10 +13,9 @@ COMMENT=	Scans log files and bans IP tha
 
 LICENSE=	GPLv2
 
-GITVERSION=	0-g152c619
+GITVERSION=	0-g921d9a8
 FETCH_ARGS=	-pRr
-WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTNAME}-1a3155a
-
+WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTNAME}-d56f01a
 
 USE_PYTHON=	-2.7
 USE_PYDISTUTILS=	yes
@@ -26,7 +25,7 @@ SUB_LIST+=	PYTHON_CMD=${PYTHON_CMD}
 
 PYDISTUTILS_INSTALLARGS+=	--install-purelib=${PYTHON_SITELIBDIR} \
 				--install-data=${ETCDIR}
-PYDISTUTILS_PKGVERSION=	0.8.9
+PYDISTUTILS_PKGVERSION=	0.8.10
 
 PORTDOCS=	README.md DEVELOP
 
@@ -43,6 +42,8 @@ post-patch:
 	@${ECHO_CMD} ${FILES} | ${XARGS} ${REINPLACE_CMD} -e 's,/etc/fail2ban,${ETCDIR},g'
 	@${REINPLACE_CMD} -e 's,/bin/grep,grep,g' \
 		${WRKSRC}/config/action.d/sendmail-whois-lines.conf
+	@${REINPLACE_CMD} -e 's,/var/log/sshd.log,/var/log/auth.log,g' \
+		${WRKSRC}/config/jail.conf
 
 post-install:
 .if ${PORT_OPTIONS:MDOCS}

Modified: head/security/py-fail2ban/distinfo
==============================================================================
--- head/security/py-fail2ban/distinfo	Fri Aug 30 14:06:29 2013	(r325699)
+++ head/security/py-fail2ban/distinfo	Fri Aug 30 14:23:33 2013	(r325700)
@@ -1,2 +1,2 @@
-SHA256 (fail2ban-fail2ban-0.8.9-0-g152c619.tar.gz) = b20c1a074620a1003ec4e48e30ac40a41cc6f4242a37eb6a78fa29daa9165bb7
-SIZE (fail2ban-fail2ban-0.8.9-0-g152c619.tar.gz) = 159957
+SHA256 (fail2ban-fail2ban-0.8.10-0-g921d9a8.tar.gz) = 7bed38372a24e35268d9c9ff5b272f7e88e91074f9bb24d5be5c70196f19e7be
+SIZE (fail2ban-fail2ban-0.8.10-0-g921d9a8.tar.gz) = 161952

Modified: head/security/py-fail2ban/pkg-plist
==============================================================================
--- head/security/py-fail2ban/pkg-plist	Fri Aug 30 14:06:29 2013	(r325699)
+++ head/security/py-fail2ban/pkg-plist	Fri Aug 30 14:23:33 2013	(r325700)
@@ -29,6 +29,7 @@
 %%ETCDIR%%/fail2ban.conf
 %%ETCDIR%%/filter.d/apache-auth.conf
 %%ETCDIR%%/filter.d/apache-badbots.conf
+%%ETCDIR%%/filter.d/apache-common.conf
 %%ETCDIR%%/filter.d/apache-nohome.conf
 %%ETCDIR%%/filter.d/apache-noscript.conf
 %%ETCDIR%%/filter.d/apache-overflows.conf



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