diff options
author | Rasmus Villemoes <rasmus.villemoes@prevas.dk> | 2024-07-08 15:11:38 +0200 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2024-07-31 21:10:05 -0400 |
commit | a2ec4fc27530c3401d4c2ebeb9395e9830c1655c (patch) | |
tree | 1ef98180c7805ed2b3849fc816982272ac783286 /dynamic-layers/meta-python/recipes-devtools/python | |
parent | db91051c6a01c105846594e935494f16ab651f45 (diff) | |
download | meta-security-a2ec4fc27530c3401d4c2ebeb9395e9830c1655c.tar.gz |
fail2ban: update to 1.1.0+
Current 1.0.2 version does not work with scarthgap or later releases,
as the asynchat module has been removed (as scheduled) from python's
stdlib as of v3.12.
fail2ban 1.1.0 also does not work out-of-the-box, as the distutils
module which the pyinotify and systemd backends depend has also been
removed.
So update the recipe to point at commit ac62658c10f4, which fixes
those two backends to no longer depend on distutils.
Upstream's out-of-the-box ban action now uses the 'nft'
command. People can still override and customize that in
jail.conf/jail.local, but to make the recipe useful without
customizing things back to use iptables, change the dependency
iptables->nftables.
Since 1.1.0, fail2ban has been python3-only, so the recipe becomes
somewhat simpler since the whole do_compile preparation step can be
removed.
Signed-off-by: Rasmus Villemoes <rasmus.villemoes@prevas.dk>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'dynamic-layers/meta-python/recipes-devtools/python')
0 files changed, 0 insertions, 0 deletions