diff options
| author | Armin Kuster <akuster@mvista.com> | 2016-07-16 16:04:14 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-07-20 10:28:52 +0100 |
| commit | 81106cd333b03d78fc090dd09dd796cf083744e7 (patch) | |
| tree | fb03ab49557f258321a994da892d983b175ecfb0 /meta/recipes-devtools/python/python_2.7.11.bb | |
| parent | 3aaf0232027629b868c85a8f86c2d26e5e9c7ea9 (diff) | |
| download | poky-81106cd333b03d78fc090dd09dd796cf083744e7.tar.gz | |
python2: Security fix CVE-2016-5636
Affects python2 < 2.7.11
Base score (4.4) Medium
(From OE-Core rev: 4d1f651047a045955b436357753c7e094468b4ed)
Signed-off-by: Armin Kuster <akuster@mvista.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python_2.7.11.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python_2.7.11.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python_2.7.11.bb b/meta/recipes-devtools/python/python_2.7.11.bb index 7eced2dcdc..1e4a30d1ff 100644 --- a/meta/recipes-devtools/python/python_2.7.11.bb +++ b/meta/recipes-devtools/python/python_2.7.11.bb | |||
| @@ -27,6 +27,7 @@ SRC_URI += "\ | |||
| 27 | file://use_sysroot_ncurses_instead_of_host.patch \ | 27 | file://use_sysroot_ncurses_instead_of_host.patch \ |
| 28 | file://avoid_parallel_make_races_on_pgen.patch \ | 28 | file://avoid_parallel_make_races_on_pgen.patch \ |
| 29 | file://add-CROSSPYTHONPATH-for-PYTHON_FOR_BUILD.patch \ | 29 | file://add-CROSSPYTHONPATH-for-PYTHON_FOR_BUILD.patch \ |
| 30 | file://CVE-2016-5636.patch \ | ||
| 30 | " | 31 | " |
| 31 | 32 | ||
| 32 | S = "${WORKDIR}/Python-${PV}" | 33 | S = "${WORKDIR}/Python-${PV}" |
