diff options
author | Armin Kuster <akuster808@gmail.com> | 2016-06-04 16:10:56 -0700 |
---|---|---|
committer | Armin Kuster <akuster@mvista.com> | 2016-06-26 11:47:29 -0700 |
commit | b8319ce072e1af291bb55adecaaa6c222499c3a5 (patch) | |
tree | 0a6dbc286e2efd4cba589a10df9220cac926513b | |
parent | a49ec3441f59a57bfe266354694c7b61cb6e8127 (diff) | |
download | meta-security-b8319ce072e1af291bb55adecaaa6c222499c3a5.tar.gz |
samhain: update to 4.1.4
4.1.4:
- Fix for issues with re-evaluation of paths with wildcard patterns:
- no re-evaluation if no match at process startup
- if same pattern used for a file=.. and dir=.. directive, only
one (the first in config file) is re-evaluated
- Fix for issues with new directories created when inotify is used:
- recursion depth is not properly set for new directory
- directory gets watched even if recursion depth should be below zero
4.1.3:
- Fix for a regression in DNS resolving if samhain is compiled
with '--enable-static'
- On Cygwin/Windows, the default for the 'AvoidBlock' option is now 'off'
because of problems reported for this platform.
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Armin Kuster <akuster@mvista.com>
-rw-r--r-- | recipes-security/samhain/samhain-client_4.1.4.bb (renamed from recipes-security/samhain/samhain-client_4.1.2.bb) | 0 | ||||
-rw-r--r-- | recipes-security/samhain/samhain-server_4.1.4.bb (renamed from recipes-security/samhain/samhain-server_4.1.2.bb) | 0 | ||||
-rw-r--r-- | recipes-security/samhain/samhain.inc | 4 |
3 files changed, 2 insertions, 2 deletions
diff --git a/recipes-security/samhain/samhain-client_4.1.2.bb b/recipes-security/samhain/samhain-client_4.1.4.bb index bb47449..bb47449 100644 --- a/recipes-security/samhain/samhain-client_4.1.2.bb +++ b/recipes-security/samhain/samhain-client_4.1.4.bb | |||
diff --git a/recipes-security/samhain/samhain-server_4.1.2.bb b/recipes-security/samhain/samhain-server_4.1.4.bb index df78f63..df78f63 100644 --- a/recipes-security/samhain/samhain-server_4.1.2.bb +++ b/recipes-security/samhain/samhain-server_4.1.4.bb | |||
diff --git a/recipes-security/samhain/samhain.inc b/recipes-security/samhain/samhain.inc index 5c0142b..907f431 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] = "9112612fe569a0c92c7479ed2ef3b6f0" | 12 | SRC_URI[md5sum] = "1ab697b7000d0a272d9ade05bb1bc6e0" |
13 | SRC_URI[sha256sum] = "bb32321b3dc8450351d99e90d25182a029bef1e46b9a0439ade1ca0a744eadb8" | 13 | SRC_URI[sha256sum] = "32ee7477af11d9f2f64f30b9cb316c351897c1c994c7b98b0ef17fc0ca5e1d1a" |
14 | 14 | ||
15 | S = "${WORKDIR}/samhain-${PV}" | 15 | S = "${WORKDIR}/samhain-${PV}" |
16 | 16 | ||