summaryrefslogtreecommitdiffstats
path: root/recipes-security/samhain/samhain-client_4.1.2.bb
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2016-06-04 16:10:56 -0700
committerArmin Kuster <akuster@mvista.com>2016-06-26 11:47:29 -0700
commitb8319ce072e1af291bb55adecaaa6c222499c3a5 (patch)
tree0a6dbc286e2efd4cba589a10df9220cac926513b /recipes-security/samhain/samhain-client_4.1.2.bb
parenta49ec3441f59a57bfe266354694c7b61cb6e8127 (diff)
downloadmeta-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>
Diffstat (limited to 'recipes-security/samhain/samhain-client_4.1.2.bb')
-rw-r--r--recipes-security/samhain/samhain-client_4.1.2.bb22
1 files changed, 0 insertions, 22 deletions
diff --git a/recipes-security/samhain/samhain-client_4.1.2.bb b/recipes-security/samhain/samhain-client_4.1.2.bb
deleted file mode 100644
index bb47449..0000000
--- a/recipes-security/samhain/samhain-client_4.1.2.bb
+++ /dev/null
@@ -1,22 +0,0 @@
1SAMHAIN_MODE="client"
2INITSCRIPT_PARAMS = "defaults 15 85"
3
4require samhain.inc
5
6#Let the default Logserver be 127.0.0.1
7EXTRA_OECONF += " \
8 --with-logserver=${SAMHAIN_SERVER} \
9 --with-port=${SAMHAIN_PORT} \
10 --with-config-file=/etc/samhainrc \
11 --with-data-file=/var/samhain/samhain.data \
12 --with-pid-file=/var/samhain/samhain.pid \
13 "
14
15
16INSANE_SKIP_${PN} = "already-stripped"
17
18FILES_${PN} += "\
19 /run \
20 "
21
22RDEPENDS_${PN} = "acl zlib attr bash"