mirror of
https://git.yoctoproject.org/meta-security
synced 2026-07-17 04:07:20 +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"
|
SUMMARY_packagegroup-security-ids = "Security Intrusion Detection systems"
|
||||||
RDEPENDS_packagegroup-security-ids = " \
|
RDEPENDS_packagegroup-security-ids = " \
|
||||||
tripwire \
|
|
||||||
samhain-standalone \
|
samhain-standalone \
|
||||||
${@bb.utils.contains_any("TUNE_FEATURES", "ppc7400 riscv32 riscv64", "", " suricata",d)} \
|
${@bb.utils.contains_any("TUNE_FEATURES", "ppc7400 riscv32 riscv64", "", " suricata",d)} \
|
||||||
"
|
"
|
||||||
@@ -89,7 +88,6 @@ RDEPENDS_packagegroup-meta-security-ptest-packages = "\
|
|||||||
libseccomp-ptest \
|
libseccomp-ptest \
|
||||||
python3-scapy-ptest \
|
python3-scapy-ptest \
|
||||||
suricata-ptest \
|
suricata-ptest \
|
||||||
tripwire-ptest \
|
|
||||||
python3-fail2ban-ptest \
|
python3-fail2ban-ptest \
|
||||||
${@bb.utils.contains("DISTRO_FEATURES", "smack", "smack-ptest", "",d)} \
|
${@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} += " perl nano msmtp cronie"
|
||||||
RDEPENDS_${PN}-ptest = " perl lib-perl perl-modules "
|
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