Updated modular-xorg-server to 1.19.3.
1.19.3 A couple more minor fixes, most notably a revert of a page-flipping change that regressed some drivers. Adam Jackson (2): Revert "present: Allow flipping with PRIME slave outputs" xserver 1.19.3 Chris Wilson (2): Revert "prime: Sync shared pixmap from root window instead of screen pixmap" os: Fix iteration over busfaults Dr.-Ing. Dieter Jurzitza (1): glamor: Fix missing declaration in dash vertex shader Olivier Fourdan (2): xwayland: clear cursor frame callback xwayland: Monitor client states to destroy callbacks Qiang Yu (1): present: disable page flip only when a slave crtc is active Tobias Stoeckmann (1): render: Fix out of boundary heap access 1.19.2 A collection of stability fixes here across glamor, Xwayland, input, and Prime support. Also a security fix for CVE-2017-2624, a timing attack which can brute-force MIT-MAGIC-COOKIE authentication. Everybody is encouraged to upgrade. Thanks to all who contributed fixes! Adam Jackson (5): xserver 1.19.2 Revert "xserver 1.19.2" os: Squash missing declaration warning for timingsafe_memcmp xserver 1.19.2 xserver 1.19.2, no, really Chris Wilson (3): xfree86: Take the input lock for xf86RecolorCursor xfree86: Take input lock for xf86TransparentCursor xfree86: Take input_lock() for xf86ScreenCheckHWCursor Matthieu Herrb (4): Use timingsafe_memcmp() to compare MIT-MAGIC-COOKIES CVE-2017-2624 Use arc4random_buf(3) if available to generate cookies. auth: remove AuthToIDFunc and associated functions. Not used anymore. Brown bag commit to fix 957e8d (arc4random_buf() support) Michel Dänzer (3): prime: Sync shared pixmap from root window instead of screen pixmap present: Allow flipping with PRIME slave outputs damage: Validate source pictures bound to windows before unwrapping Olivier Fourdan (5): xwayland: Apply output rotation for screen size xwayland: CRTC should support all rotations glamor: Two pass won't work on memory pixmaps xwayland: Make sure we have a focus window xwayland: do not set checkRepeat on master kbd Peter Hutterer (1): os: log a bug whenever WriteToClient is called from the input thread Svitozar Cherepii (1): xwayland: Add hack for FWXGA resolution #99574
This commit is contained in:
parent
99b3b0e3f7
commit
a2ec4202b0
2 changed files with 7 additions and 7 deletions
|
@ -1,8 +1,8 @@
|
|||
# $NetBSD: Makefile.common,v 1.15 2017/02/22 10:42:41 wiz Exp $
|
||||
# $NetBSD: Makefile.common,v 1.16 2017/03/16 11:56:46 wiz Exp $
|
||||
# used by x11/modular-xorg-server/Makefile
|
||||
# used by x11/modular-xorg-xephyr/Makefile
|
||||
|
||||
XORG_VERSION= 1.19.1
|
||||
XORG_VERSION= 1.19.3
|
||||
CATEGORIES= x11
|
||||
MASTER_SITES= ${MASTER_SITE_XORG:=xserver/}
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
$NetBSD: distinfo,v 1.81 2017/01/28 21:47:55 maya Exp $
|
||||
$NetBSD: distinfo,v 1.82 2017/03/16 11:56:46 wiz Exp $
|
||||
|
||||
SHA1 (xorg-server-1.19.1.tar.bz2) = 13c81e0ebb6ac1359a611d0503805c6dc0315477
|
||||
RMD160 (xorg-server-1.19.1.tar.bz2) = 6434b1b6946a84ba5a829556ea8cfdf60a510863
|
||||
SHA512 (xorg-server-1.19.1.tar.bz2) = 37d413fdd96ce6b15ae20ca5028331498586044cfc7a6ab0acb99201b04063c69bcd06867f2dc33237b244ce2870a1c5a4be3cbe4560f2461894f46f8d5dbdd7
|
||||
Size (xorg-server-1.19.1.tar.bz2) = 6041792 bytes
|
||||
SHA1 (xorg-server-1.19.3.tar.bz2) = 77f580ffa22a8bbcc3536e74e19114e446417a9c
|
||||
RMD160 (xorg-server-1.19.3.tar.bz2) = afa8708054016d4fa3632bf1db0bc462731717b4
|
||||
SHA512 (xorg-server-1.19.3.tar.bz2) = b988897418399e1361fdcca9465a781f55f8f6fbfdc5a59edfaee9046a0c6ad7a76f348d88b6004ce3d3fb3966b4c5af0b854f6549c32b2b8d7a43758809f669
|
||||
Size (xorg-server-1.19.3.tar.bz2) = 6050221 bytes
|
||||
SHA1 (patch-configure) = 9e9f497f14d563ef66f25c637a14b0bea2243c3f
|
||||
SHA1 (patch-hw_xfree86_common_xf86pciBus.c) = 896825ba12646431cba603938d118acbdde305dd
|
||||
SHA1 (patch-hw_xfree86_common_xf86sbusBus.h) = f56f87336b2f669413ebb1005a2b64568a111f92
|
||||
|
|
Loading…
Reference in a new issue