diff options
| author | Armin Kuster <akuster808@gmail.com> | 2021-05-03 18:17:15 -0700 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2021-05-16 13:23:55 -0700 |
| commit | 7db47965a28b36ef2d137558d448a75d6d902f3f (patch) | |
| tree | b5195f24ba54429553f1d2c0f50159e7070caa69 | |
| parent | acbf11eec8ebe30f50e458fd2c94288ec4fbeaf0 (diff) | |
| download | meta-security-7db47965a28b36ef2d137558d448a75d6d902f3f.tar.gz | |
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>
| -rw-r--r-- | recipes-core/packagegroup/packagegroup-core-security.bb | 2 | ||||
| -rw-r--r-- | recipes-ids/tripwire/tripwire_2.4.3.7.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes-core/packagegroup/packagegroup-core-security.bb b/recipes-core/packagegroup/packagegroup-core-security.bb index a6142a8..6d2dd7c 100644 --- a/recipes-core/packagegroup/packagegroup-core-security.bb +++ b/recipes-core/packagegroup/packagegroup-core-security.bb | |||
| @@ -68,7 +68,6 @@ RDEPENDS_packagegroup-security-hardening = " \ | |||
| 68 | 68 | ||
| 69 | SUMMARY_packagegroup-security-ids = "Security Intrusion Detection systems" | 69 | SUMMARY_packagegroup-security-ids = "Security Intrusion Detection systems" |
| 70 | RDEPENDS_packagegroup-security-ids = " \ | 70 | RDEPENDS_packagegroup-security-ids = " \ |
| 71 | tripwire \ | ||
| 72 | samhain-standalone \ | 71 | samhain-standalone \ |
| 73 | ${@bb.utils.contains_any("TUNE_FEATURES", "ppc7400 riscv32 riscv64", "", " suricata",d)} \ | 72 | ${@bb.utils.contains_any("TUNE_FEATURES", "ppc7400 riscv32 riscv64", "", " suricata",d)} \ |
| 74 | " | 73 | " |
| @@ -89,7 +88,6 @@ RDEPENDS_packagegroup-meta-security-ptest-packages = "\ | |||
| 89 | libseccomp-ptest \ | 88 | libseccomp-ptest \ |
| 90 | python3-scapy-ptest \ | 89 | python3-scapy-ptest \ |
| 91 | suricata-ptest \ | 90 | suricata-ptest \ |
| 92 | tripwire-ptest \ | ||
| 93 | python3-fail2ban-ptest \ | 91 | python3-fail2ban-ptest \ |
| 94 | ${@bb.utils.contains("DISTRO_FEATURES", "smack", "smack-ptest", "",d)} \ | 92 | ${@bb.utils.contains("DISTRO_FEATURES", "smack", "smack-ptest", "",d)} \ |
| 95 | " | 93 | " |
diff --git a/recipes-ids/tripwire/tripwire_2.4.3.7.bb b/recipes-ids/tripwire/tripwire_2.4.3.7.bb index 4f50bff..36e5d00 100644 --- a/recipes-ids/tripwire/tripwire_2.4.3.7.bb +++ b/recipes-ids/tripwire/tripwire_2.4.3.7.bb | |||
| @@ -73,3 +73,5 @@ FILES_${PN}-ptest += "${PTEST_PATH}/tests " | |||
| 73 | 73 | ||
| 74 | RDEPENDS_${PN} += " perl nano msmtp cronie" | 74 | RDEPENDS_${PN} += " perl nano msmtp cronie" |
| 75 | RDEPENDS_${PN}-ptest = " perl lib-perl perl-modules " | 75 | RDEPENDS_${PN}-ptest = " perl lib-perl perl-modules " |
| 76 | |||
| 77 | PNBLACKLIST[tripwire] ?= "Upsteram project appears to be abondoned, fails to build with gcc11" | ||
