[Buildroot] [git commit] package/python-cbor2: security bump version to 5.9.0
Julien Olivain
ju.o at free.fr
Sun May 3 14:48:23 UTC 2026
commit: https://gitlab.com/buildroot.org/buildroot/-/commit/b676a4f51b99ac9faf437eecc637293914809d88
branch: https://gitlab.com/buildroot.org/buildroot/-/tree/master
https://github.com/agronholm/cbor2/blob/5.9.0/docs/versionhistory.rst
Fixes CVE-2026-26209.
Signed-off-by: Bernd Kuhls <bernd at kuhls.net>
Signed-off-by: Julien Olivain <ju.o at free.fr>
---
package/python-cbor2/python-cbor2.hash | 4 ++--
package/python-cbor2/python-cbor2.mk | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/package/python-cbor2/python-cbor2.hash b/package/python-cbor2/python-cbor2.hash
index 2c72626637..b4d3025889 100644
--- a/package/python-cbor2/python-cbor2.hash
+++ b/package/python-cbor2/python-cbor2.hash
@@ -1,5 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/cbor2/json
-md5 43d53d2eedc711252f5f66b1e05389a5 cbor2-5.8.0.tar.gz
-sha256 b19c35fcae9688ac01ef75bad5db27300c2537eb4ee00ed07e05d8456a0d4931 cbor2-5.8.0.tar.gz
+md5 21a7e1096c25ef19a81730e2c0ce05a6 cbor2-5.9.0.tar.gz
+sha256 85c7a46279ac8f226e1059275221e6b3d0e370d2bb6bd0500f9780781615bcea cbor2-5.9.0.tar.gz
# Locally computed sha256 checksums
sha256 a6afd126d8f545a15166a22f25fadff4b9fb4978bbdd17e97d97d950b66d2fef LICENSE.txt
diff --git a/package/python-cbor2/python-cbor2.mk b/package/python-cbor2/python-cbor2.mk
index 6f8bc31996..859ee4a1b5 100644
--- a/package/python-cbor2/python-cbor2.mk
+++ b/package/python-cbor2/python-cbor2.mk
@@ -4,9 +4,9 @@
#
################################################################################
-PYTHON_CBOR2_VERSION = 5.8.0
+PYTHON_CBOR2_VERSION = 5.9.0
PYTHON_CBOR2_SOURCE = cbor2-$(PYTHON_CBOR2_VERSION).tar.gz
-PYTHON_CBOR2_SITE = https://files.pythonhosted.org/packages/d9/8e/8b4fdde28e42ffcd741a37f4ffa9fb59cd4fe01625b544dfcfd9ccb54f01
+PYTHON_CBOR2_SITE = https://files.pythonhosted.org/packages/bd/cb/09939728be094d155b5d4ac262e39877875f5f7e36eea66beb359f647bd0
PYTHON_CBOR2_SETUP_TYPE = setuptools
PYTHON_CBOR2_LICENSE = MIT
PYTHON_CBOR2_LICENSE_FILES = LICENSE.txt
More information about the buildroot
mailing list