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 /recipes-ids/tripwire | |
| 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>
Diffstat (limited to 'recipes-ids/tripwire')
| -rw-r--r-- | recipes-ids/tripwire/tripwire_2.4.3.7.bb | 2 |
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 | ||
| 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" | ||
