samhain: update to 4.2.0

* Changes:

  - New option 'SetAuditdFlags = r|w|x|a' to (re-)define the flags supplied
    to auditd.

  - New option 'PortCheckDevice = device' for the port check module, to monitor
    a device regardless of the address assigned to it.

  - Fix for the case sensitivity of the arguments to the Severity/Class options.

  - Compiler warnings with gcc 6.2 and a few minor bugs have been fixed.

Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
Armin Kuster
2016-10-31 17:40:00 -07:00
parent 2c5b79c3e8
commit 8a7b759057
3 changed files with 2 additions and 2 deletions
+2 -2
View File
@@ -9,8 +9,8 @@ SRC_URI = "http://la-samhna.de/archive/samhain_signed-${PV}.tar.gz \
file://${INITSCRIPT_NAME}.default \
"
SRC_URI[md5sum] = "bdb6d2653d706f3180e37ef3d95c824d"
SRC_URI[sha256sum] = "4ff4c38765c942abbaac2577df4c8c4940482a1bffc4a719f181c4fca6f173a7"
SRC_URI[md5sum] = "d98a55646b14f9419fcedde909d1bf02"
SRC_URI[sha256sum] = "6b2db91fc92b3a9fc2edcc6ee16438156753c05f69c114856289e9f25ba0e50a"
S = "${WORKDIR}/samhain-${PV}"