[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
09/10: gnu: openssh: Update to 9.1p1.
From: |
guix-commits |
Subject: |
09/10: gnu: openssh: Update to 9.1p1. |
Date: |
Sat, 22 Oct 2022 08:03:00 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 5651a6d0aae28cee44f7ba71d72c60deabff68de
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Oct 16 02:00:01 2022 +0200
gnu: openssh: Update to 9.1p1.
* gnu/packages/ssh.scm (openssh): Update to 9.1p1.
---
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 aa540c1012..143225b3f2 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 "8.9p1")
+ (version "9.1p1")
(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
- "1ry5prcax0134v6srkgznpl9ch5snkgq7yvjqvd8c5mbnxa7cjgx"))))
+ "126jzn5pxkf1dgzcb3lzpzab8airg0avnvr3y23kgqp3qw4m1y0r"))))
(build-system gnu-build-system)
(native-inputs (list groff pkg-config))
(inputs `(("libedit" ,libedit)
- branch master updated (7513cc6dd9 -> 8cfcb3b043), guix-commits, 2022/10/22
- 05/10: gnu: minixml: Use G-expressions., guix-commits, 2022/10/22
- 07/10: gnu: ptpython: Update to 3.0.20., guix-commits, 2022/10/22
- 02/10: gnu: libxp: Update to 1.0.4., guix-commits, 2022/10/22
- 01/10: gnu: bcachefs-tools: Update to 0.1-15.494421e., guix-commits, 2022/10/22
- 09/10: gnu: openssh: Update to 9.1p1.,
guix-commits <=
- 06/10: gnu: qtractor: Update to 0.9.29., guix-commits, 2022/10/22
- 04/10: gnu: minixml: Update to 3.3.1., guix-commits, 2022/10/22
- 03/10: gnu: libebml: Update to 1.4.4., guix-commits, 2022/10/22
- 08/10: gnu: binwalk: Update to 2.3.3., guix-commits, 2022/10/22
- 10/10: gnu: claws-mail: Update to 4.1.1., guix-commits, 2022/10/22