summaryrefslogtreecommitdiff
path: root/gnu/packages/xorg.scm
diff options
context:
space:
mode:
authorKaelyn Takata <kaelyn.alexi@protonmail.com>2023-11-10 16:46:03 +0000
committerJohn Kehayias <john.kehayias@protonmail.com>2023-11-28 00:00:57 -0500
commit06e0f638abd36f816a221af4542ca4a850d7af2d (patch)
treee81b374c5ea8a7a82b4be0d3742921dac78831b5 /gnu/packages/xorg.scm
parent79765b40fd9b4921b531284c589ace8a2c89a6ea (diff)
downloadguix-patches-06e0f638abd36f816a221af4542ca4a850d7af2d.tar
guix-patches-06e0f638abd36f816a221af4542ca4a850d7af2d.tar.gz
gnu: xorg-server: Update to 21.1.9 [security fixes].
Fixes CVE-2023-5367 and CVE-2023-5380. See the X.Org security advisory <https://lists.x.org/archives/xorg/2023-October/003430.html> for more information. * gnu/packages/xorg.scm (xorg-server): Update to 21.1.9. Change-Id: I5786210cf1e5de4d603155fbbd076763e7ae3447 Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
Diffstat (limited to 'gnu/packages/xorg.scm')
-rw-r--r--gnu/packages/xorg.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 62000946e1..87c64080a4 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -5013,7 +5013,7 @@ by the Xorg server.")
(define-public xorg-server
(package
(name "xorg-server")
- (version "21.1.4")
+ (version "21.1.9")
(source
(origin
(method url-fetch)
@@ -5021,7 +5021,7 @@ by the Xorg server.")
"/xserver/xorg-server-" version ".tar.xz"))
(sha256
(base32
- "11y5w6z3rz3i4jyv0wc3scd2jh3bsmcklq0fm7a5invywj7bxi2w"))
+ "0fjk9ggcrn96blq0bm80739yj23s3gjjjsc0nxk4jk0v07i7nsgz"))
(patches
(list
;; See: