aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/freetype/freetype_2.4.9.bb
diff options
context:
space:
mode:
authorScott Garman <scott.a.garman@intel.com>2012-12-27 14:48:56 -0800
committerScott Garman <scott.a.garman@intel.com>2012-12-27 15:03:02 -0800
commitbe34916d81b71385a560a6990c7b30eba243b356 (patch)
treeb0cca00064013f754f8c821c2e24b71af68afa47 /meta/recipes-graphics/freetype/freetype_2.4.9.bb
parentfa3d44594360786b2526d64f0ea5bc26b44a1fa8 (diff)
downloadopenembedded-core-be34916d81b71385a560a6990c7b30eba243b356.tar.gz
freetype: patches for CVE-2012-5668, 5669, and 5670
For details of these security issues, please see: http://www.openwall.com/lists/oss-security/2012/12/25/1 Thanks to Eren Turkay <eren@hambedded.org> for submitting source patches that apply cleanly to freetype 2.4.9. This fixes denzil bug [YOCTO #3649] Signed-off-by: Scott Garman <scott.a.garman@intel.com>
Diffstat (limited to 'meta/recipes-graphics/freetype/freetype_2.4.9.bb')
-rw-r--r--meta/recipes-graphics/freetype/freetype_2.4.9.bb7
1 files changed, 5 insertions, 2 deletions
diff --git a/meta/recipes-graphics/freetype/freetype_2.4.9.bb b/meta/recipes-graphics/freetype/freetype_2.4.9.bb
index 31bee80d68..6aa0f60a72 100644
--- a/meta/recipes-graphics/freetype/freetype_2.4.9.bb
+++ b/meta/recipes-graphics/freetype/freetype_2.4.9.bb
@@ -13,10 +13,13 @@ LIC_FILES_CHKSUM = "file://docs/LICENSE.TXT;md5=28d5381b1bef2649c59f20c20bae4f39
SECTION = "libs"
-PR = "r0"
+PR = "r1"
SRC_URI = "${SOURCEFORGE_MIRROR}/freetype/freetype-${PV}.tar.bz2 \
- file://no-hardcode.patch"
+ file://no-hardcode.patch \
+ file://CVE-2012-5668.patch \
+ file://CVE-2012-5669.patch \
+ file://CVE-2012-5670.patch"
SRC_URI[md5sum] = "77a893dae81fd5b896632715ca041179"
SRC_URI[sha256sum] = "c4204ac1d48e99d4375a2f32bf4f3f92780a9d9f015e64e57e852f6c004859b9"