summaryrefslogtreecommitdiffstats
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
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-01-03 12:34:25 +0000
commit156c2554b76cde2d6d9350aaaf9848986201375d (patch)
tree55325615f9a104ab15c9b49d6b0c94821b5530f0 /meta/recipes-graphics/freetype/freetype_2.4.9.bb
parentb6037b6d2fc9cb4e8a3564468da0f796ed9235d8 (diff)
downloadpoky-156c2554b76cde2d6d9350aaaf9848986201375d.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] (From OE-Core rev: be34916d81b71385a560a6990c7b30eba243b356) Signed-off-by: Scott Garman <scott.a.garman@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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
13 13
14SECTION = "libs" 14SECTION = "libs"
15 15
16PR = "r0" 16PR = "r1"
17 17
18SRC_URI = "${SOURCEFORGE_MIRROR}/freetype/freetype-${PV}.tar.bz2 \ 18SRC_URI = "${SOURCEFORGE_MIRROR}/freetype/freetype-${PV}.tar.bz2 \
19 file://no-hardcode.patch" 19 file://no-hardcode.patch \
20 file://CVE-2012-5668.patch \
21 file://CVE-2012-5669.patch \
22 file://CVE-2012-5670.patch"
20 23
21SRC_URI[md5sum] = "77a893dae81fd5b896632715ca041179" 24SRC_URI[md5sum] = "77a893dae81fd5b896632715ca041179"
22SRC_URI[sha256sum] = "c4204ac1d48e99d4375a2f32bf4f3f92780a9d9f015e64e57e852f6c004859b9" 25SRC_URI[sha256sum] = "c4204ac1d48e99d4375a2f32bf4f3f92780a9d9f015e64e57e852f6c004859b9"