aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/ssh.scm
diff options
context:
space:
mode:
authorJack Hill <jackhill@jackhill.us>2023-02-02 18:08:32 -0500
committerLeo Famulari <leo@famulari.name>2023-02-04 12:12:52 +0100
commit36b8624dab8f881b65becee4a1603f9fbfd8094f (patch)
tree43a8fa605deee071f77763e997a0283f59adfb3c /gnu/packages/ssh.scm
parent6f0c9053244d6b4cfc4130c963a15dbf83cbcdac (diff)
downloadguix-36b8624dab8f881b65becee4a1603f9fbfd8094f.tar.gz
guix-36b8624dab8f881b65becee4a1603f9fbfd8094f.zip
gnu: openssh: Update to 9.2p1 [security fixes].
Here is more information about the security issues fixed in this release: https://www.openssh.com/txt/release-9.2 * gnu/packages/ssh.scm (openssh): Update to 9.2p1. Signed-off-by: Leo Famulari <leo@famulari.name>
Diffstat (limited to 'gnu/packages/ssh.scm')
-rw-r--r--gnu/packages/ssh.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/ssh.scm b/gnu/packages/ssh.scm
index 35b3b378a9..685b5b039a 100644
--- a/gnu/packages/ssh.scm
+++ b/gnu/packages/ssh.scm
@@ -186,7 +186,7 @@ a server that supports the SSH-2 protocol.")
(define-public openssh
(package
(name "openssh")
- (version "9.1p1")
+ (version "9.2p1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://openbsd/OpenSSH/portable/"
@@ -195,7 +195,7 @@ a server that supports the SSH-2 protocol.")
"openssh-trust-guix-store-directory.patch"))
(sha256
(base32
- "126jzn5pxkf1dgzcb3lzpzab8airg0avnvr3y23kgqp3qw4m1y0r"))))
+ "0ingf6fxzg2fcf6k68bvh0lc460jn0macvf5w585zd2zcpqxnriz"))))
(build-system gnu-build-system)
(native-inputs (list groff pkg-config))
(inputs `(("libedit" ,libedit)