diff mbox series

[meta-oe,1/1] cjson: upgrade 1.7.16 -> 1.7.17

Message ID 20231226082237.919088-1-archana.polampalli@windriver.com
State Accepted
Headers show
Series [meta-oe,1/1] cjson: upgrade 1.7.16 -> 1.7.17 | expand

Commit Message

Polampalli, Archana Dec. 26, 2023, 8:22 a.m. UTC
From: Archana Polampalli <archana.polampalli@windriver.com>

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>
---
 .../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%)

Comments

Khem Raj Dec. 31, 2023, 12:38 a.m. UTC | #1
On Tue, 26 Dec 2023 08:22:37 +0000, archana.polampalli@windriver.com wrote:
> The following CVEs are addressed in this release.
> CVE-2023-50471
> CVE-2023-50472
> 
> https://github.com/DaveGamble/cJSON/releases/tag/v1.7.17
> 
> 
> [...]

Applied, thanks!

[1/1] cjson: upgrade 1.7.16 -> 1.7.17
      commit: 884dca3f269cbd7d72c09317107fd0a4fc951a7c

Best regards,
diff mbox series

Patch

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 f8e0bbff0..6c8934b34 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"