From a84ab14e484487ab21f765bc4b4de2c8d8ba4f98 Mon Sep 17 00:00:00 2001 From: MSVSphere Packaging Team Date: Wed, 21 Feb 2024 03:18:11 +0300 Subject: [PATCH] import python-cryptography-3.2.1-7.el8_9 --- SPECS/python-cryptography.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/SPECS/python-cryptography.spec b/SPECS/python-cryptography.spec index 5344f58..2a0d99d 100644 --- a/SPECS/python-cryptography.spec +++ b/SPECS/python-cryptography.spec @@ -6,7 +6,7 @@ Name: python-%{srcname} Version: 3.2.1 -Release: 6%{?dist} +Release: 7%{?dist} Summary: PyCA's cryptography library Group: Development/Libraries @@ -75,7 +75,9 @@ find . -name .keep -print -delete rm -f tests/hazmat/primitives/test_padding.py # don't run hypothesis tests rm -rf tests/hypothesis -PYTHONPATH=%{buildroot}%{python3_sitearch} %{__python3} -m pytest +PYTHONPATH=%{buildroot}%{python3_sitearch} \ + %{__python3} -m pytest \ + -k "not test_decrypt_invalid_decrypt" %files -n python%{python3_pkgversion}-%{srcname} @@ -86,6 +88,9 @@ PYTHONPATH=%{buildroot}%{python3_sitearch} %{__python3} -m pytest %changelog +* Fri Dec 01 2023 Christian Heimes - 3.2.1-7 +- Fix FTBFS caused by rsa_pkcs1_implicit_rejection OpenSSL feature, resolves: RHEL-17873 + * Wed Feb 22 2023 Christian Heimes - 3.2.1-6 - Fix CVE-2023-23931: Don't allow update_into to mutate immutable objects, resolves rhbz#2172404