17
0

1 Commits

Author SHA256 Message Date
John Paul Adrian Glaubitz
62455b4d10 Backport upstream patch to fix CVE-2026-21226
- Add CVE-2026-21226.patch to fix deserialization of untrusted data in
  Azure Core shared client library for Python allowing an authorized
  attacker to execute code over a network (bsc#1257703, CVE-2026-21226)
2026-02-09 13:03:03 +01:00
4 changed files with 5 additions and 23 deletions

BIN
azure_core-1.32.0.tar.gz LFS Normal file

Binary file not shown.

View File

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

View File

@@ -5,23 +5,6 @@ Fri Feb 6 09:04:34 UTC 2026 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.c
Azure Core shared client library for Python allowing an authorized
attacker to execute code over a network (bsc#1257703, CVE-2026-21226)
-------------------------------------------------------------------
Fri May 2 10:17:21 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- New upstream release
+ Version 1.34.0
+ For detailed information about changes see the
CHANGELOG.md file provided with this package
-------------------------------------------------------------------
Fri Apr 4 07:26:56 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- New upstream release
+ Version 1.33.0
+ For detailed information about changes see the
CHANGELOG.md file provided with this package
- Update Requires from setup.py
-------------------------------------------------------------------
Fri Nov 1 09:49:35 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-azure-core
#
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-azure-core
Version: 1.34.0
Version: 1.32.0
Release: 0
Summary: Microsoft Azure Core Library for Python
License: MIT
@@ -34,7 +34,6 @@ BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-aiohttp >= 3.0
Requires: python-azure-nspkg >= 3.0.0
Requires: python-opentelemetry-api >= 1.26
Requires: python-requests >= 2.21.0
Requires: python-six >= 1.11.0
Requires: (python-typing_extensions >= 4.6.0 if python-base < 3.8)