[PATCH] gnu: openssh: Update to 9.9p2. [security fixes]

  • Done
  • quality assurance status badge
Details
2 participants
  • ashish.is
  • Leo Famulari
Owner
unassigned
Submitted by
ashish.is
Severity
normal

Debbugs page

A
A
ashish.is wrote on 18 Feb 08:54 -0800
(address . guix-patches@gnu.org)(name . Ashish SHUKLA)(address . ashish.is@lostca.se)
fbec658b9684b734de63472dff428f852ce86cdd.1739897641.git.ashish.is@lostca.se
From: Ashish SHUKLA <ashish.is@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(-)

Toggle diff (26 lines)
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
L
L
Leo Famulari wrote on 18 Feb 20:22 -0800
(name . ashish.is--- via Guix-patches via)(address . guix-patches@gnu.org)
Z7VcnE9g19SeGg7u@jasmine.lan
On Tue, Feb 18, 2025 at 05:54:01PM +0100, ashish.is--- via Guix-patches via wrote:
Toggle quote (6 lines)
> From: Ashish SHUKLA <ashish.is@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
?
Your comment

This issue is archived.

To comment on this conversation send an email to 76397@patchwise.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 76397
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch