mirror of
https://git.yoctoproject.org/meta-security
synced 2026-06-02 01:20:29 +00:00
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>
This commit is contained in:
+2
@@ -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"
|
||||
|
||||
@@ -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}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user