[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#61242] [PATCH] gnu: openssh: Update to 9.2p1
From: |
Jack Hill |
Subject: |
[bug#61242] [PATCH] gnu: openssh: Update to 9.2p1 |
Date: |
Thu, 2 Feb 2023 18:08:32 -0500 |
* gnu/packages/ssh.scm (openssh): Update to 9.2p1.
---
This release has some security fixes [0]. I did a test build on x86-64
linux and didn't see anything unusual in the build log.
[0] https://www.openssh.com/txt/release-9.2
gnu/packages/ssh.scm | 4 ++--
1 file 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 @@ (define-public libssh2
(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 @@ (define-public openssh
"openssh-trust-guix-store-directory.patch"))
(sha256
(base32
- "126jzn5pxkf1dgzcb3lzpzab8airg0avnvr3y23kgqp3qw4m1y0r"))))
+ "0ingf6fxzg2fcf6k68bvh0lc460jn0macvf5w585zd2zcpqxnriz"))))
(build-system gnu-build-system)
(native-inputs (list groff pkg-config))
(inputs `(("libedit" ,libedit)
--
2.39.1
- [bug#61242] [PATCH] gnu: openssh: Update to 9.2p1,
Jack Hill <=