From 66f669bc21ec8b5a5f5a36f93c02f951861b96f6 Mon Sep 17 00:00:00 2001 From: jeremiazhao <345865759@163.com> Date: Thu, 14 Sep 2023 06:50:22 +0000 Subject: [PATCH 1/2] update sources. Signed-off-by: jeremiazhao <345865759@163.com> --- sources | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sources b/sources index 8f36d63..f529925 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -SHA512 (cryptography-38.0.2.tar.gz) = cbd4370cf1703008df836080c703b2d47470b8f748582904facb71a8365028aff60c0505ddf840de874a068cab727498b8bb4a14a56e6ac7e50d93acf446034c -SHA512 (cryptography-38.0.2-vendor.tar.bz2) = 1630a3641451c4f871298fca869dcb2990938ae137ec091adf880aea8d4df7b4799e5801f866bfc59ece598a2da8ca8a6bb0d2415d61106d0f8a0085ccd89a26 +SHA512 (cryptography-41.0.3.tar.gz) = a1b3c922dc1cc527af152e3d26d65754806c4eeef5e3bcb13e5d86e67c618a7a04de6ca182bc332ff36f3c670b9e5581e6f609f738e0236ada89aa65681fa0cd +SHA512 (cryptography-41.0.3-vendor.tar.bz2) = 67f0575a1ff53bfba01b14f01f79f2442b0971c67c23eb32ebf77813c7a7e22efdcea3ed6926712cb4d875f71b6f21d24c105b3cdad51e24dc84fa3995edd381 -- Gitee From 95bcad8b921f4c6c4ac0153886503cebdc406821 Mon Sep 17 00:00:00 2001 From: jeremiazhao <345865759@163.com> Date: Sat, 16 Sep 2023 01:22:19 +0000 Subject: [PATCH 2/2] update python-cryptography.spec. Signed-off-by: jeremiazhao <345865759@163.com> --- python-cryptography.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/python-cryptography.spec b/python-cryptography.spec index 5b5332e..689eaa1 100644 --- a/python-cryptography.spec +++ b/python-cryptography.spec @@ -5,8 +5,8 @@ Summary: PyCA's cryptography library Name: python-%{srcname} -Version: 38.0.2 -Release: 7%{?dist} +Version: 41.0.3 +Release: 1%{?dist} License: ASL 2.0 or BSD URL: https://cryptography.io/en/latest/ Source0: https://github.com/pyca/cryptography/archive/%{version}/%{srcname}-%{version}.tar.gz @@ -82,6 +82,10 @@ PYTHONPATH=${PWD}/vectors:%{buildroot}%{python3_sitearch} \ %{python3_sitearch}/%{srcname}-%{version}-py*.egg-info %changelog +* Sat Sep 16 2023 Zhao Zhen - 41.0.3-1 +- updated upstream 41.0.3 +- fixed CVE-2023-23931 + * Fri Sep 08 2023 OpenCloudOS Release Engineering - 38.0.2-7 - Rebuilt for OpenCloudOS Stream 23.09 -- Gitee