From owner-svn-ports-all@freebsd.org Tue Aug 4 12:09:11 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 97C8F9B11BE; Tue, 4 Aug 2015 12:09:11 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7C1771AF5; Tue, 4 Aug 2015 12:09:11 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t74C9BSu077551; Tue, 4 Aug 2015 12:09:11 GMT (envelope-from robak@FreeBSD.org) Received: (from robak@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t74C9AV5077547; Tue, 4 Aug 2015 12:09:10 GMT (envelope-from robak@FreeBSD.org) Message-Id: <201508041209.t74C9AV5077547@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: robak set sender to robak@FreeBSD.org using -f From: Bartek Rutkowski Date: Tue, 4 Aug 2015 12:09:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r393518 - 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-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Aug 2015 12:09:11 -0000 Author: robak Date: Tue Aug 4 12:09:09 2015 New Revision: 393518 URL: https://svnweb.freebsd.org/changeset/ports/393518 Log: security/py-fail2ban: update 0.9.2 -> 0.9.3 - Add LICENSE_FILE PR: 202026 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 Tue Aug 4 11:52:30 2015 (r393517) +++ head/security/py-fail2ban/Makefile Tue Aug 4 12:09:09 2015 (r393518) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= fail2ban -PORTVERSION= 0.9.2 -PORTREVISION= 1 +PORTVERSION= 0.9.3 CATEGORIES= security python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,6 +9,7 @@ MAINTAINER= theis@gmx.at COMMENT= Scans log files and bans IP that makes too many password failures LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 Modified: head/security/py-fail2ban/distinfo ============================================================================== --- head/security/py-fail2ban/distinfo Tue Aug 4 11:52:30 2015 (r393517) +++ head/security/py-fail2ban/distinfo Tue Aug 4 12:09:09 2015 (r393518) @@ -1,2 +1,2 @@ -SHA256 (fail2ban-fail2ban-0.9.2_GH0.tar.gz) = 476687098303bdee8d6b69e05f190ab150e39e64d56ce158d29bbc5924b06f89 -SIZE (fail2ban-fail2ban-0.9.2_GH0.tar.gz) = 314902 +SHA256 (fail2ban-fail2ban-0.9.3_GH0.tar.gz) = b3a0793d9ed3b4e341e568388c65bb07a904f77ac8044186376cab3e58e5b2c9 +SIZE (fail2ban-fail2ban-0.9.3_GH0.tar.gz) = 321920 Modified: head/security/py-fail2ban/pkg-plist ============================================================================== --- head/security/py-fail2ban/pkg-plist Tue Aug 4 11:52:30 2015 (r393517) +++ head/security/py-fail2ban/pkg-plist Tue Aug 4 12:09:09 2015 (r393518) @@ -35,6 +35,7 @@ bin/fail2ban-server %%ETCDIR%%/action.d/iptables-xt_recent-echo.conf %%ETCDIR%%/action.d/iptables.conf %%ETCDIR%%/action.d/mail-buffered.conf +%%ETCDIR%%/action.d/mail-whois-common.conf %%ETCDIR%%/action.d/mail-whois-lines.conf %%ETCDIR%%/action.d/mail-whois.conf %%ETCDIR%%/action.d/mail.conf @@ -54,6 +55,7 @@ bin/fail2ban-server %%ETCDIR%%/action.d/sendmail-whois.conf %%ETCDIR%%/action.d/sendmail.conf %%ETCDIR%%/action.d/shorewall.conf +%%ETCDIR%%/action.d/shorewall-ipset-proto6.conf %%ETCDIR%%/action.d/smtp.py %%ETCDIR%%/action.d/symbiosis-blacklist-allports.conf %%ETCDIR%%/action.d/ufw.conf @@ -68,6 +70,7 @@ bin/fail2ban-server %%ETCDIR%%/filter.d/apache-nohome.conf %%ETCDIR%%/filter.d/apache-noscript.conf %%ETCDIR%%/filter.d/apache-overflows.conf +%%ETCDIR%%/filter.d/apache-pass.conf %%ETCDIR%%/filter.d/apache-shellshock.conf %%ETCDIR%%/filter.d/assp.conf %%ETCDIR%%/filter.d/asterisk.conf @@ -89,6 +92,7 @@ bin/fail2ban-server %%ETCDIR%%/filter.d/exim-spam.conf %%ETCDIR%%/filter.d/exim.conf %%ETCDIR%%/filter.d/freeswitch.conf +%%ETCDIR%%/filter.d/froxlor-auth.conf %%ETCDIR%%/filter.d/groupoffice.conf %%ETCDIR%%/filter.d/gssftpd.conf %%ETCDIR%%/filter.d/guacamole.conf