diff options
author | Armin Kuster <akuster808@gmail.com> | 2019-12-16 08:50:15 -0800 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2019-12-16 20:51:47 -0800 |
commit | 3001c3ebfcefffb2d58f769cdddc4e978e1b5398 (patch) | |
tree | d8a06888836c1ea41721ec474e838fbce348dfc3 | |
parent | 0ca8cad6414512d5dab5d11e6cb331cbb9396196 (diff) | |
download | meta-security-3001c3ebfcefffb2d58f769cdddc4e978e1b5398.tar.gz |
suricata: update to 4.1.6
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | recipes-ids/suricata/suricata.inc | 6 | ||||
-rw-r--r-- | recipes-ids/suricata/suricata_4.1.6.bb (renamed from recipes-ids/suricata/suricata_4.1.5.bb) | 1 |
2 files changed, 3 insertions, 4 deletions
diff --git a/recipes-ids/suricata/suricata.inc b/recipes-ids/suricata/suricata.inc index 1f4baff..3adbcf6 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.5" | 5 | VER = "4.1.6" |
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] = "0dfd68f6f4314c5c2eed7128112eff3b" | 8 | SRC_URI[md5sum] = "da5de1e8053f05cbd295793210117d34" |
9 | SRC_URI[sha256sum] = "cee5f6535cd7fe63fddceab62eb3bc66a63fc464466c88ec7a41b7a1331ac74b" | 9 | SRC_URI[sha256sum] = "8441ac89016106459ade2112fcde58b3f789e4beb2fd8bfa081ffb75eec75fe0" |
diff --git a/recipes-ids/suricata/suricata_4.1.5.bb b/recipes-ids/suricata/suricata_4.1.6.bb index b2700d6..9b7122b 100644 --- a/recipes-ids/suricata/suricata_4.1.5.bb +++ b/recipes-ids/suricata/suricata_4.1.6.bb | |||
@@ -10,7 +10,6 @@ SRC_URI += " \ | |||
10 | file://suricata.yaml \ | 10 | file://suricata.yaml \ |
11 | file://suricata.service \ | 11 | file://suricata.service \ |
12 | file://run-ptest \ | 12 | file://run-ptest \ |
13 | file://0001-af-packet-fix-build-on-recent-Linux-kernels.patch \ | ||
14 | " | 13 | " |
15 | 14 | ||
16 | inherit autotools-brokensep pkgconfig python3-dir systemd ptest | 15 | inherit autotools-brokensep pkgconfig python3-dir systemd ptest |