Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 01 Nov 2017 08:34:30 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 223359] security/py-fail2ban: after upgrade to 0.10.x, fail2ban no longer works with python 3
Message-ID:  <bug-223359-13-yw0w70JwKR@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-223359-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-223359-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D223359

theis@gmx.at changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
              Flags|maintainer-feedback?(theis@ |maintainer-feedback+
                   |gmx.at)                     |

--- Comment #1 from theis@gmx.at ---
Yes, there are differences between Python 2 and 3, among them the method
iteritems for dictionaries was dropped in favour of items. Python includes a
script called 2to3 which takes care of such changes, fail2ban-2to3 is a wra=
pper
around it. I see that I don't include that script in the installation thoug=
h it
did exist in 0.9.x as well.=20=20
I will update the port later to include that script.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-223359-13-yw0w70JwKR>