GNU bug report logs -
#54137
[PATCH] gnu: OpenSSH: Update to 8.9p1.
Previous Next
Reported by: Leo Famulari <leo <at> famulari.name>
Date: Thu, 24 Feb 2022 06:31:02 UTC
Severity: normal
Tags: patch
Done: Leo Famulari <leo <at> famulari.name>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
Hi Leo,
Leo Famulari <leo <at> famulari.name> writes:
> * gnu/packages/ssh.scm (openssh): Update to 8.9p1.
> ---
> 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 8e29968ea7..7c8b09879f 100644
> --- a/gnu/packages/ssh.scm
> +++ b/gnu/packages/ssh.scm
> @@ -184,7 +184,7 @@ (define-public libssh2
> (define-public openssh
> (package
> (name "openssh")
> - (version "8.8p1")
> + (version "8.9p1")
> (source (origin
> (method url-fetch)
> (uri (string-append "mirror://openbsd/OpenSSH/portable/"
> @@ -192,7 +192,7 @@ (define-public openssh
> (patches (search-patches "openssh-hurd.patch"))
> (sha256
> (base32
> - "1s8z6f7mi1pwsl79cqai8cr350m5lf2ifcxff57wx6mvm478k425"))))
> + "1ry5prcax0134v6srkgznpl9ch5snkgq7yvjqvd8c5mbnxa7cjgx"))))
> (build-system gnu-build-system)
> (native-inputs (list groff pkg-config))
> (inputs `(("libedit" ,libedit)
Haven't tried it, but I read the changelog and it LGTM.
Maxim
This bug report was last modified 3 years and 140 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.