- Add patch openssl-111.patch to work with openssl-1.1.1

- Add patch openssl-111.patch to work with openssl-1.1.1

- Add patch openssl-111.patch to work with openssl-1.1.1

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python?expand=0&rev=234
This commit is contained in:
Tomáš Chvátal
2018-10-26 12:53:54 +00:00
committed by Git OBS Bridge
parent 9eba14b8c5
commit 20d7b72031
7 changed files with 165 additions and 7 deletions

View File

@@ -60,10 +60,11 @@ Patch38: reproducible.patch
Patch40: python-skip_random_failing_tests.patch
# PATCH-FIX-UPSTREAM sorted tar https://github.com/python/cpython/pull/2263
Patch41: python-sorted_tar.patch
# https://github.com/python/cpython/pull/8771
Patch42: openssl-111.patch
# PATCH-FIX-UPSTREAM CVE-2018-1000802-shutil_use_subprocess_no_spawn.patch mcepl@suse.com
# Suggested in https://github.com/python/cpython/commit/add531a1e55b.patch
Patch42: CVE-2018-1000802-shutil_use_subprocess_no_spawn.patch
#
Patch43: CVE-2018-1000802-shutil_use_subprocess_no_spawn.patch
# COMMON-PATCH-END
%define python_version %(echo %{tarversion} | head -c 3)
BuildRequires: automake
@@ -172,6 +173,7 @@ other applications.
%endif
%patch41 -p1
%patch42 -p1
%patch43 -p1
# drop Autoconf version requirement
sed -i 's/^version_required/dnl version_required/' configure.ac