diff options
| author | Chen Qi <Qi.Chen@windriver.com> | 2019-10-09 16:36:40 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-10-29 09:08:17 +0000 |
| commit | 93a2a3c64aa3619506025cacfbaa7279ff233982 (patch) | |
| tree | 9cebf0a9460bd44748f5f591a7d5c3a258c6cf23 /meta/recipes-devtools/python/python_2.7.16.bb | |
| parent | 6da99970569710bbb38aa63fb961af1549678e8d (diff) | |
| download | poky-93a2a3c64aa3619506025cacfbaa7279ff233982.tar.gz | |
python: CVE-2019-16056
(From OE-Core rev: 27be9cf71a6fe906a23e81b56f1cc18a6fc9ef97)
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python_2.7.16.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python_2.7.16.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python_2.7.16.bb b/meta/recipes-devtools/python/python_2.7.16.bb index 5b856a5097..aec877825e 100644 --- a/meta/recipes-devtools/python/python_2.7.16.bb +++ b/meta/recipes-devtools/python/python_2.7.16.bb | |||
| @@ -30,6 +30,7 @@ SRC_URI += " \ | |||
| 30 | file://support_SOURCE_DATE_EPOCH_in_py_compile_2.7.patch \ | 30 | file://support_SOURCE_DATE_EPOCH_in_py_compile_2.7.patch \ |
| 31 | file://float-endian.patch \ | 31 | file://float-endian.patch \ |
| 32 | file://0001-python2-use-cc_basename-to-replace-CC-for-checking-c.patch \ | 32 | file://0001-python2-use-cc_basename-to-replace-CC-for-checking-c.patch \ |
| 33 | file://0001-2.7-bpo-34155-Dont-parse-domains-containing-GH-13079.patch \ | ||
| 33 | " | 34 | " |
| 34 | 35 | ||
| 35 | S = "${WORKDIR}/Python-${PV}" | 36 | S = "${WORKDIR}/Python-${PV}" |
