diff options
| author | Ashish SHUKLA <ashish.is@lostca.se> | 2026-07-07 14:02:45 +0200 |
|---|---|---|
| committer | Cayetano Santos <csantosb@inventati.org> | 2026-07-10 13:12:59 +0200 |
| commit | b7ec775963933f9047b07e3594a2365a8d11f032 (patch) | |
| tree | 72062f7324a7cc23beb0bf763489651b0e22270a /gnu | |
| parent | cc1ac88f80cdcff15ce0d6030ea5da3c59d6e27b (diff) | |
gnu: openssh: Update to 10.4p1 [security-fixes].
* gnu/packages/ssh.scm (openssh): Update to 10.4p1.
Merges guix/guix!9795
Signed-off-by: Cayetano Santos <csantosb@inventati.org>
Diffstat (limited to 'gnu')
| -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 957163eb708..92933a16892 100644 --- a/gnu/packages/ssh.scm +++ b/gnu/packages/ssh.scm | |||
| @@ -236,7 +236,7 @@ a server that supports the SSH-2 protocol.") | |||
| 236 | (define-public openssh | 236 | (define-public openssh |
| 237 | (package | 237 | (package |
| 238 | (name "openssh") | 238 | (name "openssh") |
| 239 | (version "10.3p1") | 239 | (version "10.4p1") |
| 240 | (source | 240 | (source |
| 241 | (origin | 241 | (origin |
| 242 | (method url-fetch) | 242 | (method url-fetch) |
| @@ -244,7 +244,7 @@ a server that supports the SSH-2 protocol.") | |||
| 244 | "openssh-" version ".tar.gz")) | 244 | "openssh-" version ".tar.gz")) |
| 245 | (patches (search-patches "openssh-trust-guix-store-directory.patch")) | 245 | (patches (search-patches "openssh-trust-guix-store-directory.patch")) |
| 246 | (sha256 | 246 | (sha256 |
| 247 | (base32 "1x25iv8yfcfpf3b1ap72indbfna0wz48xz8ny2sg9p4jpcv2ls2n")))) | 247 | (base32 "0f1jnqznvl706mc3k24zpb795j0254kd7m9qjq2md3ga5bfjcq7g")))) |
| 248 | (build-system gnu-build-system) | 248 | (build-system gnu-build-system) |
| 249 | (arguments | 249 | (arguments |
| 250 | (list | 250 | (list |
