This is an automated email from the git hooks/post-receive script.

podiki pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 9b560fee23 gnu: xorg-server: Update to 21.1.12 [security fixes].
9b560fee23 is described below

commit 9b560fee239a7fd563e05ca9926b178f15954833
Author: John Kehayias <john.kehay...@protonmail.com>
AuthorDate: Wed Apr 3 17:42:59 2024 -0400

    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
---
 gnu/packages/xorg.scm | 4 ++--
 1 file 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:

Reply via email to