Accepting request 1063993 from home:mcepl:branches:devel:languages:python

- Update to 39.0.1:
  * SECURITY ISSUE - Fixed a bug where Cipher.update_into
    accepted Python buffer protocol objects, but allowed
    immutable buffers. CVE-2023-23931
  * Updated Windows, macOS, and Linux wheels to be compiled with
    OpenSSL 3.0.8.

OBS-URL: https://build.opensuse.org/request/show/1063993
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cryptography?expand=0&rev=172
This commit is contained in:
Matej Cepl 2023-02-09 11:18:54 +00:00 committed by Git OBS Bridge
parent 24bd9a4244
commit 8de3fa37ad
4 changed files with 14 additions and 4 deletions

View File

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

View File

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

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Thu Feb 9 09:53:49 UTC 2023 - Matej Cepl <mcepl@suse.com>
- Update to 39.0.1:
* SECURITY ISSUE - Fixed a bug where Cipher.update_into
accepted Python buffer protocol objects, but allowed
immutable buffers. CVE-2023-23931
* Updated Windows, macOS, and Linux wheels to be compiled with
OpenSSL 3.0.8.
-------------------------------------------------------------------
Thu Jan 12 10:14:50 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>

View File

@ -28,7 +28,7 @@
%bcond_with test
%endif
Name: python-cryptography%{psuffix}
Version: 39.0.0
Version: 39.0.1
Release: 0
Summary: Python library which exposes cryptographic recipes and primitives
License: Apache-2.0 OR BSD-3-Clause