From owner-svn-ports-head@FreeBSD.ORG Mon Nov 25 11:34:07 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id F310FCAA; Mon, 25 Nov 2013 11:34:06 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D354B2275; Mon, 25 Nov 2013 11:34:06 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAPBY6iY014385; Mon, 25 Nov 2013 11:34:06 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAPBY69B014382; Mon, 25 Nov 2013 11:34:06 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201311251134.rAPBY69B014382@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Mon, 25 Nov 2013 11:34:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334840 - head/security/py-fail2ban X-SVN-Group: ports-head 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.16 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: Mon, 25 Nov 2013 11:34:07 -0000 Author: sunpoet Date: Mon Nov 25 11:34:05 2013 New Revision: 334840 URL: http://svnweb.freebsd.org/changeset/ports/334840 Log: - Update to 0.8.11 Changes: https://github.com/fail2ban/fail2ban/releases PR: ports/184213 Submitted by: Christoph Theis (maintainer) 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 Mon Nov 25 11:33:59 2013 (r334839) +++ head/security/py-fail2ban/Makefile Mon Nov 25 11:34:05 2013 (r334840) @@ -1,20 +1,20 @@ # $FreeBSD$ PORTNAME= fail2ban -PORTVERSION= 0.8.10 +PORTVERSION= 0.8.11 CATEGORIES= security python -MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/tarball/${PORTVERSION}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= ${PORTNAME}-${PORTNAME}-${PORTVERSION}-${GITVERSION} MAINTAINER= theis@gmx.at COMMENT= Scans log files and bans IP that makes too many password failures LICENSE= GPLv2 -GITVERSION= 0-g921d9a8 -FETCH_ARGS= -pRr -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTNAME}-d56f01a +USE_GITHUB= yes +GH_ACCOUNT= ${PORTNAME} +GH_PROJECT= ${PORTNAME} +GH_COMMIT= fc213a1 +GH_TAGNAME= ${PORTVERSION} USE_PYTHON= -2.7 USE_PYDISTUTILS= yes @@ -24,7 +24,7 @@ SUB_LIST+= PYTHON_CMD=${PYTHON_CMD} PYDISTUTILS_INSTALLARGS+= --install-purelib=${PYTHON_SITELIBDIR} \ --install-data=${ETCDIR} -PYDISTUTILS_PKGVERSION= 0.8.10 +PYDISTUTILS_PKGVERSION= ${PORTVERSION} PORTDOCS= README.md DEVELOP @@ -35,7 +35,6 @@ FILES= ${WRKSRC}/fail2ban-regex \ ${WRKSRC}/client/configreader.py \ ${WRKSRC}/fail2ban-client -NO_STAGE= yes .include post-patch: @@ -46,13 +45,7 @@ post-patch: ${WRKSRC}/config/jail.conf post-install: -.if ${PORT_OPTIONS:MDOCS} - @${ECHO_MSG} "===> Installing additional documentation in ${DOCSDIR}." - @${MKDIR} ${DOCSDIR} -.for f in ${PORTDOCS} - ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} -.endfor -.endif - @${CAT} ${PKGMESSAGE} + @${MKDIR} ${STAGEDIR}${DOCSDIR} + (cd ${WRKSRC}/ && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}) .include Modified: head/security/py-fail2ban/distinfo ============================================================================== --- head/security/py-fail2ban/distinfo Mon Nov 25 11:33:59 2013 (r334839) +++ head/security/py-fail2ban/distinfo Mon Nov 25 11:34:05 2013 (r334840) @@ -1,2 +1,2 @@ -SHA256 (fail2ban-fail2ban-0.8.10-0-g921d9a8.tar.gz) = 7bed38372a24e35268d9c9ff5b272f7e88e91074f9bb24d5be5c70196f19e7be -SIZE (fail2ban-fail2ban-0.8.10-0-g921d9a8.tar.gz) = 161952 +SHA256 (fail2ban-0.8.11.tar.gz) = d53b7522875777be879bcce51b77a25ab97c4a9a7552f823ee2d085172656d16 +SIZE (fail2ban-0.8.11.tar.gz) = 204765 Modified: head/security/py-fail2ban/pkg-plist ============================================================================== --- head/security/py-fail2ban/pkg-plist Mon Nov 25 11:33:59 2013 (r334839) +++ head/security/py-fail2ban/pkg-plist Mon Nov 25 11:34:05 2013 (r334840) @@ -1,7 +1,9 @@ +%%ETCDIR%%/action.d/apf.conf %%ETCDIR%%/action.d/bsd-ipfw.conf %%ETCDIR%%/action.d/complain.conf %%ETCDIR%%/action.d/dshield.conf %%ETCDIR%%/action.d/dummy.conf +%%ETCDIR%%/action.d/firewall-cmd-direct-new.conf %%ETCDIR%%/action.d/hostsdeny.conf %%ETCDIR%%/action.d/ipfilter.conf %%ETCDIR%%/action.d/ipfw.conf @@ -9,6 +11,7 @@ %%ETCDIR%%/action.d/iptables-blocktype.conf %%ETCDIR%%/action.d/iptables-ipset-proto4.conf %%ETCDIR%%/action.d/iptables-ipset-proto6.conf +%%ETCDIR%%/action.d/iptables-ipset-proto6-allports.conf %%ETCDIR%%/action.d/iptables-multiport-log.conf %%ETCDIR%%/action.d/iptables-multiport.conf %%ETCDIR%%/action.d/iptables-new.conf @@ -19,14 +22,18 @@ %%ETCDIR%%/action.d/mail-whois.conf %%ETCDIR%%/action.d/mail.conf %%ETCDIR%%/action.d/mynetwatchman.conf +%%ETCDIR%%/action.d/osx-afctl.conf +%%ETCDIR%%/action.d/osx-ipfw.conf %%ETCDIR%%/action.d/pf.conf %%ETCDIR%%/action.d/route.conf %%ETCDIR%%/action.d/sendmail-buffered.conf +%%ETCDIR%%/action.d/sendmail-common.conf %%ETCDIR%%/action.d/sendmail-whois-lines.conf %%ETCDIR%%/action.d/sendmail-whois.conf %%ETCDIR%%/action.d/sendmail.conf %%ETCDIR%%/action.d/shorewall.conf %%ETCDIR%%/fail2ban.conf +%%ETCDIR%%/filter.d/3proxy.conf %%ETCDIR%%/filter.d/apache-auth.conf %%ETCDIR%%/filter.d/apache-badbots.conf %%ETCDIR%%/filter.d/apache-common.conf @@ -45,24 +52,31 @@ %%ETCDIR%%/filter.d/dovecot.conf %%ETCDIR%%/filter.d/dropbear.conf %%ETCDIR%%/filter.d/exim.conf +%%ETCDIR%%/filter.d/exim-common.conf +%%ETCDIR%%/filter.d/exim-spam.conf %%ETCDIR%%/filter.d/gssftpd.conf %%ETCDIR%%/filter.d/lighttpd-auth.conf -%%ETCDIR%%/filter.d/lighttpd-fastcgi.conf %%ETCDIR%%/filter.d/mysqld-auth.conf %%ETCDIR%%/filter.d/named-refused.conf +%%ETCDIR%%/filter.d/nginx-http-auth.conf %%ETCDIR%%/filter.d/pam-generic.conf +%%ETCDIR%%/filter.d/perdition.conf %%ETCDIR%%/filter.d/php-url-fopen.conf %%ETCDIR%%/filter.d/postfix.conf +%%ETCDIR%%/filter.d/postfix-sasl.conf %%ETCDIR%%/filter.d/proftpd.conf %%ETCDIR%%/filter.d/pure-ftpd.conf %%ETCDIR%%/filter.d/qmail.conf %%ETCDIR%%/filter.d/recidive.conf %%ETCDIR%%/filter.d/roundcube-auth.conf -%%ETCDIR%%/filter.d/sasl.conf +%%ETCDIR%%/filter.d/selinux-common.conf +%%ETCDIR%%/filter.d/selinux-ssh.conf %%ETCDIR%%/filter.d/sieve.conf %%ETCDIR%%/filter.d/sogo-auth.conf %%ETCDIR%%/filter.d/sshd-ddos.conf %%ETCDIR%%/filter.d/sshd.conf +%%ETCDIR%%/filter.d/suhosin.conf +%%ETCDIR%%/filter.d/uwimap-auth.conf %%ETCDIR%%/filter.d/vsftpd.conf %%ETCDIR%%/filter.d/webmin-auth.conf %%ETCDIR%%/filter.d/wuftpd.conf @@ -147,7 +161,9 @@ bin/fail2ban-client bin/fail2ban-regex bin/fail2ban-server +@dirrmtry %%ETCDIR%%/jail.d @dirrmtry %%ETCDIR%%/filter.d +@dirrmtry %%ETCDIR%%/fail2ban.d @dirrmtry %%ETCDIR%%/action.d @dirrmtry %%ETCDIR%% @dirrm %%PYTHON_SITELIBDIR%%/server