all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#54137] [PATCH] gnu: OpenSSH: Update to 8.9p1.
@ 2022-02-24  6:25 Leo Famulari
  2022-02-26  5:29 ` Maxim Cournoyer
  0 siblings, 1 reply; 3+ messages in thread
From: Leo Famulari @ 2022-02-24  6:25 UTC (permalink / raw)
  To: 54137

* 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)
-- 
2.34.0





^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [bug#54137] [PATCH] gnu: OpenSSH: Update to 8.9p1.
  2022-02-24  6:25 [bug#54137] [PATCH] gnu: OpenSSH: Update to 8.9p1 Leo Famulari
@ 2022-02-26  5:29 ` Maxim Cournoyer
  2022-02-27 23:00   ` bug#54137: " Leo Famulari
  0 siblings, 1 reply; 3+ messages in thread
From: Maxim Cournoyer @ 2022-02-26  5:29 UTC (permalink / raw)
  To: Leo Famulari; +Cc: 54137

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




^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#54137: [PATCH] gnu: OpenSSH: Update to 8.9p1.
  2022-02-26  5:29 ` Maxim Cournoyer
@ 2022-02-27 23:00   ` Leo Famulari
  0 siblings, 0 replies; 3+ messages in thread
From: Leo Famulari @ 2022-02-27 23:00 UTC (permalink / raw)
  To: Maxim Cournoyer; +Cc: 54137-done

On Sat, Feb 26, 2022 at 12:29:22AM -0500, Maxim Cournoyer wrote:
> Haven't tried it, but I read the changelog and it LGTM.

It's working for me, so I pushed as
9b0171fe1ae499f57462c4b45e91ef68e076f57d




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-02-27 23:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-24  6:25 [bug#54137] [PATCH] gnu: OpenSSH: Update to 8.9p1 Leo Famulari
2022-02-26  5:29 ` Maxim Cournoyer
2022-02-27 23:00   ` bug#54137: " Leo Famulari

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.