Make it build with OpenSSL-1.1.0 based on upstream patch
This commit is contained in:
parent
c3e3d7792d
commit
38b026e0ce
1307
Python-3.5.2-openssl11.patch
Normal file
1307
Python-3.5.2-openssl11.patch
Normal file
File diff suppressed because it is too large
Load Diff
@ -112,7 +112,7 @@
|
|||||||
Summary: Version 3 of the Python programming language aka Python 3000
|
Summary: Version 3 of the Python programming language aka Python 3000
|
||||||
Name: python3
|
Name: python3
|
||||||
Version: %{pybasever}.2
|
Version: %{pybasever}.2
|
||||||
Release: 4%{?dist}
|
Release: 5%{?dist}
|
||||||
License: Python
|
License: Python
|
||||||
Group: Development/Languages
|
Group: Development/Languages
|
||||||
|
|
||||||
@ -413,6 +413,9 @@ Patch242: 00242-CVE-2016-1000110-httpoxy.patch
|
|||||||
# Fedora needs the default mips64-linux-gnu
|
# Fedora needs the default mips64-linux-gnu
|
||||||
Patch243: 00243-fix-mips64-triplet.patch
|
Patch243: 00243-fix-mips64-triplet.patch
|
||||||
|
|
||||||
|
# Make it build with OpenSSL-1.1.0 based on upstream patch
|
||||||
|
Patch244: Python-3.5.2-openssl11.patch
|
||||||
|
|
||||||
# (New patches go here ^^^)
|
# (New patches go here ^^^)
|
||||||
#
|
#
|
||||||
# When adding new patches to "python" and "python3" in Fedora, EL, etc.,
|
# When adding new patches to "python" and "python3" in Fedora, EL, etc.,
|
||||||
@ -656,6 +659,7 @@ sed -r -i s/'_PIP_VERSION = "[0-9.]+"'/'_PIP_VERSION = "%{pip_version}"'/ Lib/en
|
|||||||
%patch209 -p1
|
%patch209 -p1
|
||||||
%patch242 -p1
|
%patch242 -p1
|
||||||
%patch243 -p1
|
%patch243 -p1
|
||||||
|
%patch244 -p1
|
||||||
|
|
||||||
# Currently (2010-01-15), http://docs.python.org/library is for 2.6, and there
|
# Currently (2010-01-15), http://docs.python.org/library is for 2.6, and there
|
||||||
# are many differences between 2.6 and the Python 3 library.
|
# are many differences between 2.6 and the Python 3 library.
|
||||||
@ -1555,6 +1559,9 @@ rm -fr %{buildroot}
|
|||||||
# ======================================================
|
# ======================================================
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Oct 10 2016 Tomáš Mráz <tmraz@redhat.com> - 3.5.2-5
|
||||||
|
- Make it build with OpenSSL-1.1.0 based on upstream patch
|
||||||
|
|
||||||
* Wed Sep 14 2016 Charalampos Stratakis <cstratak@redhat.com> - 3.5.2-4
|
* Wed Sep 14 2016 Charalampos Stratakis <cstratak@redhat.com> - 3.5.2-4
|
||||||
- Obsolete and Provide python35 package
|
- Obsolete and Provide python35 package
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user