From 3c32b1525ad5ce3ec82542846369547efc62f25a Mon Sep 17 00:00:00 2001 From: Anuj Mittal Date: Wed, 12 Sep 2018 18:16:04 +0800 Subject: python3{,-native}: backport openssl 1.1.1 compatibility changes Backport changes from 3.7/3.6 to fix failing python3 ssl test suite. Fixes [YOCTO #12919] (From OE-Core rev: 6c123468b546931de005cf136d98bca6b893b37b) Signed-off-by: Anuj Mittal Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python3-native_3.5.6.bb | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'meta/recipes-devtools/python/python3-native_3.5.6.bb') diff --git a/meta/recipes-devtools/python/python3-native_3.5.6.bb b/meta/recipes-devtools/python/python3-native_3.5.6.bb index 46b3cf398d..847d001fce 100644 --- a/meta/recipes-devtools/python/python3-native_3.5.6.bb +++ b/meta/recipes-devtools/python/python3-native_3.5.6.bb @@ -24,6 +24,11 @@ file://setup.py-check-cross_compiling-when-get-FLAGS.patch \ file://0001-Do-not-use-the-shell-version-of-python-config-that-w.patch \ file://support_SOURCE_DATE_EPOCH_in_py_compile.patch \ file://regen-all.patch \ +file://0001-Issue-28043-SSLContext-has-improved-default-settings.patch \ +file://0002-bpo-29136-Add-TLS-1.3-cipher-suites-and-OP_NO_TLSv1_.patch \ +file://0003-bpo-32947-Fixes-for-TLS-1.3-and-OpenSSL-1.1.1-GH-876.patch \ +file://0004-bpo-33570-TLS-1.3-ciphers-for-OpenSSL-1.1.1-GH-6976.patch \ +file://0005-bpo-30714-ALPN-changes-for-OpenSSL-1.1.0f-2305.patch \ " SRC_URI[md5sum] = "f5a99f765e765336a3ebbb2a24ca2be3" -- cgit v1.2.3-54-g00ecf