summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArchana Polampalli <archana.polampalli@windriver.com>2023-12-26 08:23:03 +0000
committerArmin Kuster <akuster808@gmail.com>2024-01-12 07:14:16 -0500
commitcaef5591303834e453e8097f6d9b53259827782e (patch)
tree5587a55ea629a2032ff295ba91eb49f8194488c1
parent20cc355db603c172e5a3e9a2aedeab85bdfdc393 (diff)
downloadmeta-openembedded-caef5591303834e453e8097f6d9b53259827782e.tar.gz
cjson: upgrade 1.7.15 -> 1.7.17
The following CVEs are addressed in this release. CVE-2023-50471 CVE-2023-50472 https://github.com/DaveGamble/cJSON/releases/tag/v1.7.17 Signed-off-by: Archana Polampalli <archana.polampalli@windriver.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta-oe/recipes-devtools/cjson/cjson_1.7.17.bb (renamed from meta-oe/recipes-devtools/cjson/cjson_1.7.15.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/cjson/cjson_1.7.15.bb b/meta-oe/recipes-devtools/cjson/cjson_1.7.17.bb
index 200f75166..c9c38a9fe 100644
--- a/meta-oe/recipes-devtools/cjson/cjson_1.7.15.bb
+++ b/meta-oe/recipes-devtools/cjson/cjson_1.7.17.bb
@@ -6,7 +6,7 @@ LICENSE = "MIT"
6LIC_FILES_CHKSUM = "file://LICENSE;md5=218947f77e8cb8e2fa02918dc41c50d0" 6LIC_FILES_CHKSUM = "file://LICENSE;md5=218947f77e8cb8e2fa02918dc41c50d0"
7 7
8SRC_URI = "git://github.com/DaveGamble/cJSON.git;branch=master;protocol=https" 8SRC_URI = "git://github.com/DaveGamble/cJSON.git;branch=master;protocol=https"
9SRCREV = "d348621ca93571343a56862df7de4ff3bc9b5667" 9SRCREV = "87d8f0961a01bf09bef98ff89bae9fdec42181ee"
10 10
11S = "${WORKDIR}/git" 11S = "${WORKDIR}/git"
12 12