diff options
author | Derek Straka <derek@asterius.io> | 2018-03-11 18:18:22 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-03-15 06:27:18 -0700 |
commit | 127263bf72de0adf668b26f172b0c8c088b6ad1e (patch) | |
tree | 4736fbe020ca7ed1e071c6018be7bce8cd9ecb1e /meta | |
parent | e3dfa35cabbaaec55bb7f8ac2adf5afb8182d9d9 (diff) | |
download | poky-127263bf72de0adf668b26f172b0c8c088b6ad1e.tar.gz |
python3: update to version 3.5.5 to fix security issues
License-Update: checksum change is due to bump in copyright year
Resolves CVE-2017-1000158 and other potential security issues
See https://docs.python.org/3.5/whatsnew/changelog.html#python-3-5-5-final
(From OE-Core rev: 4a27d50e4e8db87d005aca9d976fe8e674952777)
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/python/python3_3.5.5.bb (renamed from meta/recipes-devtools/python/python3_3.5.4.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-devtools/python/python3_3.5.4.bb b/meta/recipes-devtools/python/python3_3.5.5.bb index a94d0096f1..8150dd6997 100644 --- a/meta/recipes-devtools/python/python3_3.5.4.bb +++ b/meta/recipes-devtools/python/python3_3.5.5.bb | |||
@@ -38,10 +38,10 @@ SRC_URI += "\ | |||
38 | file://0001-Issue-21272-Use-_sysconfigdata.py-to-initialize-dist.patch \ | 38 | file://0001-Issue-21272-Use-_sysconfigdata.py-to-initialize-dist.patch \ |
39 | file://pass-missing-libraries-to-Extension-for-mul.patch \ | 39 | file://pass-missing-libraries-to-Extension-for-mul.patch \ |
40 | " | 40 | " |
41 | SRC_URI[md5sum] = "fb2780baa260b4e51cbea814f111f303" | 41 | SRC_URI[md5sum] = "f3763edf9824d5d3a15f5f646083b6e0" |
42 | SRC_URI[sha256sum] = "94d93bfabb3b109f8a10365a325f920f9ec98c6e2380bf228f9700a14054c84c" | 42 | SRC_URI[sha256sum] = "063d2c3b0402d6191b90731e0f735c64830e7522348aeb7ed382a83165d45009" |
43 | 43 | ||
44 | LIC_FILES_CHKSUM = "file://LICENSE;md5=f741e51de91d4eeea5930b9c3c7fa69d" | 44 | LIC_FILES_CHKSUM = "file://LICENSE;md5=b6ec515b22618f55fa07276b897bacea" |
45 | 45 | ||
46 | # exclude pre-releases for both python 2.x and 3.x | 46 | # exclude pre-releases for both python 2.x and 3.x |
47 | UPSTREAM_CHECK_REGEX = "[Pp]ython-(?P<pver>\d+(\.\d+)+).tar" | 47 | UPSTREAM_CHECK_REGEX = "[Pp]ython-(?P<pver>\d+(\.\d+)+).tar" |