diff options
| author | Chen Qi <Qi.Chen@windriver.com> | 2019-10-24 12:19:14 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-10-28 05:31:42 +0000 |
| commit | 423d32dae2e678e2bd57a30f2212331ca21cc968 (patch) | |
| tree | df467ae9346ebda12ed7364a086ac90b07116cfc /meta/recipes-devtools/python/python3_3.7.4.bb | |
| parent | 6d77529d62248d77aff8e293905d9a156997a12c (diff) | |
| download | poky-423d32dae2e678e2bd57a30f2212331ca21cc968.tar.gz | |
python3: fix CVE-2019-16935
(From OE-Core rev: 78846c823cbb662897ce85b061a745c1dd7deeab)
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3_3.7.4.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python3_3.7.4.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3_3.7.4.bb b/meta/recipes-devtools/python/python3_3.7.4.bb index 8c429e95c3..dd61c0aa45 100644 --- a/meta/recipes-devtools/python/python3_3.7.4.bb +++ b/meta/recipes-devtools/python/python3_3.7.4.bb | |||
| @@ -30,6 +30,7 @@ SRC_URI = "http://www.python.org/ftp/python/${PV}/Python-${PV}.tar.xz \ | |||
| 30 | file://0001-test_locale.py-correct-the-test-output-format.patch \ | 30 | file://0001-test_locale.py-correct-the-test-output-format.patch \ |
| 31 | file://0017-setup.py-do-not-report-missing-dependencies-for-disa.patch \ | 31 | file://0017-setup.py-do-not-report-missing-dependencies-for-disa.patch \ |
| 32 | file://0001-bpo-34155-Dont-parse-domains-containing-GH-13079.patch \ | 32 | file://0001-bpo-34155-Dont-parse-domains-containing-GH-13079.patch \ |
| 33 | file://0001-bpo-38243-xmlrpc.server-Escape-the-server_title-GH-1.patch \ | ||
| 33 | " | 34 | " |
| 34 | 35 | ||
| 35 | SRC_URI_append_class-native = " \ | 36 | SRC_URI_append_class-native = " \ |
