No TLS 1.0 in tests, fixes FTBFS RHBZ#1615143
This commit is contained in:
parent
aa22128d5f
commit
f0e48c20b6
2 changed files with 72 additions and 1 deletions
|
|
@ -11,7 +11,7 @@
|
|||
|
||||
Name: python-%{srcname}
|
||||
Version: 2.3
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: PyCA's cryptography library
|
||||
|
||||
Group: Development/Libraries
|
||||
|
|
@ -19,6 +19,8 @@ License: ASL 2.0 or BSD
|
|||
URL: https://cryptography.io/en/latest/
|
||||
Source0: https://pypi.io/packages/source/c/%{srcname}/%{srcname}-%{version}.tar.gz
|
||||
|
||||
Patch0001: 0001-Fixed-4380-do-not-assume-TLSv1-is-available-in-OpenS.patch
|
||||
|
||||
BuildRequires: openssl-devel
|
||||
BuildRequires: gcc
|
||||
|
||||
|
|
@ -161,6 +163,9 @@ popd
|
|||
|
||||
|
||||
%changelog
|
||||
* Mon Aug 13 2018 Christian Heimes <cheimes@redhat.com> - 2.3-2
|
||||
- Use TLSv1.2 in test as workaround for RHBZ#1615143
|
||||
|
||||
* Wed Jul 18 2018 Christian Heimes <cheimes@redhat.com> - 2.3-1
|
||||
- New upstream release 2.3
|
||||
- Fix AEAD tag truncation bug, RHBZ#1602752
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue