diff options
author | Hitendra Prajapati <hprajapati@mvista.com> | 2024-10-18 11:01:18 +0530 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2024-12-08 13:18:38 -0500 |
commit | e2c44c8b5d02591ec0be3266d6667e16725bcb92 (patch) | |
tree | e82b8fe7d7cb1aea4cd9ada03b8c8da2701b8af1 /recipes-ids/suricata/libhtp_0.5.45.bb | |
parent | 84d9cd56991a646453c8817eeeb2f8556e36854e (diff) | |
download | meta-security-styhead.tar.gz |
libhtp: fix CVE-2024-45797styhead
Upstream-Status: Backport from https://github.com/OISF/libhtp/commit/0d550de551b91d5e57ba23e2b1e2c6430fad6818
Signed-off-by: Hitendra Prajapati <hprajapati@mvista.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
(cherry picked from commit 6b50c7c29e03a5dbdf73d66d22a95dc5e37b8855)
Diffstat (limited to 'recipes-ids/suricata/libhtp_0.5.45.bb')
-rw-r--r-- | recipes-ids/suricata/libhtp_0.5.45.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes-ids/suricata/libhtp_0.5.45.bb b/recipes-ids/suricata/libhtp_0.5.45.bb index 4273e78..74a53df 100644 --- a/recipes-ids/suricata/libhtp_0.5.45.bb +++ b/recipes-ids/suricata/libhtp_0.5.45.bb | |||
@@ -4,7 +4,9 @@ require suricata.inc | |||
4 | 4 | ||
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 | file://CVE-2024-45797.patch \ | ||
9 | " | ||
8 | SRCREV = "8bdfe7b9d04e5e948c8fbaa7472e14d884cc00af" | 10 | SRCREV = "8bdfe7b9d04e5e948c8fbaa7472e14d884cc00af" |
9 | 11 | ||
10 | DEPENDS = "zlib" | 12 | DEPENDS = "zlib" |