podiki pushed a commit to branch master
in repository guix.

commit ed6ff0ec7b6fe65a3cd7d40b1f301f8def6fb8e3
Author: Kaelyn Takata <[email protected]>
AuthorDate: Tue Jan 16 23:00:46 2024 +0000

    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 <[email protected]>
---
 gnu/packages/xorg.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 9624fb44aa..5ddcdd3854 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -37,6 +37,7 @@
 ;;; Copyright © 2023 Zheng Junjie <[email protected]>
 ;;; Copyright © 2023 Janneke Nieuwenhuizen <[email protected]>
 ;;; Copyright © 2023 John Kehayias <[email protected]>
+;;; Copyright © 2023, 2024 Kaelyn Takata <[email protected]>
 ;;;
 ;;; 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:

Reply via email to