[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: OpenSSH: Update to 9.3p1 [security fixes].
From: |
guix-commits |
Subject: |
branch master updated: gnu: OpenSSH: Update to 9.3p1 [security fixes]. |
Date: |
Wed, 22 Mar 2023 11:58:21 -0400 |
This is an automated email from the git hooks/post-receive script.
lfam pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 91f92f32d5 gnu: OpenSSH: Update to 9.3p1 [security fixes].
91f92f32d5 is described below
commit 91f92f32d5a9317dd333d570b54c2ba34c9c14a9
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Sat Mar 18 17:28:02 2023 -0400
gnu: OpenSSH: Update to 9.3p1 [security fixes].
The release announcement contains more information about the security
vulnerabilities fixed in this update:
https://www.openssh.com/txt/release-9.3
* gnu/packages/ssh.scm (openssh): Update to 9.3p1.
---
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 886cb74070..b91e70aaed 100644
--- a/gnu/packages/ssh.scm
+++ b/gnu/packages/ssh.scm
@@ -197,7 +197,7 @@ a server that supports the SSH-2 protocol.")
(define-public openssh
(package
(name "openssh")
- (version "9.2p1")
+ (version "9.3p1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://openbsd/OpenSSH/portable/"
@@ -206,7 +206,7 @@ a server that supports the SSH-2 protocol.")
"openssh-trust-guix-store-directory.patch"))
(sha256
(base32
- "0ingf6fxzg2fcf6k68bvh0lc460jn0macvf5w585zd2zcpqxnriz"))))
+ "1a7qia3c255igny5kf00m5zxkp69lf1w6qjsv3rm2sm705vvmfp9"))))
(build-system gnu-build-system)
(native-inputs (list groff pkg-config))
(inputs `(("libedit" ,libedit)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: OpenSSH: Update to 9.3p1 [security fixes].,
guix-commits <=