Bug 186683 - [maintainer-update] security/py-fail2ban: Update to 0.8.12
Summary: [maintainer-update] security/py-fail2ban: Update to 0.8.12
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: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-12 09:40 UTC by theis
Modified: 2014-02-12 16:50 UTC (History)
0 users

See Also:


Attachments
file.diff (1.36 KB, patch)
2014-02-12 09:40 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 2014-02-12 09:40:00 UTC
Update security/py-fail2ban to version 0.8.12

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-02-12 09:40:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sunpoet

sunpoet@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2014-02-12 16:44:32 UTC
Author: sunpoet
Date: Wed Feb 12 16:44:25 2014
New Revision: 343942
URL: http://svnweb.freebsd.org/changeset/ports/343942
QAT: https://qat.redports.org/buildarchive/r343942/

Log:
  - Update to 0.8.12
  
  Changes:	https://github.com/fail2ban/fail2ban/releases
  PR:		ports/186683
  Submitted by:	Christoph Theis <theis@gmx.at> (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	Wed Feb 12 16:40:34 2014	(r343941)
+++ head/security/py-fail2ban/Makefile	Wed Feb 12 16:44:25 2014	(r343942)
@@ -1,8 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	fail2ban
-PORTVERSION=	0.8.11
-PORTREVISION=	1
+PORTVERSION=	0.8.12
 CATEGORIES=	security python
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
@@ -14,7 +13,7 @@ LICENSE=	GPLv2
 USE_GITHUB=	yes
 GH_ACCOUNT=	${PORTNAME}
 GH_PROJECT=	${PORTNAME}
-GH_COMMIT=	fc213a1
+GH_COMMIT=	33dd173
 GH_TAGNAME=	${PORTVERSION}
 
 USE_PYTHON=	2

Modified: head/security/py-fail2ban/distinfo
==============================================================================
--- head/security/py-fail2ban/distinfo	Wed Feb 12 16:40:34 2014	(r343941)
+++ head/security/py-fail2ban/distinfo	Wed Feb 12 16:44:25 2014	(r343942)
@@ -1,2 +1,2 @@
-SHA256 (fail2ban-0.8.11.tar.gz) = d53b7522875777be879bcce51b77a25ab97c4a9a7552f823ee2d085172656d16
-SIZE (fail2ban-0.8.11.tar.gz) = 204765
+SHA256 (fail2ban-0.8.12.tar.gz) = d03db61265b7ca6e74f087953e8b0b81f2608636ecca7aad8db289c014e3440c
+SIZE (fail2ban-0.8.12.tar.gz) = 221688

Modified: head/security/py-fail2ban/pkg-plist
==============================================================================
--- head/security/py-fail2ban/pkg-plist	Wed Feb 12 16:40:34 2014	(r343941)
+++ head/security/py-fail2ban/pkg-plist	Wed Feb 12 16:44:25 2014	(r343942)
@@ -3,7 +3,7 @@
 %%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/firewallcmd-new.conf
 %%ETCDIR%%/action.d/hostsdeny.conf
 %%ETCDIR%%/action.d/ipfilter.conf
 %%ETCDIR%%/action.d/ipfw.conf
_______________________________________________
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 3 Po-Chuan Hsieh freebsd_committer freebsd_triage 2014-02-12 16:44:34 UTC
State Changed
From-To: open->closed

Committed. Thanks!