mirror of
https://git.yoctoproject.org/meta-security
synced 2026-06-04 14:10:22 +00:00
tripwire: Blacklist pkg, upstream seems abandond
Last update was 2018. Does not build with gcc11. There are other actively maintained IDS options. Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
@@ -68,7 +68,6 @@ RDEPENDS_packagegroup-security-hardening = " \
|
||||
|
||||
SUMMARY_packagegroup-security-ids = "Security Intrusion Detection systems"
|
||||
RDEPENDS_packagegroup-security-ids = " \
|
||||
tripwire \
|
||||
samhain-standalone \
|
||||
${@bb.utils.contains_any("TUNE_FEATURES", "ppc7400 riscv32 riscv64", "", " suricata",d)} \
|
||||
"
|
||||
@@ -89,7 +88,6 @@ RDEPENDS_packagegroup-meta-security-ptest-packages = "\
|
||||
libseccomp-ptest \
|
||||
python3-scapy-ptest \
|
||||
suricata-ptest \
|
||||
tripwire-ptest \
|
||||
python3-fail2ban-ptest \
|
||||
${@bb.utils.contains("DISTRO_FEATURES", "smack", "smack-ptest", "",d)} \
|
||||
"
|
||||
|
||||
@@ -73,3 +73,5 @@ FILES_${PN}-ptest += "${PTEST_PATH}/tests "
|
||||
|
||||
RDEPENDS_${PN} += " perl nano msmtp cronie"
|
||||
RDEPENDS_${PN}-ptest = " perl lib-perl perl-modules "
|
||||
|
||||
PNBLACKLIST[tripwire] ?= "Upsteram project appears to be abondoned, fails to build with gcc11"
|
||||
|
||||
Reference in New Issue
Block a user