diff options
author | Anuj Mittal <anuj.mittal@intel.com> | 2019-07-17 11:04:08 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-07-17 19:25:02 +0100 |
commit | edab4b2cecf502a672cc39a8796e60e2fd25cc1c (patch) | |
tree | 46964f260c00395a1eaca4f64b51001b867f9615 /meta | |
parent | 494a622cb8e83ffe766071e37fb601efcd163c3a (diff) | |
download | poky-edab4b2cecf502a672cc39a8796e60e2fd25cc1c.tar.gz |
python3: upgrade 3.7.3 -> 3.7.4
Also fixes CVE-2019-9740, CVE-2019-9948. For details, see:
https://docs.python.org/3.7/whatsnew/changelog.html#python-3-7-4-final
(From OE-Core rev: 73579c846fe02fb14464869ed382faf8fe299636)
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/python/python3_3.7.4.bb (renamed from meta/recipes-devtools/python/python3_3.7.3.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/python/python3_3.7.3.bb b/meta/recipes-devtools/python/python3_3.7.4.bb index 573624528d..a63abfd6cb 100644 --- a/meta/recipes-devtools/python/python3_3.7.3.bb +++ b/meta/recipes-devtools/python/python3_3.7.4.bb | |||
@@ -37,8 +37,8 @@ SRC_URI_append_class-nativesdk = " \ | |||
37 | file://0001-main.c-if-OEPYTHON3HOME-is-set-use-instead-of-PYTHON.patch \ | 37 | file://0001-main.c-if-OEPYTHON3HOME-is-set-use-instead-of-PYTHON.patch \ |
38 | " | 38 | " |
39 | 39 | ||
40 | SRC_URI[md5sum] = "93df27aec0cd18d6d42173e601ffbbfd" | 40 | SRC_URI[md5sum] = "d33e4aae66097051c2eca45ee3604803" |
41 | SRC_URI[sha256sum] = "da60b54064d4cfcd9c26576f6df2690e62085123826cff2e667e72a91952d318" | 41 | SRC_URI[sha256sum] = "fb799134b868199930b75f26678f18932214042639cd52b16da7fd134cd9b13f" |
42 | 42 | ||
43 | # exclude pre-releases for both python 2.x and 3.x | 43 | # exclude pre-releases for both python 2.x and 3.x |
44 | UPSTREAM_CHECK_REGEX = "[Pp]ython-(?P<pver>\d+(\.\d+)+).tar" | 44 | UPSTREAM_CHECK_REGEX = "[Pp]ython-(?P<pver>\d+(\.\d+)+).tar" |