diff options
| author | Saul Wold <sgw@linux.intel.com> | 2013-08-29 11:54:17 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-10-10 12:31:14 +0100 |
| commit | 8bc57089451b6e8da9c5623983ed59dbf6ae0db1 (patch) | |
| tree | 508a4a49f50fe66009796a2d4942b72ea39d8952 /meta/recipes-devtools/python/python_2.7.3.bb | |
| parent | 8eacb41c1cc18dcb42c265a278c1219d984c4b37 (diff) | |
| download | poky-8bc57089451b6e8da9c5623983ed59dbf6ae0db1.tar.gz | |
python: Backport 2 CVE from upstream
These are back ports of 2 patches from upstream to address
CVE-2011-4944
CVE-2013-4238
(From OE-Core rev: 4606eab53e8eff57d6369ea20a5ea63916ea3ea7)
(From OE-Core rev: 8a00a57870bf71a34b901c4a3aa08094f548e8f1)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python_2.7.3.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python_2.7.3.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python_2.7.3.bb b/meta/recipes-devtools/python/python_2.7.3.bb index aace95e729..e2b57e7e4f 100644 --- a/meta/recipes-devtools/python/python_2.7.3.bb +++ b/meta/recipes-devtools/python/python_2.7.3.bb | |||
| @@ -29,6 +29,8 @@ SRC_URI += "\ | |||
| 29 | file://python-2.7.3-remove-bsdb-rpath.patch \ | 29 | file://python-2.7.3-remove-bsdb-rpath.patch \ |
| 30 | file://builddir.patch \ | 30 | file://builddir.patch \ |
| 31 | file://python-2.7.3-CVE-2012-2135.patch \ | 31 | file://python-2.7.3-CVE-2012-2135.patch \ |
| 32 | file://CVE-2013-4073_py27.patch \ | ||
| 33 | file://pypirc-secure.patch \ | ||
| 32 | " | 34 | " |
| 33 | 35 | ||
| 34 | S = "${WORKDIR}/Python-${PV}" | 36 | S = "${WORKDIR}/Python-${PV}" |
