summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2023-06-15 09:14:48 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2023-06-15 09:14:48 -0700
commit695e90ad26f632feb0f58ad94882fb3a263bf114 (patch)
treef2f89b1b2a3dccbf52b91fdc888efdd2945d0edd
parent304a654a0d57bf0f00d8998185f0360332cfa36c (diff)
libX11 1.8.6libX11-1.8.6
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--README.md4
-rw-r--r--configure.ac2
2 files changed, 5 insertions, 1 deletions
diff --git a/README.md b/README.md
index accdf43a..35d67c67 100644
--- a/README.md
+++ b/README.md
@@ -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])