Update to 39.0.1
This commit is contained in:
parent
c6f726257a
commit
63be48138e
3 changed files with 10 additions and 4 deletions
|
|
@ -5,8 +5,8 @@
|
|||
%global srcname cryptography
|
||||
|
||||
Name: python-%{srcname}
|
||||
Version: 37.0.2
|
||||
Release: 8%{?dist}
|
||||
Version: 39.0.1
|
||||
Release: 1%{?dist}
|
||||
Summary: PyCA's cryptography library
|
||||
|
||||
# cryptography is dual licensed under the Apache-2.0 and BSD-3-Clause,
|
||||
|
|
@ -125,6 +125,10 @@ PYTHONPATH=${PWD}/vectors:%{buildroot}%{python3_sitearch} \
|
|||
%{python3_sitearch}/%{srcname}-%{version}-py*.egg-info
|
||||
|
||||
%changelog
|
||||
* Mon Feb 20 2023 Maxwell G <maxwell@gtmx.me> - 39.0.1-1
|
||||
- Update to 39.0.1. Fixes rhbz#2124729.
|
||||
- Mitigate CVE-2023-23931.
|
||||
|
||||
* Thu Jan 26 2023 Fabio Valentini <decathorpe@gmail.com> - 37.0.2-8
|
||||
- Ensure correct compiler flags are used for Rust code.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue