summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/yajl/yajl_2.1.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-devtools/yajl/yajl_2.1.0.bb')
-rw-r--r--meta-oe/recipes-devtools/yajl/yajl_2.1.0.bb6
1 files changed, 5 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/yajl/yajl_2.1.0.bb b/meta-oe/recipes-devtools/yajl/yajl_2.1.0.bb
index cf8dbb183..2a34210f3 100644
--- a/meta-oe/recipes-devtools/yajl/yajl_2.1.0.bb
+++ b/meta-oe/recipes-devtools/yajl/yajl_2.1.0.bb
@@ -8,7 +8,11 @@ HOMEPAGE = "http://lloyd.github.com/yajl/"
8LICENSE = "ISC" 8LICENSE = "ISC"
9LIC_FILES_CHKSUM = "file://COPYING;md5=39af6eb42999852bdd3ea00ad120a36d" 9LIC_FILES_CHKSUM = "file://COPYING;md5=39af6eb42999852bdd3ea00ad120a36d"
10 10
11SRC_URI = "git://github.com/lloyd/yajl;branch=master;protocol=https" 11SRC_URI = "git://github.com/lloyd/yajl;branch=master;protocol=https \
12 file://CVE-2017-16516.patch \
13 file://CVE-2022-24795.patch \
14 file://CVE-2023-33460.patch \
15 "
12SRCREV = "a0ecdde0c042b9256170f2f8890dd9451a4240aa" 16SRCREV = "a0ecdde0c042b9256170f2f8890dd9451a4240aa"
13 17
14S = "${WORKDIR}/git" 18S = "${WORKDIR}/git"