From 0062498d2a88956345fc358ed35b7c1b4616d016 Mon Sep 17 00:00:00 2001 From: anolis-bot Date: Thu, 13 Jan 2022 19:58:03 +0800 Subject: [PATCH] import python-cryptography-3.2.1-5.el8.src.rpm --- 0001-Re-add-deprecated-and-removed-features.patch | 0 0002-Support-pytest-3.4.2.patch | 0 0003-Skip-iso8601-test-cases.patch | 0 0004-Revert-remove-NPN-bindings.patch | 0 0005-CVE-2020-36242.patch | 0 cryptography-3.2.1.tar.gz | Bin python-cryptography.spec | 6 +++++- 7 files changed, 5 insertions(+), 1 deletion(-) mode change 100644 => 100755 0001-Re-add-deprecated-and-removed-features.patch mode change 100644 => 100755 0002-Support-pytest-3.4.2.patch mode change 100644 => 100755 0003-Skip-iso8601-test-cases.patch mode change 100644 => 100755 0004-Revert-remove-NPN-bindings.patch mode change 100644 => 100755 0005-CVE-2020-36242.patch mode change 100644 => 100755 cryptography-3.2.1.tar.gz mode change 100644 => 100755 python-cryptography.spec diff --git a/0001-Re-add-deprecated-and-removed-features.patch b/0001-Re-add-deprecated-and-removed-features.patch old mode 100644 new mode 100755 diff --git a/0002-Support-pytest-3.4.2.patch b/0002-Support-pytest-3.4.2.patch old mode 100644 new mode 100755 diff --git a/0003-Skip-iso8601-test-cases.patch b/0003-Skip-iso8601-test-cases.patch old mode 100644 new mode 100755 diff --git a/0004-Revert-remove-NPN-bindings.patch b/0004-Revert-remove-NPN-bindings.patch old mode 100644 new mode 100755 diff --git a/0005-CVE-2020-36242.patch b/0005-CVE-2020-36242.patch old mode 100644 new mode 100755 diff --git a/cryptography-3.2.1.tar.gz b/cryptography-3.2.1.tar.gz old mode 100644 new mode 100755 diff --git a/python-cryptography.spec b/python-cryptography.spec old mode 100644 new mode 100755 index 9d174da..7132873 --- a/python-cryptography.spec +++ b/python-cryptography.spec @@ -4,7 +4,7 @@ Name: python-%{srcname} Version: 3.2.1 -Release: 4%{?dist} +Release: 5%{?dist} Summary: PyCA's cryptography library Group: Development/Libraries @@ -82,6 +82,10 @@ PYTHONPATH=%{buildroot}%{python3_sitearch} %{__python3} -m pytest %changelog +* Tue Jun 08 2021 Christian Heimes - 3.2.1-5 +- Rebuild for RHEL 8.5 +- Resolves: rhbz#1933071 + * Tue Feb 09 2021 Christian Heimes - 3.2.1-4 - CVE-2020-36242: Fixed a bug where certain sequences of update() calls when symmetrically encrypting very large payloads (>2GB) could result -- Gitee