From 64b87fbe6c1063eac918269d927b0af24c837bf1 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 29 Oct 2025 08:14:46 +0800 Subject: [PATCH] python3-cbor2: upgrade 5.7.0 -> 5.7.1 Changelog: =========== - Improved performance on decoding large definite bytestrings - Fixed a read(-1) vulnerability caused by boundary handling error Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../python/{python3-cbor2_5.7.0.bb => python3-cbor2_5.7.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-cbor2_5.7.0.bb => python3-cbor2_5.7.1.bb} (83%) diff --git a/meta-python/recipes-devtools/python/python3-cbor2_5.7.0.bb b/meta-python/recipes-devtools/python/python3-cbor2_5.7.1.bb similarity index 83% rename from meta-python/recipes-devtools/python/python3-cbor2_5.7.0.bb rename to meta-python/recipes-devtools/python/python3-cbor2_5.7.1.bb index 4fe60c87c9..e124207cbf 100644 --- a/meta-python/recipes-devtools/python/python3-cbor2_5.7.0.bb +++ b/meta-python/recipes-devtools/python/python3-cbor2_5.7.1.bb @@ -3,7 +3,7 @@ LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=a79e64179819c7ce293372c059f1dbd8" DEPENDS += "python3-setuptools-scm-native" -SRC_URI[sha256sum] = "3f6d843f4db4d0ec501c46453c22a4fbebb1abfb5b740e1bcab34c615cd7406b" +SRC_URI[sha256sum] = "7a405a1d7c8230ee9acf240aad48ae947ef584e8af05f169f3c1bde8f01f8b71" inherit pypi python_setuptools_build_meta ptest-python-pytest