From e8233833d3f6426a280b062d3ef2bad6496a12ee Mon Sep 17 00:00:00 2001 From: Trevor Woerner Date: Tue, 7 Jan 2014 16:26:23 -0500 Subject: libxfont: upgrade to 1.4.7 This release includes the fix for CVE-2013-6462, as well as other security hardening and code cleanups. (From OE-Core rev: 680e1d1e760f023bf1e12f87597cc91e956f8b71) Signed-off-by: Trevor Woerner Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- meta/recipes-graphics/xorg-lib/libxfont_1.4.6.bb | 22 ---------------------- meta/recipes-graphics/xorg-lib/libxfont_1.4.7.bb | 22 ++++++++++++++++++++++ 2 files changed, 22 insertions(+), 22 deletions(-) delete mode 100644 meta/recipes-graphics/xorg-lib/libxfont_1.4.6.bb create mode 100644 meta/recipes-graphics/xorg-lib/libxfont_1.4.7.bb (limited to 'meta/recipes-graphics') diff --git a/meta/recipes-graphics/xorg-lib/libxfont_1.4.6.bb b/meta/recipes-graphics/xorg-lib/libxfont_1.4.6.bb deleted file mode 100644 index 4f8a6a5b17..0000000000 --- a/meta/recipes-graphics/xorg-lib/libxfont_1.4.6.bb +++ /dev/null @@ -1,22 +0,0 @@ -SUMMARY = "XFont: X Font rasterisation library" - -DESCRIPTION = "libXfont provides various services for X servers, most \ -notably font selection and rasterisation (through external libraries \ -such as freetype)." - -require xorg-lib-common.inc - -LICENSE = "MIT & MIT-style & BSD" -LIC_FILES_CHKSUM = "file://COPYING;md5=a46c8040f2f737bcd0c435feb2ab1c2c" - -DEPENDS += "freetype xtrans fontsproto libfontenc zlib" -PROVIDES = "xfont" - -PE = "1" - -XORG_PN = "libXfont" - -BBCLASSEXTEND = "native" - -SRC_URI[md5sum] = "351a9b7348d165029bda52c9fdcb5c7a" -SRC_URI[sha256sum] = "d0cbfe4554dc17ceea413cdad5601d35ed8d05d5b880e60931a8775fd1157e9f" diff --git a/meta/recipes-graphics/xorg-lib/libxfont_1.4.7.bb b/meta/recipes-graphics/xorg-lib/libxfont_1.4.7.bb new file mode 100644 index 0000000000..d587ba8c54 --- /dev/null +++ b/meta/recipes-graphics/xorg-lib/libxfont_1.4.7.bb @@ -0,0 +1,22 @@ +SUMMARY = "XFont: X Font rasterisation library" + +DESCRIPTION = "libXfont provides various services for X servers, most \ +notably font selection and rasterisation (through external libraries \ +such as freetype)." + +require xorg-lib-common.inc + +LICENSE = "MIT & MIT-style & BSD" +LIC_FILES_CHKSUM = "file://COPYING;md5=a46c8040f2f737bcd0c435feb2ab1c2c" + +DEPENDS += "freetype xtrans fontsproto libfontenc zlib" +PROVIDES = "xfont" + +PE = "1" + +XORG_PN = "libXfont" + +BBCLASSEXTEND = "native" + +SRC_URI[md5sum] = "b21ee5739d5d2e5028b302fbf9fe630b" +SRC_URI[sha256sum] = "d16ea3541835d296b19cfb05d7e64fc62173d8e7eb93284402ec761b951d1543" -- cgit v1.2.3-54-g00ecf