diff options
| author | Lee Chee Yang <chee.yang.lee@intel.com> | 2020-11-19 17:43:28 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-11-29 00:07:58 +0000 |
| commit | f4ff33fd11d86a37e751d23ab471526c1c71efbf (patch) | |
| tree | 052f313c1856340de847f230fa78c6a2887212c0 /meta/recipes-devtools/python/python3_3.8.5.bb | |
| parent | f9f50c56385c447cb3a862cdebcf2827b58b505f (diff) | |
| download | poky-f4ff33fd11d86a37e751d23ab471526c1c71efbf.tar.gz | |
python3: fix CVE-2020-27619
(From OE-Core rev: 0edf9f32929c462b9b53f0cdc7e5ecf816fbb7b3)
Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com>
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3_3.8.5.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python3_3.8.5.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3_3.8.5.bb b/meta/recipes-devtools/python/python3_3.8.5.bb index 2a3c52a116..3720b364bb 100644 --- a/meta/recipes-devtools/python/python3_3.8.5.bb +++ b/meta/recipes-devtools/python/python3_3.8.5.bb | |||
| @@ -32,6 +32,7 @@ SRC_URI = "http://www.python.org/ftp/python/${PV}/Python-${PV}.tar.xz \ | |||
| 32 | file://0001-configure.ac-fix-LIBPL.patch \ | 32 | file://0001-configure.ac-fix-LIBPL.patch \ |
| 33 | file://0001-python3-Do-not-hardcode-lib-for-distutils.patch \ | 33 | file://0001-python3-Do-not-hardcode-lib-for-distutils.patch \ |
| 34 | file://0020-configure.ac-setup.py-do-not-add-a-curses-include-pa.patch \ | 34 | file://0020-configure.ac-setup.py-do-not-add-a-curses-include-pa.patch \ |
| 35 | file://CVE-2020-27619.patch \ | ||
| 35 | " | 36 | " |
| 36 | 37 | ||
| 37 | SRC_URI_append_class-native = " \ | 38 | SRC_URI_append_class-native = " \ |
