package/fail2ban: switch from distutils to setuptools
distutils will be dropped with python 3.12. Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
9ae04a4d11
commit
8367c14188
@ -10,7 +10,7 @@ FAIL2BAN_LICENSE = GPL-2.0+
|
||||
FAIL2BAN_LICENSE_FILES = COPYING
|
||||
FAIL2BAN_CPE_ID_VENDOR = fail2ban
|
||||
FAIL2BAN_SELINUX_MODULES = fail2ban
|
||||
FAIL2BAN_SETUP_TYPE = distutils
|
||||
FAIL2BAN_SETUP_TYPE = setuptools
|
||||
|
||||
# 0001-fixed-possible-RCE-vulnerability-unset-escape-variable.patch
|
||||
FAIL2BAN_IGNORE_CVES += CVE-2021-32749
|
||||
|
Loading…
Reference in New Issue
Block a user