aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/xorg.scm
diff options
context:
space:
mode:
authorJohn Kehayias <john.kehayias@protonmail.com>2024-04-03 17:42:59 -0400
committerJohn Kehayias <john.kehayias@protonmail.com>2024-04-03 17:42:59 -0400
commit9b560fee239a7fd563e05ca9926b178f15954833 (patch)
treee3992811dd6b5aa884558124b4c92758b87a9243 /gnu/packages/xorg.scm
parente8dba8afffeb5cfc832b4898afbe1df2470450bf (diff)
downloadguix-9b560fee239a7fd563e05ca9926b178f15954833.tar
guix-9b560fee239a7fd563e05ca9926b178f15954833.tar.gz
gnu: xorg-server: Update to 21.1.12 [security fixes].
Fixes CVE-2024-31080, CVE-2024-31081, CVE-2024-31081, and CVE-2024-31083. See the X.Org Security Advisory, <https://lists.x.org/archives/xorg/2024-April/061615.html>, for details. * gnu/packages/xorg.scm (xorg-server): Update to 21.1.12. Change-Id: I384b91344f122f02e6261e2061bc45439cb03f7c
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 b6694b3966..81d8462761 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -5018,7 +5018,7 @@ by the Xorg server.")
(define-public xorg-server
(package
(name "xorg-server")
- (version "21.1.11")
+ (version "21.1.12")
(source
(origin
(method url-fetch)
@@ -5026,7 +5026,7 @@ by the Xorg server.")
"/xserver/xorg-server-" version ".tar.xz"))
(sha256
(base32
- "1vr6sc38sqipazsm61bcym2ggbgfgaamz7wf05mb31pvayyssg8x"))
+ "03x954bygi6sdynk5yy3yvsfhg6i9gjhisn3x9jxvk5mw4mnw08y"))
(patches
(list
;; See: