guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: xorg-server-xwayland: Update to 23.2.5 [secu


From: guix-commits
Subject: branch master updated: gnu: xorg-server-xwayland: Update to 23.2.5 [security fixes].
Date: Wed, 03 Apr 2024 16:41:49 -0400

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 e8dba8afff gnu: xorg-server-xwayland: Update to 23.2.5 [security 
fixes].
e8dba8afff is described below

commit e8dba8afffeb5cfc832b4898afbe1df2470450bf
Author: John Kehayias <john.kehayias@protonmail.com>
AuthorDate: Wed Apr 3 15:45:56 2024 -0400

    gnu: xorg-server-xwayland: Update to 23.2.5 [security fixes].
    
    Fixes CVE-2024-31080, 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-xwayland): Update to 23.2.5.
    
    Change-Id: I8d6b8f65bb6d06374a1ea925b5ff2a399a3efeac
---
 gnu/packages/xorg.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index c2bf7dac58..b6694b3966 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -36,7 +36,7 @@
 ;;; Copyright © 2021 Lu Hui <luhux76@gmail.com>
 ;;; 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 John Kehayias <john.kehayias@protonmail.com>
 ;;; Copyright © 2023, 2024 Kaelyn Takata <kaelyn.alexi@protonmail.com>
 ;;;
 ;;; This file is part of GNU Guix.
@@ -5274,7 +5274,7 @@ EGLStream families of extensions.")
 (define-public xorg-server-xwayland
   (package
     (name "xorg-server-xwayland")
-    (version "23.2.4")
+    (version "23.2.5")
     (source
      (origin
        (method url-fetch)
@@ -5282,7 +5282,7 @@ EGLStream families of extensions.")
                            "/xserver/xwayland-" version ".tar.xz"))
        (sha256
         (base32
-         "0sxlh43cnpf56p2p5jnhp7427knfpy42mcka7f5hjcqddndib7m9"))))
+         "145xykwmyqkaa8zrbn5fnvnff67iral9mc5raamglnbsd3r7zv1k"))))
     (inputs (list font-dejavu
                   dbus
                   egl-wayland



reply via email to

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