14
0

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:
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 +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>