From: Wang Mingyu <[email protected]> Changelog: =========== - Fixed incorrect tracking of string references for definite-length text strings of length greater than 65536 - Fixed cbor2.load() crash caused by incorrect handling of internal read buffer extension during stream deserialization.
Signed-off-by: Wang Mingyu <[email protected]> --- .../python/{python3-cbor2_6.1.1.bb => python3-cbor2_6.1.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-cbor2_6.1.1.bb => python3-cbor2_6.1.2.bb} (86%) diff --git a/meta-python/recipes-devtools/python/python3-cbor2_6.1.1.bb b/meta-python/recipes-devtools/python/python3-cbor2_6.1.2.bb similarity index 86% rename from meta-python/recipes-devtools/python/python3-cbor2_6.1.1.bb rename to meta-python/recipes-devtools/python/python3-cbor2_6.1.2.bb index 4b4406ffbf..b8e92ca361 100644 --- a/meta-python/recipes-devtools/python/python3-cbor2_6.1.1.bb +++ b/meta-python/recipes-devtools/python/python3-cbor2_6.1.2.bb @@ -3,7 +3,7 @@ LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=a79e64179819c7ce293372c059f1dbd8" DEPENDS += "python3-setuptools-scm-native" -SRC_URI[sha256sum] = "6f0644869e0fdcd6f3874330b8f1cebd009f33191de43acf609dc2409cd362c4" +SRC_URI[sha256sum] = "6b43037a66947dee5af0abb1a4c3a13b3abac5a4a3f32f9771efbbcd030fd909" inherit pypi python_setuptools3_rust cargo-update-recipe-crates ptest-python-pytest -- 2.43.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#127468): https://lists.openembedded.org/g/openembedded-devel/message/127468 Mute This Topic: https://lists.openembedded.org/mt/119720411/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
