GNU bug report logs -
#78449
[PATCH] gnu: screen: Update to 5.0.1.
Previous Next
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
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#78449: [PATCH] gnu: screen: Update to 5.0.1.
which was filed against the guix-patches package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 78449 <at> debbugs.gnu.org.
--
78449: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=78449
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
Hi Andy,
Andy Tai <atai <at> atai.org> writes:
> * 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
It looks like Efraim pushed a similar update earlier; see commit
bb5968d755b.
Closing.
--
Thanks,
Maxim
[Message part 3 (message/rfc822, inline)]
* 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.