From 759c9fce51b8ae9813331db003ddcfab4b450b60 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 9 Jun 2026 18:28:57 +0800 Subject: python3-cbor2: upgrade 6.1.1 -> 6.1.2 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 Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-cbor2_6.1.1.bb | 24 ---------------------- .../recipes-devtools/python/python3-cbor2_6.1.2.bb | 24 ++++++++++++++++++++++ 2 files changed, 24 insertions(+), 24 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-cbor2_6.1.1.bb create mode 100644 meta-python/recipes-devtools/python/python3-cbor2_6.1.2.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-cbor2_6.1.1.bb b/meta-python/recipes-devtools/python/python3-cbor2_6.1.1.bb deleted file mode 100644 index 4b4406ffbf..0000000000 --- a/meta-python/recipes-devtools/python/python3-cbor2_6.1.1.bb +++ /dev/null @@ -1,24 +0,0 @@ -DESCRIPTION = "An implementation of RFC 7049 - Concise Binary Object Representation (CBOR)." -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=a79e64179819c7ce293372c059f1dbd8" -DEPENDS += "python3-setuptools-scm-native" - -SRC_URI[sha256sum] = "6f0644869e0fdcd6f3874330b8f1cebd009f33191de43acf609dc2409cd362c4" - -inherit pypi python_setuptools3_rust cargo-update-recipe-crates ptest-python-pytest - -CARGO_SRC_DIR = "rust" - -require ${BPN}-crates.inc - -RDEPENDS:${PN}-ptest += " \ - python3-hypothesis \ - python3-unixadmin \ -" -RDEPENDS:${PN} += " \ - python3-datetime \ -" - -CVE_PRODUCT = "cbor2" - -BBCLASSEXTEND = "native nativesdk" diff --git a/meta-python/recipes-devtools/python/python3-cbor2_6.1.2.bb b/meta-python/recipes-devtools/python/python3-cbor2_6.1.2.bb new file mode 100644 index 0000000000..b8e92ca361 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-cbor2_6.1.2.bb @@ -0,0 +1,24 @@ +DESCRIPTION = "An implementation of RFC 7049 - Concise Binary Object Representation (CBOR)." +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=a79e64179819c7ce293372c059f1dbd8" +DEPENDS += "python3-setuptools-scm-native" + +SRC_URI[sha256sum] = "6b43037a66947dee5af0abb1a4c3a13b3abac5a4a3f32f9771efbbcd030fd909" + +inherit pypi python_setuptools3_rust cargo-update-recipe-crates ptest-python-pytest + +CARGO_SRC_DIR = "rust" + +require ${BPN}-crates.inc + +RDEPENDS:${PN}-ptest += " \ + python3-hypothesis \ + python3-unixadmin \ +" +RDEPENDS:${PN} += " \ + python3-datetime \ +" + +CVE_PRODUCT = "cbor2" + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf