diff options
| author | Ashish SHUKLA <ashish.is@lostca.se> | 2025-10-06 14:33:08 +0000 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2025-10-17 12:23:53 +0200 |
| commit | 3fd1690a73bc8ac0b952a8783c739f91b474f7d4 (patch) | |
| tree | b44c916d1687f44a6a2cc2b3486a16ed1039ea4d /gnu/packages/ssh.scm | |
| parent | 87068579205579f22612712a71d69d6f0dde86d2 (diff) | |
gnu: openssh: Update to 10.2p1.
* gnu/packages/ssh.scm (openssh): Updatet to 10.2p1.
* gnu/packages/patches/openssh-trust-guix-store-directory.patch:
Regenerate.
Change-Id: I7214d91bd8ffd0528c4150c92abc995bd3355f0e
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
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 245237fc0dd..975eace5ac4 100644 --- a/gnu/packages/ssh.scm +++ b/gnu/packages/ssh.scm @@ -225,7 +225,7 @@ a server that supports the SSH-2 protocol.") (define-public openssh (package (name "openssh") - (version "10.0p1") + (version "10.2p1") (source (origin (method url-fetch) @@ -233,7 +233,7 @@ a server that supports the SSH-2 protocol.") "openssh-" version ".tar.gz")) (patches (search-patches "openssh-trust-guix-store-directory.patch")) (sha256 - (base32 "0p6qp47gkkjrxlqaignsvn81lh80wnlxasr5n5845pqfk9q2w6h2")))) + (base32 "1clqyxh6mrbwjg964df0hjwmd361mxnx3nx17wk5jyck3422ri6c")))) (build-system gnu-build-system) (arguments (list |
