all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#47904] [PATCH] gnu: OpenSSH: Update to 8.6p1.
@ 2021-04-20  1:59 Leo Famulari
  2021-04-21 18:05 ` bug#47904: " Leo Famulari
  0 siblings, 1 reply; 2+ messages in thread
From: Leo Famulari @ 2021-04-20  1:59 UTC (permalink / raw)
  To: 47904

* gnu/packages/ssh.scm (openssh): Update to 8.6p1.
---
 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 fae10d0e16..bb889d395a 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.5p1")
+   (version "8.6p1")
    (source (origin
              (method url-fetch)
              (uri (string-append "mirror://openbsd/OpenSSH/portable/"
@@ -194,7 +194,7 @@ a server that supports the SSH-2 protocol.")
              (patches (search-patches "openssh-hurd.patch"))
              (sha256
               (base32
-               "09gc8rv7728chxraab85dzkdikaw4aph1wlcwcc9kai9si0kybzm"))))
+               "1bnpivgk98h2f9afpp88jv6g9ps83vnpxd031n2jqxi12vdf9rn3"))))
    (build-system gnu-build-system)
    (native-inputs `(("groff" ,groff)
                     ("pkg-config" ,pkg-config)))
-- 
2.31.1





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

* bug#47904: [PATCH] gnu: OpenSSH: Update to 8.6p1.
  2021-04-20  1:59 [bug#47904] [PATCH] gnu: OpenSSH: Update to 8.6p1 Leo Famulari
@ 2021-04-21 18:05 ` Leo Famulari
  0 siblings, 0 replies; 2+ messages in thread
From: Leo Famulari @ 2021-04-21 18:05 UTC (permalink / raw)
  To: 47904-done

An equivalent patch was pushed as
98d223fdf429a4fe807c5130bd4a31539cfedee4




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

end of thread, other threads:[~2021-04-21 18:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-20  1:59 [bug#47904] [PATCH] gnu: OpenSSH: Update to 8.6p1 Leo Famulari
2021-04-21 18:05 ` bug#47904: " 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.