diff options
author | Andreas Enge <[email protected]> | 2025-02-18 22:31:16 +0100 |
---|---|---|
committer | Andreas Enge <[email protected]> | 2025-02-18 22:31:28 +0100 |
commit | 3dc8026d58f9480547a595450a6483e0f13c1ba4 (patch) | |
tree | 67cb4a83d3242624fcc3d9f7ba375a26473a099c /gnu/packages/ssh.scm | |
parent | 1dc37e5f7ad770fa54240a5e5e16501312a6017f (diff) |
gnu: openssh: Update to 9.9p2.
Fixes CVE-2025-26465 and CVE-2025-26466.
* gnu/packages/ssh.scm (openssh): Update to 9.9p2.
Change-Id: I0b6ab4ce55a4a16678d5a2c9dc99b81268078db2
Diffstat (limited to 'gnu/packages/ssh.scm')
-rw-r--r-- | gnu/packages/ssh.scm | 4 |
1 files 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 @@ a server that supports the SSH-2 protocol.") (define-public openssh (package (name "openssh") - (version "9.9p1") + (version "9.9p2") (source (origin (method url-fetch) @@ -217,7 +217,7 @@ a server that supports the SSH-2 protocol.") "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 |