mirror of
https://git.yoctoproject.org/poky
synced 2026-07-21 05:27:01 +00:00
b45822fe66
Insufficient validation of server responses results in overflow of previously reserved memory Upstream patch: https://cgit.freedesktop.org/xorg/lib/libXrender/commit/?id=9362c7ddd1af3b168953d0737877bc52d79c94f4 External References: https://lists.x.org/archives/xorg-announce/2016-October/002720.html https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2016-7949 (From OE-Core rev: 87ffd7ce2e8ece8b44ff3f1c219a74b3590cf14b) Signed-off-by: Sona Sarmadi <sona.sarmadi@enea.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
27 lines
842 B
BlitzBasic
27 lines
842 B
BlitzBasic
SUMMARY = "XRender: X Rendering Extension library"
|
|
|
|
DESCRIPTION = "The X Rendering Extension (Render) introduces digital \
|
|
image composition as the foundation of a new rendering model within the \
|
|
X Window System. Rendering geometric figures is accomplished by \
|
|
client-side tessellation into either triangles or trapezoids. Text is \
|
|
drawn by loading glyphs into the server and rendering sets of them."
|
|
|
|
require xorg-lib-common.inc
|
|
|
|
LICENSE = "MIT-style"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=d8bc71986d3b9b3639f6dfd6fac8f196"
|
|
|
|
DEPENDS += "virtual/libx11 renderproto xproto"
|
|
|
|
PE = "1"
|
|
|
|
XORG_PN = "libXrender"
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|
|
|
|
SRC_URI += "file://CVE-2016-7949.patch \
|
|
"
|
|
|
|
SRC_URI[md5sum] = "5db92962b124ca3a8147daae4adbd622"
|
|
SRC_URI[sha256sum] = "fc2fe57980a14092426dffcd1f2d9de0987b9d40adea663bd70d6342c0e9be1a"
|