From: Armin Kuster Date: Fri, 3 Nov 2017 19:54:41 +0000 (-0700) Subject: libxfont: update to 1.5.3 X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~19703 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6818432d5e6e7ba657f13288a2dd6fde337de899;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git libxfont: update to 1.5.3 Check for end of string in PatternMatch (CVE-2017-13720) pcfGetProperties: Check string boundaries (CVE-2017-13722) https://lists.x.org/archives/xorg-announce/2017-October/002816.html Signed-off-by: Armin Kuster Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-graphics/xorg-lib/libxfont_1.5.2.bb b/meta/recipes-graphics/xorg-lib/libxfont_1.5.3.bb similarity index 81% rename from meta/recipes-graphics/xorg-lib/libxfont_1.5.2.bb rename to meta/recipes-graphics/xorg-lib/libxfont_1.5.3.bb index b11dda57e03..5b15a4ea974 100644 --- a/meta/recipes-graphics/xorg-lib/libxfont_1.5.2.bb +++ b/meta/recipes-graphics/xorg-lib/libxfont_1.5.3.bb @@ -18,8 +18,8 @@ XORG_PN = "libXfont" BBCLASSEXTEND = "native" -SRC_URI[md5sum] = "254ee42bd178d18ebc7a73aacfde7f79" -SRC_URI[sha256sum] = "02945ea68da447102f3e6c2b896c1d2061fd115de99404facc2aca3ad7010d71" +SRC_URI[md5sum] = "9ba75bf38ba62a6ad52550ab716da9b3" +SRC_URI[sha256sum] = "ab85c10fd2683481dfef672a77fe60e6a2039558cbc0e9bf56b5e1df471c93d0" PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)}" PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6,"