guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 2455e974362185289b725dce43e634251c46dfd4
Author: John Kehayias <[email protected]>
AuthorDate: Thu Nov 20 16:35:23 2025 -0500

    gnu: xorg-server-xwayland: Update to 24.1.9 [security-fixes].
    
    Fixes CVE-2025-62229, CVE-2025-62230, and CVE-2025-62231.
    
    See <https://lists.x.org/archives/xorg-announce/2025-October/003635.html> 
for
    more information.
    
    * gnu/packages/xorg.scm (xorg-server-xwayland): Update to 24.1.9.
    
    Change-Id: I81533e02fa5629b26b268f4a2f4f5c8a47680c37
---
 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 ea85abcacc..7441ba0b9f 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -5690,7 +5690,7 @@ EGLStream families of extensions.")
 (define-public xorg-server-xwayland
   (package
     (name "xorg-server-xwayland")
-    (version "24.1.8")
+    (version "24.1.9")
     (source
      (origin
        (method url-fetch)
@@ -5698,7 +5698,7 @@ EGLStream families of extensions.")
                            "/xserver/xwayland-" version ".tar.xz"))
        (sha256
         (base32
-         "01wr356pgh7k9jg1zrd73fpyy8pmbansfsy1jf1fp77dr1bqv468"))))
+         "1l7xk92q5xahbcxjziv4xcwdl09qkk3brjyih2dxn225m0ksz5zj"))))
     (inputs (list font-dejavu
                   dbus
                   egl-wayland

Reply via email to