diff options
author | Armin Kuster <akuster808@gmail.com> | 2023-04-26 10:57:22 -0400 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2023-05-06 07:54:09 -0400 |
commit | a6997dc78fcb8d1f0efc85e2cb29abe704e6fcdc (patch) | |
tree | 18475335bbffed3f3b812226942a5f4b24c2e771 | |
parent | 68c03e6f8e1b50fe890d8191cbb5c2413b6e112a (diff) | |
download | meta-security-a6997dc78fcb8d1f0efc85e2cb29abe704e6fcdc.tar.gz |
libhtp: update to 0.5.43
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | recipes-ids/suricata/libhtp_0.5.43.bb (renamed from recipes-ids/suricata/libhtp_0.5.42.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-ids/suricata/libhtp_0.5.42.bb b/recipes-ids/suricata/libhtp_0.5.43.bb index e2866c8..5825419 100644 --- a/recipes-ids/suricata/libhtp_0.5.42.bb +++ b/recipes-ids/suricata/libhtp_0.5.43.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 = "b14f81bfddbc7206ea713177fcf1e1090257dcd2" | 8 | SRCREV = "be0063a6138f795fc1af76cc5340bcb11d3b0b87" |
9 | 9 | ||
10 | DEPENDS = "zlib" | 10 | DEPENDS = "zlib" |
11 | 11 | ||