Bug 250356

Summary: security/py-fail2ban: Fix runtime error with Python 3.9
Product: Ports & Packages Reporter: Yasuhiro Kimura <yasu>
Component: Individual Port(s)Assignee: Koichiro Iwao <meta>
Status: Closed FIXED    
Severity: Affects Only Me CC: meta, theis
Priority: --- Flags: theis: maintainer-feedback+
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Patch file none

Description Yasuhiro Kimura freebsd_committer freebsd_triage 2020-10-15 00:15:51 UTC
Created attachment 218749 [details]
Patch file

Fix runtime error with Python 3.9.
    
Reference:
https://github.com/fail2ban/fail2ban/issues/2646
https://github.com/fail2ban/fail2ban/pull/2651
Comment 1 theis 2020-10-15 07:56:31 UTC
Comment on attachment 218749 [details]
Patch file

Thank you!
Comment 2 commit-hook freebsd_committer freebsd_triage 2020-10-22 02:09:02 UTC
A commit references this bug:

Author: meta
Date: Thu Oct 22 02:08:19 UTC 2020
New revision: 552920
URL: https://svnweb.freebsd.org/changeset/ports/552920

Log:
  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

Changes:
  head/security/py-fail2ban/Makefile
  head/security/py-fail2ban/distinfo
Comment 3 commit-hook freebsd_committer freebsd_triage 2020-10-22 02:29:06 UTC
A commit references this bug:

Author: meta
Date: Thu Oct 22 02:28:05 UTC 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)

Changes:
_U  branches/2020Q4/
  branches/2020Q4/security/py-fail2ban/Makefile
  branches/2020Q4/security/py-fail2ban/distinfo
Comment 4 Koichiro Iwao freebsd_committer freebsd_triage 2020-10-22 02:59:00 UTC
Committed, thanks!