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 <akuster...@gmail.com>
---
 .../samhain/{samhain-server_4.1.0.bb => samhain-server_4.1.2.bb}      | 2 ++
 recipes-security/samhain/samhain.inc                                  | 4 ++--
 2 files changed, 4 insertions(+), 2 deletions(-)
 rename recipes-security/samhain/{samhain-server_4.1.0.bb => 
samhain-server_4.1.2.bb} (91%)

diff --git a/recipes-security/samhain/samhain-server_4.1.0.bb 
b/recipes-security/samhain/samhain-server_4.1.2.bb
similarity index 91%
rename from recipes-security/samhain/samhain-server_4.1.0.bb
rename to 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,"" , "
 PACKAGECONFIG[mounts]  = "--enable-mounts-check","" , "
 PACKAGECONFIG[userfiles]  = "--enable-userfiles","" , "
 PACKAGECONFIG[ipv6]  = "--enable-ipv6,"--disable-ipv6","
+PACKAGECONFIG[selinux] = "--enable-selinux, --disable-selinux"
+PACKAGECONFIG[acl] = " --enable-posix-acl , --disable-posix-acl"
 
 SRC_URI += "file://samhain-server-volatiles"
 
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 \
           file://${INITSCRIPT_NAME}.default \
          "
 
-SRC_URI[md5sum] = "fcb59c6c8a1d30cc6ffc21557a0046d3"
-SRC_URI[sha256sum] = 
"a8e10454782a7f3bb5f709dd05cee695ffbd052afc709668a3e7c4b629771189"
+SRC_URI[md5sum] = "9112612fe569a0c92c7479ed2ef3b6f0"
+SRC_URI[sha256sum] = 
"bb32321b3dc8450351d99e90d25182a029bef1e46b9a0439ade1ca0a744eadb8"
 
 S = "${WORKDIR}/samhain-${PV}"
 
-- 
2.3.5

-- 
_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to