From 588722651c87378d43f1e56ea933baab68f1f50de93637a0773d5465294c9d36 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 28 Feb 2020 21:57:19 +0000 Subject: [PATCH] - update to 3.9.7: * GH#381: Make notarization possible again on OS X when using wheels. Thanks to Colin Atkinson. * RSA OAEP decryption was not verifying that all ``PS`` bytes are zero. * GH#372: fixed memory leak for operations that use memoryviews when `cffi` is not installed. * Fixed wrong ASN.1 OID for HMAC-SHA512 in PBE2. * GH#341: Prevent ``key_to_english`` from creating invalid data when fed with keys of length not multiple of 8. Thanks to vstoykovbg. * GH#347: Fix blocking RSA signing/decryption when key has very small factor. Thanks to Martijn Pieters. * GH#308: Align stack of functions using SSE2 intrinsics to avoid crashes, when compiled with gcc on 32-bit x86 platforms. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pycryptodomex?expand=0&rev=16 --- python-pycryptodomex.changes | 16 ++++++++++++++++ python-pycryptodomex.spec | 4 ++-- v3.9.2.tar.gz | 3 --- v3.9.7.tar.gz | 3 +++ 4 files changed, 21 insertions(+), 5 deletions(-) delete mode 100644 v3.9.2.tar.gz create mode 100644 v3.9.7.tar.gz diff --git a/python-pycryptodomex.changes b/python-pycryptodomex.changes index e8ca0dd..af445d1 100644 --- a/python-pycryptodomex.changes +++ b/python-pycryptodomex.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Fri Feb 28 21:52:12 UTC 2020 - Dirk Mueller + +- update to 3.9.7: +* GH#381: Make notarization possible again on OS X when using wheels. + Thanks to Colin Atkinson. + * RSA OAEP decryption was not verifying that all ``PS`` bytes are zero. + * GH#372: fixed memory leak for operations that use memoryviews when `cffi` is not installed. + * Fixed wrong ASN.1 OID for HMAC-SHA512 in PBE2. + * GH#341: Prevent ``key_to_english`` from creating invalid data when fed with + keys of length not multiple of 8. Thanks to vstoykovbg. + * GH#347: Fix blocking RSA signing/decryption when key has very small factor. + Thanks to Martijn Pieters. + * GH#308: Align stack of functions using SSE2 intrinsics to avoid crashes, + when compiled with gcc on 32-bit x86 platforms. + ------------------------------------------------------------------- Mon Nov 11 11:21:53 UTC 2019 - Hans-Peter Jansen diff --git a/python-pycryptodomex.spec b/python-pycryptodomex.spec index 92b1de0..a15001e 100644 --- a/python-pycryptodomex.spec +++ b/python-pycryptodomex.spec @@ -1,7 +1,7 @@ # # spec file for package python-pycryptodomex # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define oldpython python Name: python-pycryptodomex -Version: 3.9.2 +Version: 3.9.7 Release: 0 Summary: Cryptographic library for Python License: BSD-2-Clause diff --git a/v3.9.2.tar.gz b/v3.9.2.tar.gz deleted file mode 100644 index ea26e8d..0000000 --- a/v3.9.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e14409e1bbf5ae3a7d64259cccb33b15448672776fe09263c9689180ab075f49 -size 11605238 diff --git a/v3.9.7.tar.gz b/v3.9.7.tar.gz new file mode 100644 index 0000000..0b8a7fe --- /dev/null +++ b/v3.9.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d44ceeace26b74eab324809862a3ee3ba3fc8166aa79f79cc22b0d7574c0171b +size 15546956