From b317eb8a9ee1a56e00313d1163ace42d92ca9407 Mon Sep 17 00:00:00 2001 From: John Kehayias Date: Wed, 4 Oct 2023 17:57:13 -0400 Subject: gnu: libx11: Update replacement to 1.8.7 [security fixes]. Fixes CVE-2023-43785, CVE-2023-43786, and CVE-2023-43787. See the X.Org security advisory for more information. * gnu/packages/xorg.scm (libx11-fixed): Update to 1.8.7. --- gnu/packages/xorg.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages/xorg.scm') diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm index ec846093e2..519b2ae37b 100644 --- a/gnu/packages/xorg.scm +++ b/gnu/packages/xorg.scm @@ -5341,7 +5341,7 @@ Wayland.") (define-public libx11-fixed (package (inherit libx11) - (version "1.8.6") + (version "1.8.7") (source (origin (method url-fetch) @@ -5349,7 +5349,7 @@ Wayland.") version ".tar.xz")) (sha256 (base32 - "1jawl8zp1h7hdmxx1sc6kmxkki187d9yixr2l03ai6wqqry5nlsr")))))) + "1vlrgrdibp4lr84wgmsdy1ihzaai8bvvqc68npi1m19wir36gwh5")))))) ;; packages of height 5 in the propagated-inputs tree -- cgit v1.2.3