Bug 250356 - security/py-fail2ban: Fix runtime error with Python 3.9
Summary: security/py-fail2ban: Fix runtime error with Python 3.9
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Koichiro Iwao
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-10-15 00:15 UTC by Yasuhiro Kimura
Modified: 2020-10-22 02:59 UTC (History)
2 users (show)

See Also:
theis: maintainer-feedback+


Attachments
Patch file (1.43 KB, patch)
2020-10-15 00:15 UTC, Yasuhiro Kimura
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!