summaryrefslogtreecommitdiffstats
path: root/recipes-ids/tripwire
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2021-05-03 18:17:15 -0700
committerArmin Kuster <akuster808@gmail.com>2021-05-16 13:23:55 -0700
commit7db47965a28b36ef2d137558d448a75d6d902f3f (patch)
treeb5195f24ba54429553f1d2c0f50159e7070caa69 /recipes-ids/tripwire
parentacbf11eec8ebe30f50e458fd2c94288ec4fbeaf0 (diff)
downloadmeta-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>
Diffstat (limited to 'recipes-ids/tripwire')
-rw-r--r--recipes-ids/tripwire/tripwire_2.4.3.7.bb2
1 files changed, 2 insertions, 0 deletions
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
74RDEPENDS_${PN} += " perl nano msmtp cronie" 74RDEPENDS_${PN} += " perl nano msmtp cronie"
75RDEPENDS_${PN}-ptest = " perl lib-perl perl-modules " 75RDEPENDS_${PN}-ptest = " perl lib-perl perl-modules "
76
77PNBLACKLIST[tripwire] ?= "Upsteram project appears to be abondoned, fails to build with gcc11"