Update to 41.0.7, fixes rhbz#2255351, CVE-2023-49083

This commit is contained in:
Benjamin A. Beasley 2024-02-01 10:48:14 -05:00 committed by Miro Hrončok
commit 6ba28cbde7
3 changed files with 8 additions and 3 deletions

View file

@ -5,7 +5,7 @@
%global srcname cryptography
Name: python-%{srcname}
Version: 41.0.5
Version: 41.0.7
Release: 1%{?dist}
Summary: PyCA's cryptography library
@ -137,6 +137,9 @@ PYTHONPATH=${PWD}/vectors:%{buildroot}%{python3_sitearch} \
%{python3_sitearch}/%{srcname}-%{version}-py*.egg-info
%changelog
* Thu Feb 01 2024 Benjamin A. Beasley <code@musicinmybrain.net> - 41.0.7-1
- Update to 41.0.7, fixes rhbz#2255351, CVE-2023-49083
* Thu Oct 26 2023 Christian Heimes <cheimes@redhat.com> - 41.0.5-1
- Update to 41.0.5, resolves RHBZ#2239707