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
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
This bug report was last modified 88 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.