Bug 176368 - [maintainer-update] Update security/py-fail2ban to version 0.8.8
Summary: [maintainer-update] Update security/py-fail2ban to version 0.8.8
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Frederic Culot
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-23 11:10 UTC by theis
Modified: 2013-02-23 12:40 UTC (History)
0 users

See Also:


Attachments
file.diff (1.39 KB, patch)
2013-02-23 11:10 UTC, theis
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description theis 2013-02-23 11:10:00 UTC
Update security/py-fail2ban to version 0.8.8.

That version was out for some weeks already but not mentioned in the "News" section on their website so I missed when I submitted the last patch.

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-02-23 11:10:15 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-python

freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 Frederic Culot freebsd_committer freebsd_triage 2013-02-23 11:31:24 UTC
Responsible Changed
From-To: freebsd-python->culot

I'll take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-02-23 12:37:05 UTC
Author: culot
Date: Sat Feb 23 12:36:57 2013
New Revision: 312809
URL: http://svnweb.freebsd.org/changeset/ports/312809

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

Modified:
  head/security/py-fail2ban/Makefile
  head/security/py-fail2ban/distinfo

Modified: head/security/py-fail2ban/Makefile
==============================================================================
--- head/security/py-fail2ban/Makefile	Sat Feb 23 12:30:08 2013	(r312808)
+++ head/security/py-fail2ban/Makefile	Sat Feb 23 12:36:57 2013	(r312809)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	fail2ban
-PORTVERSION=	0.8.7.1
-PORTREVISION=	2
+PORTVERSION=	0.8.8
 CATEGORIES=	security python
 MASTER_SITES=	https://github.com/${PORTNAME}/${PORTNAME}/tarball/${PORTVERSION}/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -14,9 +13,9 @@ COMMENT=	Scans log files and bans IP tha
 
 LICENSE=	GPLv2
 
-GITVERSION=	0-g0b5c66f
+GITVERSION=	0-g51a3be2
 FETCH_ARGS=	-pRr
-WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTNAME}-e59babb
+WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTNAME}-ff91bd4
 
 MAKE_JOBS_SAFE=	yes
 
@@ -28,7 +27,7 @@ SUB_LIST+=	PYTHON_CMD=${PYTHON_CMD}
 
 PYDISTUTILS_INSTALLARGS+=	--install-purelib=${PYTHON_SITELIBDIR} \
 				--install-data=${ETCDIR}
-PYDISTUTILS_PKGVERSION=	0.8.7
+PYDISTUTILS_PKGVERSION=	0.8.8
 
 FILES=	${WRKSRC}/fail2ban-regex \
 		${WRKSRC}/man/fail2ban-client.1 \

Modified: head/security/py-fail2ban/distinfo
==============================================================================
--- head/security/py-fail2ban/distinfo	Sat Feb 23 12:30:08 2013	(r312808)
+++ head/security/py-fail2ban/distinfo	Sat Feb 23 12:36:57 2013	(r312809)
@@ -1,2 +1,2 @@
-SHA256 (fail2ban-fail2ban-0.8.7.1-0-g0b5c66f.tar.gz) = 2804a789347b1274e343a33fcca659b37d40bb5f99e77546997c96a425f6fc9b
-SIZE (fail2ban-fail2ban-0.8.7.1-0-g0b5c66f.tar.gz) = 122529
+SHA256 (fail2ban-fail2ban-0.8.8-0-g51a3be2.tar.gz) = 5b020aaa2316dc4348a1489187db2cb124c4cf2a13f84aed7064fc5bc948a8ab
+SIZE (fail2ban-fail2ban-0.8.8-0-g51a3be2.tar.gz) = 125364
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 4 Frederic Culot freebsd_committer freebsd_triage 2013-02-23 12:37:07 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!