Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Jan 2010 15:17:39 GMT
From:      Kevin Kobb <kkobb@skylinecorp.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/143020: [PATCH] security/py-fail2ban: version update
Message-ID:  <201001201517.o0KFHdBB068852@www.freebsd.org>
Resent-Message-ID: <201001201520.o0KFK9Me082818@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         143020
>Category:       ports
>Synopsis:       [PATCH] security/py-fail2ban: version update
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jan 20 15:20:09 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Kevin Kobb
>Release:        FreeBSD 7.2-RELEASE-p6 amd64
>Organization:
>Environment:
FreeBSD mail.skylinecorp.com 7.2-RELEASE-p6 FreeBSD 7.2-RELEASE-p6 #0: Sun Jan 10 07:59:50 EST 2010     root@mail.skylinecorp.com:/usr/obj/usr/src/sys/PE1900  amd64
>Description:
Version 0.8.4 of port was released 2009/09/07. It fixes support for python 2.6 and adds a few new features.
>How-To-Repeat:
Check the current version of fail2ban in ports collection.
>Fix:
Patch attached.

Patch attached with submission follows:

diff -urN py-fail2ban/Makefile py-fail2ban.tmp/Makefile
--- py-fail2ban/Makefile	2010-01-18 00:24:38.000000000 -0500
+++ py-fail2ban.tmp/Makefile	2010-01-20 08:25:55.000000000 -0500
@@ -6,26 +6,26 @@
 #
 
 PORTNAME=	fail2ban
-PORTVERSION=	0.8.3
-PORTREVISION=	3
+PORTVERSION=	0.8.4
 CATEGORIES=	security python
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}-stable/${PORTNAME}-${PORTVERSION}
 PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	pgollucci@FreeBSD.org
-COMMENT=	 scans log files and bans IP that makes too many password failures. 
+COMMENT=	scans log files and bans IP that makes too many password failures. 
 
-MAKE_JOBS_SAFE=  yes
+MAKE_JOBS_SAFE= yes
 
 USE_BZIP2=	yes
 
-USE_PYTHON=	2.5
+USE_PYTHON=	2.5-2.6
 USE_PYDISTUTILS=	yes
 
 USE_RC_SUBR=	fail2ban
+SUB_LIST+=	PYTHON_CMD=${PYTHON_CMD}
 
 PYDISTUTILS_INSTALLARGS+=	--install-purelib=${PYTHON_SITELIBDIR} \
-							--install-data=${ETCDIR} 
+				--install-data=${ETCDIR} 
 
 FILES=	${WRKSRC}/fail2ban-regex \
 		${WRKSRC}/man/fail2ban-client.1 \
diff -urN py-fail2ban/distinfo py-fail2ban.tmp/distinfo
--- py-fail2ban/distinfo	2009-01-13 13:22:19.000000000 -0500
+++ py-fail2ban.tmp/distinfo	2010-01-19 10:03:51.000000000 -0500
@@ -1,3 +1,3 @@
-MD5 (fail2ban-0.8.3.tar.bz2) = b438d7e2ce77a469fb0cca2a5cc0b81c
-SHA256 (fail2ban-0.8.3.tar.bz2) = b32fd9ee849bf36d23685a91d1d96f29a2fa383069d7d789e4956c9268dca5cd
-SIZE (fail2ban-0.8.3.tar.bz2) = 64028
+MD5 (fail2ban-0.8.4.tar.bz2) = df94335a5d12b4750869e5fe350073fa
+SHA256 (fail2ban-0.8.4.tar.bz2) = 7a4fc0ea6dffde1db1d096757878e1b2c5f0b087a05ed7e7ca0202fb0b127982
+SIZE (fail2ban-0.8.4.tar.bz2) = 71818
diff -urN py-fail2ban/pkg-plist py-fail2ban.tmp/pkg-plist
--- py-fail2ban/pkg-plist	2010-01-13 23:42:13.000000000 -0500
+++ py-fail2ban.tmp/pkg-plist	2010-01-19 10:03:51.000000000 -0500
@@ -1,5 +1,8 @@
 %%ETCDIR%%/action.d/bsd-ipfw.conf
+%%ETCDIR%%/action.d/complain.conf
+%%ETCDIR%%/action.d/dshield.conf
 %%ETCDIR%%/action.d/hostsdeny.conf
+%%ETCDIR%%/action.d/ipfilter.conf
 %%ETCDIR%%/action.d/ipfw.conf
 %%ETCDIR%%/action.d/iptables-allports.conf
 %%ETCDIR%%/action.d/iptables-multiport-log.conf
@@ -10,6 +13,7 @@
 %%ETCDIR%%/action.d/mail-whois-lines.conf
 %%ETCDIR%%/action.d/mail-whois.conf
 %%ETCDIR%%/action.d/mail.conf
+%%ETCDIR%%/action.d/mynetwatchman.conf
 %%ETCDIR%%/action.d/sendmail-buffered.conf
 %%ETCDIR%%/action.d/sendmail-whois-lines.conf
 %%ETCDIR%%/action.d/sendmail-whois.conf
@@ -18,6 +22,7 @@
 %%ETCDIR%%/fail2ban.conf
 %%ETCDIR%%/filter.d/apache-auth.conf
 %%ETCDIR%%/filter.d/apache-badbots.conf
+%%ETCDIR%%/filter.d/apache-nohome.conf
 %%ETCDIR%%/filter.d/apache-noscript.conf
 %%ETCDIR%%/filter.d/apache-overflows.conf
 %%ETCDIR%%/filter.d/bsd-sshd.conf
@@ -25,15 +30,19 @@
 %%ETCDIR%%/filter.d/common.conf
 %%ETCDIR%%/filter.d/courierlogin.conf
 %%ETCDIR%%/filter.d/couriersmtp.conf
+%%ETCDIR%%/filter.d/cyrus-imap.conf
 %%ETCDIR%%/filter.d/exim.conf
 %%ETCDIR%%/filter.d/gssftpd.conf
+%%ETCDIR%%/filter.d/lighttpd-fastcgi.conf
 %%ETCDIR%%/filter.d/named-refused.conf
 %%ETCDIR%%/filter.d/pam-generic.conf
+%%ETCDIR%%/filter.d/php-url-fopen.conf
 %%ETCDIR%%/filter.d/postfix.conf
 %%ETCDIR%%/filter.d/proftpd.conf
 %%ETCDIR%%/filter.d/pure-ftpd.conf
 %%ETCDIR%%/filter.d/qmail.conf
 %%ETCDIR%%/filter.d/sasl.conf
+%%ETCDIR%%/filter.d/sieve.conf
 %%ETCDIR%%/filter.d/sshd-ddos.conf
 %%ETCDIR%%/filter.d/sshd.conf
 %%ETCDIR%%/filter.d/vsftpd.conf
@@ -65,6 +74,8 @@
 %%PYTHON_SITELIBDIR%%/client/jailsreader.pyc
 %%PYTHON_SITELIBDIR%%/common/__init__.py
 %%PYTHON_SITELIBDIR%%/common/__init__.pyc
+%%PYTHON_SITELIBDIR%%/common/helpers.py
+%%PYTHON_SITELIBDIR%%/common/helpers.pyc
 %%PYTHON_SITELIBDIR%%/common/protocol.py
 %%PYTHON_SITELIBDIR%%/common/protocol.pyc
 %%PYTHON_SITELIBDIR%%/common/version.py


>Release-Note:
>Audit-Trail:
>Unformatted:



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