Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Oct 2020 02:28:04 +0000 (UTC)
From:      Koichiro Iwao <meta@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r552921 - branches/2020Q4/security/py-fail2ban
Message-ID:  <202010220228.09M2S4QL078529@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: meta
Date: Thu Oct 22 02:28:04 2020
New Revision: 552921
URL: https://svnweb.freebsd.org/changeset/ports/552921

Log:
  MFH: r552920
  
  security/py-fail2ban: Fix runtime error with Python 3.9
  
  PR:		250356
  Submitted by:	Yasuhiro KIMURA <yasu@utahime.org>
  Approved by:	theis@gmx.at (maintainer)
  Obtained from:	https://bugzilla.redhat.com/show_bug.cgi?id=1808347
  Obtained from:	https://github.com/fail2ban/fail2ban/issues/2646
  Obtained from:	https://github.com/fail2ban/fail2ban/pull/2651
  
  Approved by:	portmgr blanket (runtime fix)

Modified:
  branches/2020Q4/security/py-fail2ban/Makefile
  branches/2020Q4/security/py-fail2ban/distinfo
Directory Properties:
  branches/2020Q4/   (props changed)

Modified: branches/2020Q4/security/py-fail2ban/Makefile
==============================================================================
--- branches/2020Q4/security/py-fail2ban/Makefile	Thu Oct 22 02:08:18 2020	(r552920)
+++ branches/2020Q4/security/py-fail2ban/Makefile	Thu Oct 22 02:28:04 2020	(r552921)
@@ -2,9 +2,13 @@
 
 PORTNAME=	fail2ban
 PORTVERSION=	0.11.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	security python
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+PATCHFILES=	55e76c0b807e87f6a04d459bb9c59da33c98572b.patch:-p1 \
+		9d7388e68448e9294e568a8ad21599e719c914b0.patch:-p1
+PATCH_SITES=	https://github.com/fail2ban/fail2ban/commit/
 
 MAINTAINER=	theis@gmx.at
 COMMENT=	Scans log files and bans IP that makes too many password failures

Modified: branches/2020Q4/security/py-fail2ban/distinfo
==============================================================================
--- branches/2020Q4/security/py-fail2ban/distinfo	Thu Oct 22 02:08:18 2020	(r552920)
+++ branches/2020Q4/security/py-fail2ban/distinfo	Thu Oct 22 02:28:04 2020	(r552921)
@@ -1,3 +1,7 @@
-TIMESTAMP = 1578911137
+TIMESTAMP = 1602718222
 SHA256 (fail2ban-fail2ban-0.11.1_GH0.tar.gz) = 71d2a52b66bb0f87ac3812246bdd3819ec561913cd44afd39130a342f043aa6d
 SIZE (fail2ban-fail2ban-0.11.1_GH0.tar.gz) = 538660
+SHA256 (55e76c0b807e87f6a04d459bb9c59da33c98572b.patch) = 9832614d10f1cf0d45fa0bae62e69dda06934758582a4beebbe9755040b51cfa
+SIZE (55e76c0b807e87f6a04d459bb9c59da33c98572b.patch) = 847
+SHA256 (9d7388e68448e9294e568a8ad21599e719c914b0.patch) = eb0a708146135acf4b9bf3e3238de6dc74e1512c64debff6282f4eaf62cd22e1
+SIZE (9d7388e68448e9294e568a8ad21599e719c914b0.patch) = 2148



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