diff options
author | Hitendra Prajapati <hprajapati@mvista.com> | 2024-10-18 11:01:18 +0530 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2024-11-04 08:17:37 -0500 |
commit | bc865c5276c2ab4031229916e8d7c20148dfbac3 (patch) | |
tree | 6ab59d528ca168fffc4df1ca61304784adc93674 /recipes-ids/suricata/libhtp_0.5.45.bb | |
parent | 459d837338ca230254baa2994f870bf6eb9d0139 (diff) | |
download | meta-security-scarthgap.tar.gz |
libhtp: fix CVE-2024-45797scarthgap
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>
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 cc8285c..604a0ca 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" |