GNU bug report logs - #78449
[PATCH] gnu: screen: Update to 5.0.1.

Previous Next

Package: guix-patches;

Reported by: Andy Tai <atai <at> atai.org>

Date: Fri, 16 May 2025 04:18:04 UTC

Severity: normal

Tags: patch

Done: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Andy Tai <atai <at> atai.org>
To: guix-patches <at> gnu.org
Cc: Andy Tai <atai <at> atai.org>
Subject: [PATCH] gnu: screen: Update to 5.0.1.
Date: Thu, 15 May 2025 21:16:45 -0700
* gnu/packages/screen.scm (screen): Update to 5.0.1.
Fixes CVEs 2025-46805, 2025-46804, 2025-46803, 2025-46802,
and 2025-23395.  See <https://savannah.gnu.org/news/?id=10771>
for details.

Change-Id: I979b0b4b71209f2787ba02410b6cf1abdb083e13
---
 gnu/packages/screen.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/screen.scm b/gnu/packages/screen.scm
index e791f29190..7c8c449673 100644
--- a/gnu/packages/screen.scm
+++ b/gnu/packages/screen.scm
@@ -47,14 +47,14 @@ (define-module (gnu packages screen)
 (define-public screen
   (package
     (name "screen")
-    (version "5.0.0")
+    (version "5.0.1")
     (source (origin
              (method url-fetch)
              (uri (string-append "mirror://gnu/screen/screen-"
                                  version ".tar.gz"))
              (patches (search-patches "screen-hurd-path-max.patch"))
              (sha256
-              (base32 "0wa9v6p7cna2scpimpvk9pgxaah80f4q0f2kln37qp0f1b83jjph"))))
+              (base32 "17c6162bb6kq7717mi1bwalw72n1dsx9c5b99g8zr7rpvgs3dbid"))))
     (build-system gnu-build-system)
     (native-inputs
      (list autoconf automake texinfo))

base-commit: 364694773ef1c61d4c9ec73e24f73642786486ca
-- 
2.43.0





This bug report was last modified 1 day ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.