All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-security][PATCH 1/3] Samhain: package update to 4.1.2
@ 2015-12-23  1:41 Armin Kuster
  2015-12-23  1:41 ` [meta-security][PATCH 2/3] samhain-client: " Armin Kuster
  2015-12-23  1:41 ` [meta-security][PATCH 3/3] suricata: package update to 2.0.11 Armin Kuster
  0 siblings, 2 replies; 3+ messages in thread
From: Armin Kuster @ 2015-12-23  1:41 UTC (permalink / raw)
  To: yocto

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>
---
 .../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



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [meta-security][PATCH 2/3] samhain-client: update to 4.1.2
  2015-12-23  1:41 [meta-security][PATCH 1/3] Samhain: package update to 4.1.2 Armin Kuster
@ 2015-12-23  1:41 ` Armin Kuster
  2015-12-23  1:41 ` [meta-security][PATCH 3/3] suricata: package update to 2.0.11 Armin Kuster
  1 sibling, 0 replies; 3+ messages in thread
From: Armin Kuster @ 2015-12-23  1:41 UTC (permalink / raw)
  To: yocto

Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
 .../samhain/{samhain-client_4.1.0.bb => samhain-client_4.1.2.bb}          | 0
 1 file changed, 0 insertions(+), 0 deletions(-)
 rename recipes-security/samhain/{samhain-client_4.1.0.bb => samhain-client_4.1.2.bb} (100%)

diff --git a/recipes-security/samhain/samhain-client_4.1.0.bb b/recipes-security/samhain/samhain-client_4.1.2.bb
similarity index 100%
rename from recipes-security/samhain/samhain-client_4.1.0.bb
rename to recipes-security/samhain/samhain-client_4.1.2.bb
-- 
2.3.5



^ permalink raw reply	[flat|nested] 3+ messages in thread

* [meta-security][PATCH 3/3] suricata: package update to 2.0.11
  2015-12-23  1:41 [meta-security][PATCH 1/3] Samhain: package update to 4.1.2 Armin Kuster
  2015-12-23  1:41 ` [meta-security][PATCH 2/3] samhain-client: " Armin Kuster
@ 2015-12-23  1:41 ` Armin Kuster
  1 sibling, 0 replies; 3+ messages in thread
From: Armin Kuster @ 2015-12-23  1:41 UTC (permalink / raw)
  To: yocto

Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
 recipes-security/suricata/suricata.inc                             | 7 +++----
 .../suricata/{suricata_2.0.9.bb => suricata_2.0.11.bb}             | 0
 2 files changed, 3 insertions(+), 4 deletions(-)
 rename recipes-security/suricata/{suricata_2.0.9.bb => suricata_2.0.11.bb} (100%)

diff --git a/recipes-security/suricata/suricata.inc b/recipes-security/suricata/suricata.inc
index 6618739..5684386 100644
--- a/recipes-security/suricata/suricata.inc
+++ b/recipes-security/suricata/suricata.inc
@@ -2,9 +2,8 @@ HOMEPAGE = "http://suricata-ids.org/"
 SECTION = "security Monitor/Admin"
 LICENSE = "GPLv2"
 
-VER = "2.0.9"
+VER = "2.0.11"
 SRC_URI = "http://www.openinfosecfoundation.org/download/suricata-${VER}.tar.gz"
 
-SRC_URI[md5sum] = "cc0c32071c6b6733b13380ef276c5af5"
-SRC_URI[sha256sum] = "4a19214d7673f9c0eba2e4e5ac78152309464186d16df48944b8f5644faa802d"
-
+SRC_URI[md5sum] = "4c05eebfb87c3c1ff51460f4e6318b9a"
+SRC_URI[sha256sum] = "c607f1e18e5636830f42a83f7c67e1466f07db82853f3a9dba4ab8c6c3bc656e"
diff --git a/recipes-security/suricata/suricata_2.0.9.bb b/recipes-security/suricata/suricata_2.0.11.bb
similarity index 100%
rename from recipes-security/suricata/suricata_2.0.9.bb
rename to recipes-security/suricata/suricata_2.0.11.bb
-- 
2.3.5



^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-12-23  1:41 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-12-23  1:41 [meta-security][PATCH 1/3] Samhain: package update to 4.1.2 Armin Kuster
2015-12-23  1:41 ` [meta-security][PATCH 2/3] samhain-client: " Armin Kuster
2015-12-23  1:41 ` [meta-security][PATCH 3/3] suricata: package update to 2.0.11 Armin Kuster

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.