~ruther/guix-local

3dc8026d58f9480547a595450a6483e0f13c1ba4 — Andreas Enge 1 year, 23 days ago 1dc37e5f
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
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/ssh.scm
M gnu/packages/ssh.scm => gnu/packages/ssh.scm +2 -2
@@ 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