libX11 1.8.7

Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
This commit is contained in:
Alan Coopersmith 2023-10-03 09:00:01 -07:00
parent 7916869d16
commit c745719e23
No known key found for this signature in database
GPG key ID: CFDF148828C642A7
2 changed files with 12 additions and 1 deletions

View file

@ -31,6 +31,17 @@ For patch submission instructions, see:
https://www.x.org/wiki/Development/Documentation/SubmittingPatches
## Release 1.8.7
* Security fixes and hardening in XImage and pixmap handling code
(CVE-2023-43786, CVE-2023-43787, !234)
* Fix buffer allocation in _XkbReadKeySyms() (CVE-2023-43785)
* Fail XOpenDisplay() if server-provided default visual is invalid (!233)
* Bring XKB docs in line with actual implementation (!231, !228)
* Xutil.h: declare XEmptyRegion() and XEqualRegion() as Bool (!225)
* Assorted updates to en_US.UTF-8 compose keys (!213, !214, !215, !216,
!217, !219, !220, !222, !223, !226, !227, !229)
## Release 1.8.6
* Add bounds checks in InitExt.c (CVE-2023-3138)

View file

@ -1,7 +1,7 @@
# Initialize Autoconf
AC_PREREQ([2.70])
AC_INIT([libX11], [1.8.6],
AC_INIT([libX11], [1.8.7],
[https://gitlab.freedesktop.org/xorg/lib/libx11/-/issues], [libX11])
AC_CONFIG_SRCDIR([Makefile.am])
AC_CONFIG_HEADERS([src/config.h include/X11/XlibConf.h])