diff options
author | Armin Kuster <akuster808@gmail.com> | 2022-05-18 13:35:39 -0700 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2022-05-23 07:11:55 -0700 |
commit | 972953e1e03b23b341c1098d3b93a0253e2dd566 (patch) | |
tree | b87e4e9e26ae6fcc7c9ec549cb0769bb8fad911b | |
parent | 025d7587388aea47d3d8ddde08457bd4a615158c (diff) | |
download | meta-security-972953e1e03b23b341c1098d3b93a0253e2dd566.tar.gz |
suricata: update to 5.0.5
libhtp rolls with it
-rw-r--r-- | recipes-ids/suricata/libhtp_0.5.40.bb (renamed from recipes-ids/suricata/libhtp_0.5.39.bb) | 2 | ||||
-rw-r--r-- | recipes-ids/suricata/suricata_6.0.5.bb (renamed from recipes-ids/suricata/suricata_6.0.4.bb) | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes-ids/suricata/libhtp_0.5.39.bb b/recipes-ids/suricata/libhtp_0.5.40.bb index 80c9014..08e285e 100644 --- a/recipes-ids/suricata/libhtp_0.5.39.bb +++ b/recipes-ids/suricata/libhtp_0.5.40.bb | |||
@@ -5,7 +5,7 @@ require suricata.inc | |||
5 | LIC_FILES_CHKSUM = "file://LICENSE;beginline=1;endline=2;md5=596ab7963a1a0e5198e5a1c4aa621843" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;beginline=1;endline=2;md5=596ab7963a1a0e5198e5a1c4aa621843" |
6 | 6 | ||
7 | SRC_URI = "git://github.com/OISF/libhtp.git;protocol=https;branch=0.5.x" | 7 | SRC_URI = "git://github.com/OISF/libhtp.git;protocol=https;branch=0.5.x" |
8 | SRCREV = "6b70803c45894da7a591b2305498335e6df4f9a3" | 8 | SRCREV = "1733478f7fd09e936fea2e024f1d228d40741df2" |
9 | 9 | ||
10 | DEPENDS = "zlib" | 10 | DEPENDS = "zlib" |
11 | 11 | ||
diff --git a/recipes-ids/suricata/suricata_6.0.4.bb b/recipes-ids/suricata/suricata_6.0.5.bb index 968da21..913e64e 100644 --- a/recipes-ids/suricata/suricata_6.0.4.bb +++ b/recipes-ids/suricata/suricata_6.0.5.bb | |||
@@ -5,7 +5,7 @@ require suricata.inc | |||
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 = "http://www.openinfosecfoundation.org/download/suricata-${PV}.tar.gz" | 7 | SRC_URI = "http://www.openinfosecfoundation.org/download/suricata-${PV}.tar.gz" |
8 | SRC_URI[sha256sum] = "a8f197e33d1678689ebbf7bc1abe84934c465d22c504c47c2c7e9b74aa042d0d" | 8 | SRC_URI[sha256sum] = "0d4197047c84ba070dfc6b1d9f9ee92f52a71403bfac0e29b2554bb21fe00754" |
9 | 9 | ||
10 | DEPENDS = "lz4 libhtp" | 10 | DEPENDS = "lz4 libhtp" |
11 | 11 | ||