Index: Makefile =================================================================== --- Makefile (revision 325331) +++ Makefile (working copy) @@ -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,9 +13,9 @@ 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 @@ -26,7 +26,7 @@ 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 +43,8 @@ @${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} Index: distinfo =================================================================== --- distinfo (revision 325331) +++ distinfo (working copy) @@ -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 Index: files/patch-bsd-ipfw.conf =================================================================== --- files/patch-bsd-ipfw.conf (revision 325331) +++ files/patch-bsd-ipfw.conf (working copy) @@ -1,75 +0,0 @@ ---- /dev/null 2012-11-27 18:04:17.000000000 +0100 -+++ config/action.d/bsd-ipfw.conf 2012-11-27 18:06:29.000000000 +0100 -@@ -0,0 +1,72 @@ -+# Fail2Ban configuration file -+# -+# Author: Nick Munger -+# Modified by: Ken Menzel -+# -+ -+[Definition] -+ -+# Option: actionstart -+# Notes.: command executed once at the start of Fail2Ban. -+# Values: CMD -+# -+actionstart = -+ -+ -+# Option: actionstop -+# Notes.: command executed once at the end of Fail2Ban -+# Values: CMD -+# -+actionstop = -+ -+ -+# Option: actioncheck -+# Notes.: command executed once before each actionban command -+# Values: CMD -+# -+actioncheck = -+ -+ -+# Option: actionban -+# Notes.: command executed when banning an IP. Take care that the -+# command is executed with Fail2Ban user rights. -+# Tags: IP address -+# number of failures -+#