diff options
author | Armin Kuster <akuster808@gmail.com> | 2015-12-22 16:16:20 -0800 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2016-01-17 15:38:19 -0800 |
commit | 623f5ed92277f23a7aba56ec847a9c8b291c05be (patch) | |
tree | cea2329d9282a53c6695dadf74c2160f988da1d8 | |
parent | 9eba881355b06febfbd5dbb425010e2a0f4cc3dc (diff) | |
download | meta-security-623f5ed92277f23a7aba56ec847a9c8b291c05be.tar.gz |
Samhain: package update to 4.1.2
4.1.1 Changes:
- Fix for broken libwrap support.
- Fix for broken baseline update (-t update) on FreeBSD and maybe other non GNU/Linux systems.
- Fix for ungraceful handling of rotated logiles if logfile content is always zero or constant.
- Fix for timezone offset calculation on month rollover for timezones west of GMT.
4.1.2 Changes:
- Fix for broken rpm / rpm-light makefile targets.
- Fix for the failure to detect open UDP ports sometimes.
- Fix for reporting file changes with the wrong policy if both inotify is
used and the file change occurs during a configuration reload.
- New configure options --enable-posix-acl and --enable-selinux to turn the
soft failure (no support for checking compiled in) into a hard failure
if required headers/libraries are missing for this feature.
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | recipes-security/samhain/samhain-server_4.1.2.bb (renamed from recipes-security/samhain/samhain-server_4.1.0.bb) | 2 | ||||
-rw-r--r-- | recipes-security/samhain/samhain.inc | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/recipes-security/samhain/samhain-server_4.1.0.bb b/recipes-security/samhain/samhain-server_4.1.2.bb index 41646e6..df78f63 100644 --- a/recipes-security/samhain/samhain-server_4.1.0.bb +++ b/recipes-security/samhain/samhain-server_4.1.2.bb | |||
@@ -16,6 +16,8 @@ PACKAGECONFIG[logwatch] = "--enable-login-watch,"" , " | |||
16 | PACKAGECONFIG[mounts] = "--enable-mounts-check","" , " | 16 | PACKAGECONFIG[mounts] = "--enable-mounts-check","" , " |
17 | PACKAGECONFIG[userfiles] = "--enable-userfiles","" , " | 17 | PACKAGECONFIG[userfiles] = "--enable-userfiles","" , " |
18 | PACKAGECONFIG[ipv6] = "--enable-ipv6,"--disable-ipv6"," | 18 | PACKAGECONFIG[ipv6] = "--enable-ipv6,"--disable-ipv6"," |
19 | PACKAGECONFIG[selinux] = "--enable-selinux, --disable-selinux" | ||
20 | PACKAGECONFIG[acl] = " --enable-posix-acl , --disable-posix-acl" | ||
19 | 21 | ||
20 | SRC_URI += "file://samhain-server-volatiles" | 22 | SRC_URI += "file://samhain-server-volatiles" |
21 | 23 | ||
diff --git a/recipes-security/samhain/samhain.inc b/recipes-security/samhain/samhain.inc index 8114f42..9525229 100644 --- a/recipes-security/samhain/samhain.inc +++ b/recipes-security/samhain/samhain.inc | |||
@@ -9,8 +9,8 @@ SRC_URI = "http://la-samhna.de/archive/samhain_signed-${PV}.tar.gz \ | |||
9 | file://${INITSCRIPT_NAME}.default \ | 9 | file://${INITSCRIPT_NAME}.default \ |
10 | " | 10 | " |
11 | 11 | ||
12 | SRC_URI[md5sum] = "fcb59c6c8a1d30cc6ffc21557a0046d3" | 12 | SRC_URI[md5sum] = "9112612fe569a0c92c7479ed2ef3b6f0" |
13 | SRC_URI[sha256sum] = "a8e10454782a7f3bb5f709dd05cee695ffbd052afc709668a3e7c4b629771189" | 13 | SRC_URI[sha256sum] = "bb32321b3dc8450351d99e90d25182a029bef1e46b9a0439ade1ca0a744eadb8" |
14 | 14 | ||
15 | S = "${WORKDIR}/samhain-${PV}" | 15 | S = "${WORKDIR}/samhain-${PV}" |
16 | 16 | ||