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