all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Maxim Cournoyer <maxim.cournoyer@gmail.com>
To: Leo Famulari <leo@famulari.name>
Cc: 54137@debbugs.gnu.org
Subject: [bug#54137] [PATCH] gnu: OpenSSH: Update to 8.9p1.
Date: Sat, 26 Feb 2022 00:29:22 -0500	[thread overview]
Message-ID: <874k4mxkjx.fsf@gmail.com> (raw)
In-Reply-To: <c41ebd759970bd194c667ac39f63c5865a7b69cf.1645683939.git.leo@famulari.name> (Leo Famulari's message of "Thu, 24 Feb 2022 01:25:39 -0500")

Hi Leo,

Leo Famulari <leo@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




  reply	other threads:[~2022-02-26  5:30 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-24  6:25 [bug#54137] [PATCH] gnu: OpenSSH: Update to 8.9p1 Leo Famulari
2022-02-26  5:29 ` Maxim Cournoyer [this message]
2022-02-27 23:00   ` bug#54137: " Leo Famulari

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=874k4mxkjx.fsf@gmail.com \
    --to=maxim.cournoyer@gmail.com \
    --cc=54137@debbugs.gnu.org \
    --cc=leo@famulari.name \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.