diff mbox series

[meta-python,14/30] python3-cbor2: upgrade 6.1.1 -> 6.1.2

Message ID 20260609102913.2204-14-wangmy@fujitsu.com
State Under Review
Headers show
Series [meta-oe,01/30] boost-sml: upgrade 1.1.13 -> 1.2.0 | expand

Commit Message

Wang Mingyu June 9, 2026, 10:28 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

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 <wangmy@fujitsu.com>
---
 .../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 mbox series

Patch

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