diff options
author | Armin Kuster <akuster808@gmail.com> | 2019-09-30 07:38:37 -0700 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2019-10-08 15:54:52 -0700 |
commit | 18de9e5bf9d0ca5a0a55dfb961348b513a06ee00 (patch) | |
tree | e7514c135fa0990ddb58d18de14cb9ace7b960dc | |
parent | 86ba098074c70a9b1209db980d4da410c25f61aa (diff) | |
download | meta-security-18de9e5bf9d0ca5a0a55dfb961348b513a06ee00.tar.gz |
suricata/libhtp: update to 4.1.5/0.5.31
same sources
refresh patch
drop rules tar ball
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | recipes-ids/suricata/files/0001-af-packet-fix-build-on-recent-Linux-kernels.patch | 10 | ||||
-rw-r--r-- | recipes-ids/suricata/files/emerging.rules.tar.gz | bin | 2252393 -> 0 bytes | |||
-rw-r--r-- | recipes-ids/suricata/libhtp_0.5.31.bb (renamed from recipes-ids/suricata/libhtp_0.5.30.bb) | 0 | ||||
-rw-r--r-- | recipes-ids/suricata/suricata.inc | 6 | ||||
-rw-r--r-- | recipes-ids/suricata/suricata_4.1.5.bb (renamed from recipes-ids/suricata/suricata_4.1.4.bb) | 5 |
5 files changed, 8 insertions, 13 deletions
diff --git a/recipes-ids/suricata/files/0001-af-packet-fix-build-on-recent-Linux-kernels.patch b/recipes-ids/suricata/files/0001-af-packet-fix-build-on-recent-Linux-kernels.patch index 74e9a56..530568b 100644 --- a/recipes-ids/suricata/files/0001-af-packet-fix-build-on-recent-Linux-kernels.patch +++ b/recipes-ids/suricata/files/0001-af-packet-fix-build-on-recent-Linux-kernels.patch | |||
@@ -9,12 +9,12 @@ Signed-off-by: Armin kuster <akuster808@gmail.com> | |||
9 | src/source-af-packet.c | 4 ++++ | 9 | src/source-af-packet.c | 4 ++++ |
10 | 1 file changed, 4 insertions(+) | 10 | 1 file changed, 4 insertions(+) |
11 | 11 | ||
12 | Index: suricata-4.1.4/src/source-af-packet.c | 12 | Index: suricata-4.1.5/src/source-af-packet.c |
13 | =================================================================== | 13 | =================================================================== |
14 | --- suricata-4.1.4.orig/src/source-af-packet.c | 14 | --- suricata-4.1.5.orig/src/source-af-packet.c |
15 | +++ suricata-4.1.4/src/source-af-packet.c | 15 | +++ suricata-4.1.5/src/source-af-packet.c |
16 | @@ -64,6 +64,10 @@ | 16 | @@ -68,6 +68,10 @@ |
17 | #include <sys/ioctl.h> | 17 | #include <linux/sockios.h> |
18 | #endif | 18 | #endif |
19 | 19 | ||
20 | +#if HAVE_LINUX_SOCKIOS_H | 20 | +#if HAVE_LINUX_SOCKIOS_H |
diff --git a/recipes-ids/suricata/files/emerging.rules.tar.gz b/recipes-ids/suricata/files/emerging.rules.tar.gz deleted file mode 100644 index aed3754..0000000 --- a/recipes-ids/suricata/files/emerging.rules.tar.gz +++ /dev/null | |||
Binary files differ | |||
diff --git a/recipes-ids/suricata/libhtp_0.5.30.bb b/recipes-ids/suricata/libhtp_0.5.31.bb index 8305f70..8305f70 100644 --- a/recipes-ids/suricata/libhtp_0.5.30.bb +++ b/recipes-ids/suricata/libhtp_0.5.31.bb | |||
diff --git a/recipes-ids/suricata/suricata.inc b/recipes-ids/suricata/suricata.inc index 54f91c5..1f4baff 100644 --- a/recipes-ids/suricata/suricata.inc +++ b/recipes-ids/suricata/suricata.inc | |||
@@ -2,8 +2,8 @@ HOMEPAGE = "http://suricata-ids.org/" | |||
2 | SECTION = "security Monitor/Admin" | 2 | SECTION = "security Monitor/Admin" |
3 | LICENSE = "GPLv2" | 3 | LICENSE = "GPLv2" |
4 | 4 | ||
5 | VER = "4.1.4" | 5 | VER = "4.1.5" |
6 | SRC_URI = "http://www.openinfosecfoundation.org/download/suricata-${VER}.tar.gz" | 6 | SRC_URI = "http://www.openinfosecfoundation.org/download/suricata-${VER}.tar.gz" |
7 | 7 | ||
8 | SRC_URI[md5sum] = "cb8bf6b8330c44ae78dfb5b083a6fe82" | 8 | SRC_URI[md5sum] = "0dfd68f6f4314c5c2eed7128112eff3b" |
9 | SRC_URI[sha256sum] = "2da50d91f92adf8b1af930f388361f76424420b88f553f610e2780e4240f2009" | 9 | SRC_URI[sha256sum] = "cee5f6535cd7fe63fddceab62eb3bc66a63fc464466c88ec7a41b7a1331ac74b" |
diff --git a/recipes-ids/suricata/suricata_4.1.4.bb b/recipes-ids/suricata/suricata_4.1.5.bb index f860af9..cda1c87 100644 --- a/recipes-ids/suricata/suricata_4.1.4.bb +++ b/recipes-ids/suricata/suricata_4.1.5.bb | |||
@@ -4,8 +4,6 @@ require suricata.inc | |||
4 | 4 | ||
5 | LIC_FILES_CHKSUM = "file://LICENSE;beginline=1;endline=2;md5=c70d8d3310941dcdfcd1e02800a1f548" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;beginline=1;endline=2;md5=c70d8d3310941dcdfcd1e02800a1f548" |
6 | 6 | ||
7 | SRC_URI += "file://emerging.rules.tar.gz;name=rules" | ||
8 | |||
9 | SRC_URI += " \ | 7 | SRC_URI += " \ |
10 | file://volatiles.03_suricata \ | 8 | file://volatiles.03_suricata \ |
11 | file://suricata.yaml \ | 9 | file://suricata.yaml \ |
@@ -14,9 +12,6 @@ SRC_URI += " \ | |||
14 | file://0001-af-packet-fix-build-on-recent-Linux-kernels.patch \ | 12 | file://0001-af-packet-fix-build-on-recent-Linux-kernels.patch \ |
15 | " | 13 | " |
16 | 14 | ||
17 | SRC_URI[rules.md5sum] = "205c5e5b54e489207ed892c03ad75b33" | ||
18 | SRC_URI[rules.sha256sum] = "4aa81011b246875a57181c6a0569ca887845e366904bcaf0043220f33bd69798" | ||
19 | |||
20 | inherit autotools-brokensep pkgconfig python3-dir systemd ptest | 15 | inherit autotools-brokensep pkgconfig python3-dir systemd ptest |
21 | 16 | ||
22 | CFLAGS += "-D_DEFAULT_SOURCE" | 17 | CFLAGS += "-D_DEFAULT_SOURCE" |