Archived
1
0
Fork 0

gnu: xorg-server: Update to 21.1.11 [security fixes].

Fixes CVE-2023-6816, CVE-2024-0229, CVE-2024-21885, CVE-2024-21886,
CVE-2024-0409, and CVE-2024-0408.  See the X.Org security advisory
<https://lists.x.org/archives/xorg/2024-January/061525.html> for more
information.

Copyright line updated as followup to commits
3080abba40 and
158502e40d.

* gnu/packages/xorg.scm (xorg-server): Update to 21.1.11.

Change-Id: I07cb273e2a504f94f8f26624d26ad79c6e92f109
Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
This commit is contained in:
Kaelyn Takata 2024-01-16 23:00:46 +00:00 committed by John Kehayias
parent 856b4a603a
commit ed6ff0ec7b
No known key found for this signature in database
GPG key ID: 499097AE5EA815D9

View file

@ -37,6 +37,7 @@
;;; Copyright © 2023 Zheng Junjie <873216071@qq.com> ;;; Copyright © 2023 Zheng Junjie <873216071@qq.com>
;;; Copyright © 2023 Janneke Nieuwenhuizen <janneke@gnu.org> ;;; Copyright © 2023 Janneke Nieuwenhuizen <janneke@gnu.org>
;;; Copyright © 2023 John Kehayias <john.kehayias@protonmail.com> ;;; Copyright © 2023 John Kehayias <john.kehayias@protonmail.com>
;;; Copyright © 2023, 2024 Kaelyn Takata <kaelyn.alexi@protonmail.com>
;;; ;;;
;;; This file is part of GNU Guix. ;;; This file is part of GNU Guix.
;;; ;;;
@ -5017,7 +5018,7 @@ by the Xorg server.")
(define-public xorg-server (define-public xorg-server
(package (package
(name "xorg-server") (name "xorg-server")
(version "21.1.10") (version "21.1.11")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -5025,7 +5026,7 @@ by the Xorg server.")
"/xserver/xorg-server-" version ".tar.xz")) "/xserver/xorg-server-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"1l0iaq83vbl9jr34sa7v7630c5bnp64drlw8yg6c6yn5xyib7c6f")) "1vr6sc38sqipazsm61bcym2ggbgfgaamz7wf05mb31pvayyssg8x"))
(patches (patches
(list (list
;; See: ;; See: