summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3_3.5.6.bb
diff options
context:
space:
mode:
authorDan Tran <dantran@microsoft.com>2019-09-11 18:58:52 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-10-08 22:52:28 +0100
commit26ab554fd5223ea870819c21ec9619d09a2ae850 (patch)
treef856581efbcdf09312e55533e5f6076b1b2f1c5c /meta/recipes-devtools/python/python3_3.5.6.bb
parent90e5385568621b2a1eeb4ce206fa2fac96fe3149 (diff)
downloadpoky-26ab554fd5223ea870819c21ec9619d09a2ae850.tar.gz
python3: Fix CVEs
Fixes CVE-2018-14647, CVE-2018-20406, CVE-2018-20852, CVE-2019-9636, CVE-2019-9740, and CVE-2019-9747. (From OE-Core rev: 5862716f22ca9f5745d3bca85c6ed0d8c35c437b) Signed-off-by: Dan Tran <dantran@microsoft.com> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3_3.5.6.bb')
-rw-r--r--meta/recipes-devtools/python/python3_3.5.6.bb4
1 files changed, 4 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 7e74c55b80..b2f8a3d034 100644
--- a/meta/recipes-devtools/python/python3_3.5.6.bb
+++ b/meta/recipes-devtools/python/python3_3.5.6.bb
@@ -44,6 +44,10 @@ SRC_URI += "\
44 file://0005-bpo-30714-ALPN-changes-for-OpenSSL-1.1.0f-2305.patch \ 44 file://0005-bpo-30714-ALPN-changes-for-OpenSSL-1.1.0f-2305.patch \
45 file://run-ptest \ 45 file://run-ptest \
46 file://CVE-2019-9740.patch \ 46 file://CVE-2019-9740.patch \
47 file://CVE-2018-14647.patch \
48 file://CVE-2018-20406.patch \
49 file://CVE-2018-20852.patch \
50 file://CVE-2019-9636.patch \
47 " 51 "
48 52
49inherit multilib_header python3native update-alternatives qemu ptest 53inherit multilib_header python3native update-alternatives qemu ptest