aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-ids
AgeCommit message (Collapse)Author
2021-04-12python3-suricata-update: update to 1.2.1Armin Kuster
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2021-03-18samhain: fix compile error on powerpcKai Kang
It fails to comile samhain for powerpc(qemuppc): | x_sh_dbIO.c: In function 'swap_short': | x_sh_dbIO.c:229:36: error: initializer element is not constant | 229 | static unsigned short ooop = *iptr; | | ^ Assign after initialization of the static variable to avoid the failure. Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2021-03-02suricata: update to 4.10.0Armin Kuster
This is the last 4.x. Will need rust support to move to 6.x Signed-off-by: Armin Kuster <akuster808@gmail.com>
2021-03-02samhain: update to 4.4.3Armin Kuster
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2021-02-23python3-suricata-update: Inherit python3targetconfigArmin Kuster
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2020-11-03samhain: update to 4.4.2Armin Kuster
refresh a few patches too Signed-off-by: Armin Kuster <akuster808@gmail.com>
2020-11-03suricata: unify volatiles file nameYi Zhao
Make the volatiles file name starts with digital. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2020-10-10suricata: update to 4.1.9Armin Kuster
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2020-10-09suricata: fix compiling on gcc10Armin Kuster
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2020-07-06suricata: update to 4.1.8Armin Kuster
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2020-06-19tripwire: Remove makefiles from the man directories.Jeremy Puhlman
Signed-off-by: Jeremy Puhlman <jpuhlman@mvista.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2020-05-15samhain: dnmalloc hash fix for aarch64 and mips64Haseeb Ashraf
fix runtime error: samhain[4069]: FATAL: x_dnmalloc.c: 2790: hashval < AMOUNTHASH Killed The proper fix is not to disable dnmalloc. This change is in continuation of samhain-mips64-aarch64-dnmalloc-hash-fix.patch which requires CONFIG_ARCH_AARCH64 or CONFIG_ARCH_MIPS64 to be defined for the corresponding architecture Signed-off-by: Haseeb Ashraf <Haseeb_Ashraf@mentor.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2020-05-15samhain-server: add volatile file for systemdYi Zhao
Add volatile file to create /var/log/yule when using systemd. Also remove unused /var/log directory in do_install. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2020-01-28samhain: fix build with new version attrYi Zhao
The attr/xattr.h has been removed from attr 2.4.48 with commit: http://git.savannah.nongnu.org/cgit/attr.git/commit/include?id=7921157890d07858d092f4003ca4c6bae9fd2c38 The xattr syscalls are provided by sys/xattr.h from glibc now. Remove the checking code to adapt it otherwise it would fail to build with selinux support. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2019-12-16suricata: update to 4.1.6Armin Kuster
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2019-12-16libhtp: bugfix only update 0.5.32Armin Kuster
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2019-12-16python3-suricata-update: update to 1.1.1Armin Kuster
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2019-11-27suricata: add tmpfiles.d configChristopher Larson
This is needed to ensure our /var/log directory is created when using systemd. Signed-off-by: Christopher Larson <chris_larson@mentor.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2019-10-14suricata: fix compile issueArmin Kuster
cp: cannot stat '/...../tmp-glibc/work/core2-32-oe-linux/suricata/4.1.5-r0/rules': No such file or directory | WARNING: exit code 1 from a shell command. Signed-off-by: Armin Kuster <akuster808@gmail.com>
2019-10-08suricata-update: add package to pull rulesArmin Kuster
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2019-10-08suricata/libhtp: update to 4.1.5/0.5.31Armin Kuster
same sources refresh patch drop rules tar ball Signed-off-by: Armin Kuster <akuster808@gmail.com>
2019-09-07suricata: update to 4.1.4Armin Kuster
Backport patch to fix build against newer kernels. Signed-off-by: Armin Kuster <akuster808@gmail.com>
2019-08-04samhain: update to 4.3.3Armin Kuster
remove PV from recipes names to make package update easier. PV set in include file now drop samhain-cross-compile.patch as stripping appears to have been removed. Signed-off-by: Armin Kuster <akuster808@gmail.com>
2019-05-28samhain: add rconflict for client and server modeChangqing Li
Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2019-03-31reorg ids: move ids recipes to recipes-idsArmin Kuster
Signed-off-by: Armin Kuster <akuster808@gmail.com>