summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-lib/libxfont_1.5.3.bb
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2017-11-03 12:54:41 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-11-07 13:25:31 +0000
commit18c8970879750ec69b6151193d30c5c68089ceef (patch)
tree93df6dbcd9e95e3d1e90e690e8656bfbbcfcc14a /meta/recipes-graphics/xorg-lib/libxfont_1.5.3.bb
parentd64eeb142be46789eb0bf4a50ed9f51708548b8f (diff)
downloadpoky-18c8970879750ec69b6151193d30c5c68089ceef.tar.gz
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 (From OE-Core rev: 6818432d5e6e7ba657f13288a2dd6fde337de899) Signed-off-by: Armin Kuster <akuster@mvista.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/xorg-lib/libxfont_1.5.3.bb')
-rw-r--r--meta/recipes-graphics/xorg-lib/libxfont_1.5.3.bb25
1 files changed, 25 insertions, 0 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libxfont_1.5.3.bb b/meta/recipes-graphics/xorg-lib/libxfont_1.5.3.bb
new file mode 100644
index 0000000000..5b15a4ea97
--- /dev/null
+++ b/meta/recipes-graphics/xorg-lib/libxfont_1.5.3.bb
@@ -0,0 +1,25 @@
1SUMMARY = "XFont: X Font rasterisation library"
2
3DESCRIPTION = "libXfont provides various services for X servers, most \
4notably font selection and rasterisation (through external libraries \
5such as freetype)."
6
7require xorg-lib-common.inc
8
9LICENSE = "MIT & MIT-style & BSD"
10LIC_FILES_CHKSUM = "file://COPYING;md5=a46c8040f2f737bcd0c435feb2ab1c2c"
11
12DEPENDS += "freetype xtrans fontsproto libfontenc zlib"
13PROVIDES = "xfont"
14
15PE = "1"
16
17XORG_PN = "libXfont"
18
19BBCLASSEXTEND = "native"
20
21SRC_URI[md5sum] = "9ba75bf38ba62a6ad52550ab716da9b3"
22SRC_URI[sha256sum] = "ab85c10fd2683481dfef672a77fe60e6a2039558cbc0e9bf56b5e1df471c93d0"
23
24PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)}"
25PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6,"