guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/03: gnu: xorg-server-xwayland: Update to 23.2.4 [security fixes].


From: guix-commits
Subject: 03/03: gnu: xorg-server-xwayland: Update to 23.2.4 [security fixes].
Date: Sat, 20 Jan 2024 16:52:44 -0500 (EST)

podiki pushed a commit to branch master
in repository guix.

commit c79ffe25e98607d6803f960d5187e4098e1dc7c2
Author: Kaelyn Takata <kaelyn.alexi@protonmail.com>
AuthorDate: Tue Jan 16 23:00:59 2024 +0000

    gnu: xorg-server-xwayland: Update to 23.2.4 [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.
    
    * gnu/packages/xorg.scm (xorg-server-xwayland): Update to 23.2.4.
    
    Change-Id: Ie6343d34652ba0caf00940775b5b227dd9bc05bc
    Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
---
 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 5ddcdd3854..b7279d0633 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -5251,7 +5251,7 @@ EGLStream families of extensions.")
 (define-public xorg-server-xwayland
   (package
     (name "xorg-server-xwayland")
-    (version "23.2.3")
+    (version "23.2.4")
     (source
      (origin
        (method url-fetch)
@@ -5259,7 +5259,7 @@ EGLStream families of extensions.")
                            "/xserver/xwayland-" version ".tar.xz"))
        (sha256
         (base32
-         "00p30yyikh7h9xsqgir66xb06pspgjlibv1mi0n42irc4fkrm7gb"))))
+         "0sxlh43cnpf56p2p5jnhp7427knfpy42mcka7f5hjcqddndib7m9"))))
     (inputs (list font-dejavu
                   dbus
                   egl-wayland



reply via email to

[Prev in Thread] Current Thread [Next in Thread]