summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorArmin Kuster <akuster@mvista.com>2017-12-17 08:34:34 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-01-02 17:24:14 +0000
commitdf526d2b91bc6a3bf4fbe50be88654455d3608ab (patch)
tree3d6c268110b6fce28c51c89e52c63b961f4d3b26 /meta
parent1c1945313ed5b4212924a49b765ed23910cca196 (diff)
downloadopenembedded-core-df526d2b91bc6a3bf4fbe50be88654455d3608ab.tar.gz
libxfont2: update to 2.0.3 with sec fix
Includes: Open files with O_NOFOLLOW. (CVE-2017-16611) Signed-off-by: Armin Kuster <akuster@mvista.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-graphics/xorg-lib/libxfont2_2.0.3.bb (renamed from meta/recipes-graphics/xorg-lib/libxfont2_2.0.2.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libxfont2_2.0.2.bb b/meta/recipes-graphics/xorg-lib/libxfont2_2.0.3.bb
index 08d11237ef..5f27a55827 100644
--- a/meta/recipes-graphics/xorg-lib/libxfont2_2.0.2.bb
+++ b/meta/recipes-graphics/xorg-lib/libxfont2_2.0.3.bb
@@ -15,8 +15,8 @@ XORG_PN = "libXfont2"
BBCLASSEXTEND = "native"
-SRC_URI[md5sum] = "d39e6446e46f939486d1a8b856e8b67b"
-SRC_URI[sha256sum] = "94088d3b87f7d42c7116d9adaad155859e93330c6e47f5989f2de600b9a6c111"
+SRC_URI[md5sum] = "b7ca87dfafeb5205b28a1e91ac3efe85"
+SRC_URI[sha256sum] = "0e8ab7fd737ccdfe87e1f02b55f221f0bd4503a1c5f28be4ed6a54586bac9c4e"
PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)}"
PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6,"