mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 13:29:49 +00:00
xserver-xorg: update to 1.20.12
Stable branch update: b88ad0b34 (tag: xorg-server-1.20.12) xserver 1.20.12 8dea50223 Build xz tarballs instead of bzip2 b7adbac7d hw/dmx/config: Link directly with libdmxconfig.a e49738f0c xfree86: Fix NULL pointer dereference crash 9a59631a4 glx: Fix use after free in MakeCurrent 1fc0ca6e6 xfree86: Fix out of array bound access to xf86Entities a4210fe07 xfree86: Change displays array to pointers array to fix invalid pointer issues after table reallocation 22449f630 glamor: Avoid using GL_QUADS on V3D d16f64031 modesetting: Fix possible_crtcs f1e76731a modesetting: Update props for dynamically added outputs 7bf477711 xquartz: Ensure the mouse pointer is shown when switching to a native macOS alert or window 3ef6e7b76 xquartz: Fix appFlags build failure with macOS 10.15+ SDKs 2a83c840c glx: Set ContextTag for all contexts 394b6cc1c glx: don't create implicit GLXWindow if one already exists 0086535e7 modesetting: Remove few common functions from ms namespace 321964443 modesetting: remove unnecessary ms_covering_xf86_crtc dup of ms_covering_randr_crtc 52eb801d0 modesetting: Find crtc on slave outputs as fallback instead of returning primary crtc c7a2da7b9 present: fix msc offset calculation in screen mode 31544e68e present: Use crtc's screen present operation for syncing 464cbee1c modesetting: Initialize present extension despite glamor is disabled 4e11bd390 modesetting: Disable reverse prime offload mode for displays running on evdi,udl 627252933 dix: Guard against non-existing PtrFeedbackPtr d41b43345 xwayland: Add PtrFeedback to the touch device 23a53f0d5 glx: fixup symbol name for get_extensions function (From OE-Core rev: e8416c75630a27527faedeab218a8ba71a1eb5ea) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
884024d1d8
commit
a5f13b762b
@@ -16,7 +16,7 @@ PE = "2"
|
|||||||
INC_PR = "r8"
|
INC_PR = "r8"
|
||||||
|
|
||||||
XORG_PN = "xorg-server"
|
XORG_PN = "xorg-server"
|
||||||
SRC_URI = "${XORG_MIRROR}/individual/xserver/${XORG_PN}-${PV}.tar.bz2"
|
SRC_URI = "${XORG_MIRROR}/individual/xserver/${XORG_PN}-${PV}.tar.gz"
|
||||||
|
|
||||||
CVE_PRODUCT = "xorg-server x_server"
|
CVE_PRODUCT = "xorg-server x_server"
|
||||||
# This is specific to Debian's xserver-wrapper.c
|
# This is specific to Debian's xserver-wrapper.c
|
||||||
|
|||||||
+2
-2
@@ -6,8 +6,8 @@ SRC_URI += "file://0001-xf86pciBus.c-use-Intel-ddx-only-for-pre-gen4-hardwar.pat
|
|||||||
file://sdksyms-no-build-path.patch \
|
file://sdksyms-no-build-path.patch \
|
||||||
file://0001-drmmode_display.c-add-missing-mi.h-include.patch \
|
file://0001-drmmode_display.c-add-missing-mi.h-include.patch \
|
||||||
"
|
"
|
||||||
SRC_URI[md5sum] = "a22ccd74a5eee721cad6805e489c7144"
|
SRC_URI[md5sum] = "8775d8c22de768107978202fcf240e2e"
|
||||||
SRC_URI[sha256sum] = "914c796e3ffabe1af48071d40ccc85e92117c97a9082ed1df29e4d64e3c34c49"
|
SRC_URI[sha256sum] = "71687561262e4527a7ef779193725416f70c3e0424daaa9a6617bd37dc7701bb"
|
||||||
|
|
||||||
CFLAGS += "-fcommon"
|
CFLAGS += "-fcommon"
|
||||||
|
|
||||||
Reference in New Issue
Block a user