diff options
author | Derek Straka <derek@asterius.io> | 2018-03-15 12:58:49 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-03-20 09:59:31 +0000 |
commit | d91238016ec899b74edaad47410326ba5301418c (patch) | |
tree | 9823dfd8fd63ca2596d4b02fd0c430af784aabaf /meta/recipes-devtools/python | |
parent | 066700462a92a0e577c296703c3ff13f6b3d4dd5 (diff) | |
download | poky-d91238016ec899b74edaad47410326ba5301418c.tar.gz |
python3-native: 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: e19df4b40d76cdae65a26fb08efc17542e0e86b9)
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python')
-rw-r--r-- | meta/recipes-devtools/python/python3-native_3.5.5.bb (renamed from meta/recipes-devtools/python/python3-native_3.5.4.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-devtools/python/python3-native_3.5.4.bb b/meta/recipes-devtools/python/python3-native_3.5.5.bb index a5dedb7aa7..70c1512b5b 100644 --- a/meta/recipes-devtools/python/python3-native_3.5.4.bb +++ b/meta/recipes-devtools/python/python3-native_3.5.5.bb | |||
@@ -27,10 +27,10 @@ file://0001-Do-not-use-the-shell-version-of-python-config-that-w.patch \ | |||
27 | file://support_SOURCE_DATE_EPOCH_in_py_compile.patch \ | 27 | file://support_SOURCE_DATE_EPOCH_in_py_compile.patch \ |
28 | " | 28 | " |
29 | 29 | ||
30 | SRC_URI[md5sum] = "fb2780baa260b4e51cbea814f111f303" | 30 | SRC_URI[md5sum] = "f3763edf9824d5d3a15f5f646083b6e0" |
31 | SRC_URI[sha256sum] = "94d93bfabb3b109f8a10365a325f920f9ec98c6e2380bf228f9700a14054c84c" | 31 | SRC_URI[sha256sum] = "063d2c3b0402d6191b90731e0f735c64830e7522348aeb7ed382a83165d45009" |
32 | 32 | ||
33 | LIC_FILES_CHKSUM = "file://LICENSE;md5=f741e51de91d4eeea5930b9c3c7fa69d" | 33 | LIC_FILES_CHKSUM = "file://LICENSE;md5=b6ec515b22618f55fa07276b897bacea" |
34 | 34 | ||
35 | # exclude pre-releases for both python 2.x and 3.x | 35 | # exclude pre-releases for both python 2.x and 3.x |
36 | UPSTREAM_CHECK_REGEX = "[Pp]ython-(?P<pver>\d+(\.\d+)+).tar" | 36 | UPSTREAM_CHECK_REGEX = "[Pp]ython-(?P<pver>\d+(\.\d+)+).tar" |