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>
To reply to this bug, email your comments to 78449 AT debbugs.gnu.org.
There is no need to reopen the bug first.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#78449
; Package
guix-patches
.
(Fri, 16 May 2025 04:18:04 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Andy Tai <atai <at> atai.org>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Fri, 16 May 2025 04:18:04 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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
Reply sent
to
Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
:
You have taken responsibility.
(Fri, 16 May 2025 15:21:03 GMT)
Full text and
rfc822 format available.
Notification sent
to
Andy Tai <atai <at> atai.org>
:
bug acknowledged by developer.
(Fri, 16 May 2025 15:21:03 GMT)
Full text and
rfc822 format available.
Message #10 received at 78449-done <at> debbugs.gnu.org (full text, mbox):
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
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.