diff options
| author | Chen Qi <Qi.Chen@windriver.com> | 2019-11-18 07:23:34 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-01-16 22:38:52 +0000 |
| commit | b9f8dfd5ac7b0366fae6b1eb83126afa2ee3c0a8 (patch) | |
| tree | 689a33faa2290b76a567dc34f95607eb659763bb /meta/recipes-devtools/python/python_2.7.16.bb | |
| parent | 56fc8c117dde2d7b6b68e617f682901526adc4ef (diff) | |
| download | poky-b9f8dfd5ac7b0366fae6b1eb83126afa2ee3c0a8.tar.gz | |
python: fix CVE-2019-16935
(From OE-Core rev: 1a7593bcdaf8a8cf15259aee8a0e2686247f2987)
(From OE-Core rev: 27fea8ea1da28bb3163b5d503e6d16948c50f2ae)
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Anuj Mittal <anuj.mittal@intel.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 1c7c58199f..8cae22a1e2 100644 --- a/meta/recipes-devtools/python/python_2.7.16.bb +++ b/meta/recipes-devtools/python/python_2.7.16.bb | |||
| @@ -32,6 +32,7 @@ SRC_URI += " \ | |||
| 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 | file://0001-2.7-bpo-34155-Dont-parse-domains-containing-GH-13079.patch \ |
| 34 | file://bpo-36742-cve-2019-10160.patch \ | 34 | file://bpo-36742-cve-2019-10160.patch \ |
| 35 | file://0001-2.7-bpo-38243-Escape-the-server-title-of-DocXMLRPCSe.patch \ | ||
| 35 | " | 36 | " |
| 36 | 37 | ||
| 37 | S = "${WORKDIR}/Python-${PV}" | 38 | S = "${WORKDIR}/Python-${PV}" |
