From 884dca3f269cbd7d72c09317107fd0a4fc951a7c Mon Sep 17 00:00:00 2001 From: Archana Polampalli Date: Tue, 26 Dec 2023 08:22:37 +0000 Subject: [PATCH] cjson: upgrade 1.7.16 -> 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 Signed-off-by: Khem Raj --- .../recipes-devtools/cjson/{cjson_1.7.16.bb => cjson_1.7.17.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-devtools/cjson/{cjson_1.7.16.bb => cjson_1.7.17.bb} (96%) diff --git a/meta-oe/recipes-devtools/cjson/cjson_1.7.16.bb b/meta-oe/recipes-devtools/cjson/cjson_1.7.17.bb similarity index 96% rename from meta-oe/recipes-devtools/cjson/cjson_1.7.16.bb rename to meta-oe/recipes-devtools/cjson/cjson_1.7.17.bb index f8e0bbff0b..6c8934b342 100644 --- a/meta-oe/recipes-devtools/cjson/cjson_1.7.16.bb +++ b/meta-oe/recipes-devtools/cjson/cjson_1.7.17.bb @@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=218947f77e8cb8e2fa02918dc41c50d0" SRC_URI = "git://github.com/DaveGamble/cJSON.git;branch=master;protocol=https \ file://run-ptest \ " -SRCREV = "cb8693b058ba302f4829ec6d03f609ac6f848546" +SRCREV = "87d8f0961a01bf09bef98ff89bae9fdec42181ee" S = "${WORKDIR}/git"