diff options
author | Anuj Mittal <anuj.mittal@intel.com> | 2018-09-12 18:16:04 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-09-13 07:42:28 +0100 |
commit | 3c32b1525ad5ce3ec82542846369547efc62f25a (patch) | |
tree | 1665ff7eea6638f7da98ef803f1c4f4e03150e82 /meta/recipes-devtools/python/python3-native_3.5.6.bb | |
parent | 55f36a4045b44e644887bc4316d6d3aae5d12e22 (diff) | |
download | poky-3c32b1525ad5ce3ec82542846369547efc62f25a.tar.gz |
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 <anuj.mittal@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3-native_3.5.6.bb')
-rw-r--r-- | meta/recipes-devtools/python/python3-native_3.5.6.bb | 5 |
1 files changed, 5 insertions, 0 deletions
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 \ | |||
24 | file://0001-Do-not-use-the-shell-version-of-python-config-that-w.patch \ | 24 | file://0001-Do-not-use-the-shell-version-of-python-config-that-w.patch \ |
25 | file://support_SOURCE_DATE_EPOCH_in_py_compile.patch \ | 25 | file://support_SOURCE_DATE_EPOCH_in_py_compile.patch \ |
26 | file://regen-all.patch \ | 26 | file://regen-all.patch \ |
27 | file://0001-Issue-28043-SSLContext-has-improved-default-settings.patch \ | ||
28 | file://0002-bpo-29136-Add-TLS-1.3-cipher-suites-and-OP_NO_TLSv1_.patch \ | ||
29 | file://0003-bpo-32947-Fixes-for-TLS-1.3-and-OpenSSL-1.1.1-GH-876.patch \ | ||
30 | file://0004-bpo-33570-TLS-1.3-ciphers-for-OpenSSL-1.1.1-GH-6976.patch \ | ||
31 | file://0005-bpo-30714-ALPN-changes-for-OpenSSL-1.1.0f-2305.patch \ | ||
27 | " | 32 | " |
28 | 33 | ||
29 | SRC_URI[md5sum] = "f5a99f765e765336a3ebbb2a24ca2be3" | 34 | SRC_URI[md5sum] = "f5a99f765e765336a3ebbb2a24ca2be3" |