diff options
| author | Trevor Gamblin <trevor.gamblin@windriver.com> | 2020-04-23 07:04:36 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-04-26 14:00:51 +0100 |
| commit | a3f1d619f327cdbabc8f87fe3e48ebbd288c7894 (patch) | |
| tree | 0b8fd5eb474fe1fd7fc28c99b66a7360d9d01af4 /meta/recipes-devtools/python/python3_3.8.2.bb | |
| parent | 90f2ebbb5a4a7dd64ca8e9d93ea69353114c4527 (diff) | |
| download | poky-a3f1d619f327cdbabc8f87fe3e48ebbd288c7894.tar.gz | |
python3: fix CVE-2020-8492
CVE: CVE-2020-8492
(From OE-Core rev: 7cf314f3eb83750ec70f5b86045a5f5d195cddef)
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3_3.8.2.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python3_3.8.2.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3_3.8.2.bb b/meta/recipes-devtools/python/python3_3.8.2.bb index fc01935948..a4a16fd495 100644 --- a/meta/recipes-devtools/python/python3_3.8.2.bb +++ b/meta/recipes-devtools/python/python3_3.8.2.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://0001-bpo-39503-CVE-2020-8492-Fix-AbstractBasicAuthHandler.patch \ | ||
| 35 | " | 36 | " |
| 36 | 37 | ||
| 37 | SRC_URI_append_class-native = " \ | 38 | SRC_URI_append_class-native = " \ |
