diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2023-06-15 09:14:48 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2023-06-15 09:14:48 -0700 |
commit | 695e90ad26f632feb0f58ad94882fb3a263bf114 (patch) | |
tree | f2f89b1b2a3dccbf52b91fdc888efdd2945d0edd | |
parent | 304a654a0d57bf0f00d8998185f0360332cfa36c (diff) |
libX11 1.8.6libX11-1.8.6
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r-- | README.md | 4 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -31,6 +31,10 @@ For patch submission instructions, see: https://www.x.org/wiki/Development/Documentation/SubmittingPatches +## Release 1.8.6 + + * Add bounds checks in InitExt.c (CVE-2023-3138) + ## Release 1.8.5 * autoconf & libtool updates (!187, !188) diff --git a/configure.ac b/configure.ac index 6184cd42..045dbb87 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ # Initialize Autoconf AC_PREREQ([2.70]) -AC_INIT([libX11], [1.8.5], +AC_INIT([libX11], [1.8.6], [https://gitlab.freedesktop.org/xorg/lib/libx11/-/issues], [libX11]) AC_CONFIG_SRCDIR([Makefile.am]) AC_CONFIG_HEADERS([src/config.h include/X11/XlibConf.h]) |