mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 17:19:20 +00:00
libxfont2: update to 2.0.3 with sec fix
Includes: Open files with O_NOFOLLOW. (CVE-2017-16611) (From OE-Core rev: df526d2b91bc6a3bf4fbe50be88654455d3608ab) Signed-off-by: Armin Kuster <akuster@mvista.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
12718a465a
commit
b7a0aa89fb
+2
-2
@@ -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,"
|
||||
Reference in New Issue
Block a user