~ruther/guix-local

ed6ff0ec7b6fe65a3cd7d40b1f301f8def6fb8e3 — Kaelyn Takata 2 years ago 856b4a6
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
3080abba40c819933d1857abe4abaaa3cf65baab and
158502e40d800407f1bd697dd5dd0437086730bf.

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

Change-Id: I07cb273e2a504f94f8f26624d26ad79c6e92f109
Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
1 files changed, 3 insertions(+), 2 deletions(-)

M gnu/packages/xorg.scm
M gnu/packages/xorg.scm => gnu/packages/xorg.scm +3 -2
@@ 37,6 37,7 @@
;;; Copyright © 2023 Zheng Junjie <873216071@qq.com>
;;; Copyright © 2023 Janneke Nieuwenhuizen <janneke@gnu.org>
;;; Copyright © 2023 John Kehayias <john.kehayias@protonmail.com>
;;; Copyright © 2023, 2024 Kaelyn Takata <kaelyn.alexi@protonmail.com>
;;;
;;; This file is part of GNU Guix.
;;;


@@ 5017,7 5018,7 @@ by the Xorg server.")
(define-public xorg-server
  (package
    (name "xorg-server")
    (version "21.1.10")
    (version "21.1.11")
    (source
     (origin
       (method url-fetch)


@@ 5025,7 5026,7 @@ by the Xorg server.")
                           "/xserver/xorg-server-" version ".tar.xz"))
       (sha256
        (base32
         "1l0iaq83vbl9jr34sa7v7630c5bnp64drlw8yg6c6yn5xyib7c6f"))
         "1vr6sc38sqipazsm61bcym2ggbgfgaamz7wf05mb31pvayyssg8x"))
       (patches
        (list
         ;; See: