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 00:27:55 +0100 |
| commit | 6c123468b546931de005cf136d98bca6b893b37b (patch) | |
| tree | 82b9c4b176a8db4893b5bdd371de83bd0bc5753d /meta/recipes-devtools/python/python3_3.5.6.bb | |
| parent | e38ff96cc2217df403ea2c5abcd35d42969689d4 (diff) | |
| download | openembedded-core-6c123468b546931de005cf136d98bca6b893b37b.tar.gz openembedded-core-6c123468b546931de005cf136d98bca6b893b37b.tar.bz2 openembedded-core-6c123468b546931de005cf136d98bca6b893b37b.zip | |
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]
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Diffstat (limited to 'meta/recipes-devtools/python/python3_3.5.6.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python3_3.5.6.bb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3_3.5.6.bb b/meta/recipes-devtools/python/python3_3.5.6.bb index 13599c9216..17f379441e 100644 --- a/meta/recipes-devtools/python/python3_3.5.6.bb +++ b/meta/recipes-devtools/python/python3_3.5.6.bb @@ -42,6 +42,11 @@ SRC_URI += "\ file://float-endian.patch \ file://ftplib.patch \ file://signal.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" SRC_URI[sha256sum] = "f55cde04f521f273c7cba08912921cc5642cfc15ca7b22d5829f0aff4371155f" |
