GNU bug report logs -
#76397
[PATCH] gnu: openssh: Update to 9.9p2. [security fixes]
Previous Next
Reported by: ashish.is <at> lostca.se
Date: Tue, 18 Feb 2025 16:55:01 UTC
Severity: normal
Tags: patch
Done: Leo Famulari <leo <at> famulari.name>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Tue, 18 Feb 2025 23:22:52 -0500
with message-id <Z7VcnE9g19SeGg7u <at> jasmine.lan>
and subject line Re: [bug#76397] [PATCH] gnu: openssh: Update to 9.9p2. [security fixes]
has caused the debbugs.gnu.org bug report #76397,
regarding [PATCH] gnu: openssh: Update to 9.9p2. [security fixes]
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
76397: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=76397
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Ashish SHUKLA <ashish.is <at> lostca.se>
This release fixes CVE-2025-26465, CVE-2025-26466 vulnerabilities.
* gnu/packages/ssh.scm (openssh): Update to 9.9p2.
Change-Id: Ic9b3c97b15779f21b1efa4fb5c51e7f16a424ee9
---
gnu/packages/ssh.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/ssh.scm b/gnu/packages/ssh.scm
index c4727b1c51..fecb3a2559 100644
--- a/gnu/packages/ssh.scm
+++ b/gnu/packages/ssh.scm
@@ -209,7 +209,7 @@ (define-public libssh2
(define-public openssh
(package
(name "openssh")
- (version "9.9p1")
+ (version "9.9p2")
(source
(origin
(method url-fetch)
@@ -217,7 +217,7 @@ (define-public openssh
"openssh-" version ".tar.gz"))
(patches (search-patches "openssh-trust-guix-store-directory.patch"))
(sha256
- (base32 "00kcjs7vm1vha3xvgrkb0qv7v6pwskb1avkfk2qiazzqpz6znhxk"))))
+ (base32 "0wsn44g75qa1bfp6qkcr9nlmyn02klcy2rgrvmg2ik087rhdpali"))))
(build-system gnu-build-system)
(arguments
(list
base-commit: 96fe9adf54772e0824e098a6a089306a75101218
--
2.48.1
[Message part 3 (message/rfc822, inline)]
On Tue, Feb 18, 2025 at 05:54:01PM +0100, ashish.is--- via Guix-patches via wrote:
> From: Ashish SHUKLA <ashish.is <at> lostca.se>
>
> This release fixes CVE-2025-26465, CVE-2025-26466 vulnerabilities.
>
> * gnu/packages/ssh.scm (openssh): Update to 9.9p2.
Thank you! The equivalent change was already pushed as commit
3dc8026d58f9480547a595450a6483e0f13c1ba4
This bug report was last modified 89 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.