Message ID | 20250930061420.1018845-1-divya.chellam@windriver.com |
---|---|
State | New |
Headers | show |
Series | [meta-oe,walnascar,1/1] cjson: upgrade 1.7.18 -> 1.7.19 | expand |
Though new version has some more fixes but if intention was to provide CVE fix only then we already have a pending patch https://lists.openembedded.org/g/openembedded-devel/message/119628 On Tue, Sep 30, 2025 at 7:14 PM dchellam via lists.openembedded.org <Divya.Chellam=windriver.com@lists.openembedded.org> wrote: > > From: Divya Chellam <divya.chellam@windriver.com> > > This includes CVE-fix for CVE-2025-57052 > > Changelog: > https://github.com/DaveGamble/cJSON/blob/master/CHANGELOG.md > > Signed-off-by: Divya Chellam <divya.chellam@windriver.com> > --- > .../recipes-devtools/cjson/{cjson_1.7.18.bb => cjson_1.7.19.bb} | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > rename meta-oe/recipes-devtools/cjson/{cjson_1.7.18.bb => cjson_1.7.19.bb} (97%) > > diff --git a/meta-oe/recipes-devtools/cjson/cjson_1.7.18.bb b/meta-oe/recipes-devtools/cjson/cjson_1.7.19.bb > similarity index 97% > rename from meta-oe/recipes-devtools/cjson/cjson_1.7.18.bb > rename to meta-oe/recipes-devtools/cjson/cjson_1.7.19.bb > index bdeab3055c..799eb119d6 100644 > --- a/meta-oe/recipes-devtools/cjson/cjson_1.7.18.bb > +++ b/meta-oe/recipes-devtools/cjson/cjson_1.7.19.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 = "acc76239bee01d8e9c858ae2cab296704e52d916" > +SRCREV = "c859b25da02955fef659d658b8f324b5cde87be3" > > S = "${WORKDIR}/git" > > -- > 2.40.0 > > > -=-=-=-=-=-=-=-=-=-=-=- > Links: You receive all messages sent to this group. > View/Reply Online (#120050): https://lists.openembedded.org/g/openembedded-devel/message/120050 > Mute This Topic: https://lists.openembedded.org/mt/115509843/3619737 > Group Owner: openembedded-devel+owner@lists.openembedded.org > Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [ankur.tyagi85@gmail.com] > -=-=-=-=-=-=-=-=-=-=-=- >
diff --git a/meta-oe/recipes-devtools/cjson/cjson_1.7.18.bb b/meta-oe/recipes-devtools/cjson/cjson_1.7.19.bb similarity index 97% rename from meta-oe/recipes-devtools/cjson/cjson_1.7.18.bb rename to meta-oe/recipes-devtools/cjson/cjson_1.7.19.bb index bdeab3055c..799eb119d6 100644 --- a/meta-oe/recipes-devtools/cjson/cjson_1.7.18.bb +++ b/meta-oe/recipes-devtools/cjson/cjson_1.7.19.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 = "acc76239bee01d8e9c858ae2cab296704e52d916" +SRCREV = "c859b25da02955fef659d658b8f324b5cde87be3" S = "${WORKDIR}/git"