From 8de3fa37adc9f38772b8b2a8ce73a86c4202a4f8fa860d7f6f73352875ff623f Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Thu, 9 Feb 2023 11:18:54 +0000 Subject: [PATCH] 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 --- cryptography-39.0.0.tar.gz | 3 --- cryptography-39.0.1.tar.gz | 3 +++ python-cryptography.changes | 10 ++++++++++ python-cryptography.spec | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 cryptography-39.0.0.tar.gz create mode 100644 cryptography-39.0.1.tar.gz diff --git a/cryptography-39.0.0.tar.gz b/cryptography-39.0.0.tar.gz deleted file mode 100644 index 5ae8a74..0000000 --- a/cryptography-39.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f964c7dcf7802d133e8dbd1565914fa0194f9d683d82411989889ecd701e8adf -size 603406 diff --git a/cryptography-39.0.1.tar.gz b/cryptography-39.0.1.tar.gz new file mode 100644 index 0000000..5f54782 --- /dev/null +++ b/cryptography-39.0.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1f6198ee6d9148405e49887803907fe8962a23e6c6f83ea7d98f1c0de375695 +size 603634 diff --git a/python-cryptography.changes b/python-cryptography.changes index edd29c9..b634aa5 100644 --- a/python-cryptography.changes +++ b/python-cryptography.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Thu Feb 9 09:53:49 UTC 2023 - Matej Cepl + +- 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 diff --git a/python-cryptography.spec b/python-cryptography.spec index 2410fd0..8da35ad 100644 --- a/python-cryptography.spec +++ b/python-cryptography.spec @@ -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