diff options
author | John Kehayias <john.kehayias@protonmail.com> | 2023-10-04 17:57:13 -0400 |
---|---|---|
committer | John Kehayias <john.kehayias@protonmail.com> | 2023-10-04 17:57:13 -0400 |
commit | b317eb8a9ee1a56e00313d1163ace42d92ca9407 (patch) | |
tree | add6942e57ada1560967c25dbaad9b502bbdd277 /gnu | |
parent | de8fc548c6fb89f77c074ae10455913714d13563 (diff) | |
download | guix-b317eb8a9ee1a56e00313d1163ace42d92ca9407.tar.gz guix-b317eb8a9ee1a56e00313d1163ace42d92ca9407.zip |
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 <https://lists.x.org/archives/xorg/2023-October/061506.html>
for more information.
* gnu/packages/xorg.scm (libx11-fixed): Update to 1.8.7.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/xorg.scm | 4 |
1 files changed, 2 insertions, 2 deletions
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 |