From 30a09a5d3bcacbac6042b856dc939beec09cb35055a961e150534e46eec54aa4 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 30 Dec 2023 17:03:15 +0000 Subject: [PATCH 1/2] - update to 3.19.1: * Fixed a side-channel leakage with OAEP decryption that could be exploited to carry out a Manger attack OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pycryptodome?expand=0&rev=61 --- pycryptodome-3.19.0.tar.gz | 3 --- pycryptodome-3.19.1.tar.gz | 3 +++ python-pycryptodome.changes | 7 +++++++ python-pycryptodome.spec | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 pycryptodome-3.19.0.tar.gz create mode 100644 pycryptodome-3.19.1.tar.gz diff --git a/pycryptodome-3.19.0.tar.gz b/pycryptodome-3.19.0.tar.gz deleted file mode 100644 index bdb4a9a..0000000 --- a/pycryptodome-3.19.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:30354c769a508f644cf5c9647ef1f3a346b6fb3e64034fc3a8a364f6986beeb1 -size 17153954 diff --git a/pycryptodome-3.19.1.tar.gz b/pycryptodome-3.19.1.tar.gz new file mode 100644 index 0000000..3932540 --- /dev/null +++ b/pycryptodome-3.19.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abaa39b3a1b31ebf2daec51ce343accfdf3a2444c1af6572c281c6d821b55add +size 17158420 diff --git a/python-pycryptodome.changes b/python-pycryptodome.changes index 19a248d..30eed68 100644 --- a/python-pycryptodome.changes +++ b/python-pycryptodome.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sat Dec 30 16:53:24 UTC 2023 - Dirk Müller + +- update to 3.19.1: + * Fixed a side-channel leakage with OAEP decryption that could be + exploited to carry out a Manger attack + ------------------------------------------------------------------- Mon Nov 27 15:55:12 UTC 2023 - Dirk Müller diff --git a/python-pycryptodome.spec b/python-pycryptodome.spec index d47e39a..1f41f02 100644 --- a/python-pycryptodome.spec +++ b/python-pycryptodome.spec @@ -19,7 +19,7 @@ %define min_version %{lua:rpm.expand("%{version}"):gsub("^(%d+%.%d+).*", "%1")} %{?sle15_python_module_pythons} Name: python-pycryptodome -Version: 3.19.0 +Version: 3.19.1 Release: 0 Summary: Cryptographic library for Python License: BSD-2-Clause From c625e720d5c1ef6ee2aa4b30099b10330e29d43142900a9b75d78132ff9bd4da Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 2 Jan 2024 20:56:38 +0000 Subject: [PATCH 2/2] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pycryptodome?expand=0&rev=62 --- python-pycryptodome.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/python-pycryptodome.spec b/python-pycryptodome.spec index 1f41f02..284d479 100644 --- a/python-pycryptodome.spec +++ b/python-pycryptodome.spec @@ -1,7 +1,7 @@ # # spec file for package python-pycryptodome # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -27,6 +27,7 @@ URL: https://www.pycryptodome.org Source: https://github.com/Legrandin/pycryptodome/archive/v%{version}.tar.gz#/pycryptodome-%{version}.tar.gz BuildRequires: %{python_module devel} BuildRequires: %{python_module pip} +BuildRequires: %{python_module setuptools} BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros