aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-connectivity/snort
AgeCommit message (Collapse)Author
2016-02-22snort: BlacklistMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
2015-11-30snort: 2.9.6.0 -> 2.9.7.5Zhiquan Li
Upgrade snort from 2.9.6.0 to 2.9.7.5, as its dependency upgrade daq from 2.0.2 to 2.0.6, and accordingly update the patches: * Add 2 new patches for snort to solve the cross compile issues * Discard 2 snort patches since it is not needed * Refresh the patch for daq new version * Remove redundant '/' to getting round the rpm debugedit bug: canonicalization unexpectedly shrank character Signed-off-by: Zhiquan Li <zhiquan.li@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
2015-11-11snort: fix indentationMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2015-11-11snort: fix m4 causes out of memory during configureZhiquan Li
There is an incorrect m4_define() in configure.in which will result in an infinite recursion, and it doesn't make sense, since snort 2.9.7 it has been commented out. We follow this solution to fix it. Signed-off-by: Zhiquan Li <zhiquan.li@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2015-06-05meta-networking: standardize SECTION valuesJoe MacDonald
SECTION has been used inconsistently throughout the recipes in this layer. Convert them to all use the same convention. Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
2015-02-19snort: blacklistJoe MacDonald
Details: http://errors.yoctoproject.org/Errors/Details/8936/ The configure failure can cause an OOM on the system, so we will shut this down immediately. Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
2014-08-11snort: add dependency on util-linuxMartin Jansa
* fixes floating dependency: WARNING: QA Issue: snort rdepends on util-linux-libuuid but it isn't a build dependency? [build-deps] Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-07-30snort: do not hardcode the libdirRoy.Li
libdir is defined as ${pref_exec}/lib/, but we want it to support multilib path Signed-off-by: Roy.Li <rongqing.li@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-07-24snort: move files from 'files' to 'snort' for faster lookupMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-07-24snort: add openssl PACKAGECONFIGMartin Jansa
* otherwise the result isn't deterministic WARN: packages/armv5te-oe-linux-gnueabi/snort/snort/latest lost dependency on libcrypto * enable it by default, disabling currently doesn't work, because there are --with flags for openssl, but then configure.in still checks for sha.h header with AC_CHECK_HEADERS([openssl/sha.h],, SHA_H="no") and autodetects it, I'll leave patching configure to someone who is actually using snort (this issue was reported many times and nobody seems to care). Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-07-24snort: add missing pkgconfig inheritMartin Jansa
* otherwise m4 eats all memory and is killed by OOMK [1051138.019784] Out of memory: Kill process 26264 (m4) score 860 or sacrifice child [1051138.019788] Killed process 26264 (m4) total-vm:23062712kB, anon-rss:15066516kB, file-rss:100kB * very strange, but m4 and snort sometimes have strange side-effects, from first google result: http://www.hipforums.com/newforums/showthread.php?t=466568 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-06-03update snort to 2.9.6.0Maxim Uvarov
1. looks like snort dropped reference to barnyard2. At least it's missing in configure. Also download link to barnyard2 is not available now. Drop this package. 2. update snort version from 2.9.4.6 to 2.9.6.0. 3. fix libdnet paths. Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org> Signed-off-by: Joe MacDonald <joe@deserted.net>
2013-11-20snort: add recipeChunrong Guo
*snort - a free lightweight network intrusion detection system for UNIX and Windows Signed-off-by: Chunrong Guo <B40290@freescale.com> Signed-off-by: Joe MacDonald <joe@deserted.net>