1
0
forked from pool/python-cbor2

4 Commits

Author SHA256 Message Date
51634905b7 Accepting request 1325773 from devel:languages:python
- Update to 5.8.0 (CVE-2025-68131, bsc#1255783)

OBS-URL: https://build.opensuse.org/request/show/1325773
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-cbor2?expand=0&rev=20
2026-01-07 15:01:07 +00:00
586069e1ac add CVE entry to changelog
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cbor2?expand=0&rev=41
2026-01-07 12:56:29 +00:00
d841b4593e Accepting request 1325153 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1325153
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-cbor2?expand=0&rev=19
2026-01-03 16:27:58 +00:00
275342e53e - Update to 5.8.0
* Added readahead buffering to C decoder for improved performance.
  * Fixed Python decoder not preserving share index when decoding
    array items containing nested shareable tags, causing shared
    references to resolve to wrong objects.
  * Reset shared reference state at the start of each top-level
    encode/decode operation.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cbor2?expand=0&rev=39
2026-01-02 16:05:48 +00:00
4 changed files with 16 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7a405a1d7c8230ee9acf240aad48ae947ef584e8af05f169f3c1bde8f01f8b71
size 102467

3
cbor2-5.8.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b19c35fcae9688ac01ef75bad5db27300c2537eb4ee00ed07e05d8456a0d4931
size 107825

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Fri Jan 2 10:14:38 UTC 2026 - Markéta Machová <mmachova@suse.com>
- Update to 5.8.0 (CVE-2025-68131, bsc#1255783)
* Added readahead buffering to C decoder for improved performance.
* Fixed Python decoder not preserving share index when decoding
array items containing nested shareable tags, causing shared
references to resolve to wrong objects.
* Reset shared reference state at the start of each top-level
encode/decode operation.
-------------------------------------------------------------------
Thu Oct 30 13:11:54 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-cbor2
#
# Copyright (c) 2025 SUSE LLC and contributors
# Copyright (c) 2026 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -23,7 +23,7 @@
%endif
%{?sle15_python_module_pythons}
Name: python-cbor2
Version: 5.7.1
Version: 5.8.0
Release: 0
Summary: Pure Python CBOR (de)serializer with extensive tag support
License: MIT