unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#43671] [PATCH] gnu: openssh: Update to 8.4p1.
@ 2020-09-28 11:05 Greg Hogan
  2020-09-28 13:45 ` bug#43671: " Tobias Geerinckx-Rice via Guix-patches via
  0 siblings, 1 reply; 2+ messages in thread
From: Greg Hogan @ 2020-09-28 11:05 UTC (permalink / raw)
  To: 43671

From 103ba74094778f3c89a1f86f4bb04a30139ce5a7 Mon Sep 17 00:00:00 2001
From: Greg Hogan <code@greghogan.com>
Date: Mon, 28 Sep 2020 10:56:37 +0000
Subject: [PATCH] gnu: openssh: Update to 8.4p1.

* gnu/packages/ssh.scm (openssh): Update to 8.4p1.
---
 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 23f347dd10..6dab9fa37b 100644
--- a/gnu/packages/ssh.scm
+++ b/gnu/packages/ssh.scm
@@ -182,7 +182,7 @@ a server that supports the SSH-2 protocol.")
 (define-public openssh
   (package
    (name "openssh")
-   (version "8.3p1")
+   (version "8.4p1")
    (source (origin
              (method url-fetch)
              (uri (string-append "mirror://openbsd/OpenSSH/portable/"
@@ -190,7 +190,7 @@ a server that supports the SSH-2 protocol.")
              (patches (search-patches "openssh-hurd.patch"))
              (sha256
               (base32
-               "1cl74ghi9y21dc3f4xa0qamb7dhwacbynh1ks9syprrg8zhgpgpj"))))
+               "091b3pxdlj47scxx6kkf4agkx8c8sdacdxx8m1dw1cby80pd40as"))))
    (build-system gnu-build-system)
    (native-inputs `(("groff" ,groff)
                     ("pkg-config" ,pkg-config)))
-- 
2.28.0




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

* bug#43671: [PATCH] gnu: openssh: Update to 8.4p1.
  2020-09-28 11:05 [bug#43671] [PATCH] gnu: openssh: Update to 8.4p1 Greg Hogan
@ 2020-09-28 13:45 ` Tobias Geerinckx-Rice via Guix-patches via
  0 siblings, 0 replies; 2+ messages in thread
From: Tobias Geerinckx-Rice via Guix-patches via @ 2020-09-28 13:45 UTC (permalink / raw)
  To: Greg Hogan; +Cc: 43671-done

[-- Attachment #1: Type: text/plain, Size: 175 bytes --]

Greg,

Greg Hogan 写道:
> * gnu/packages/ssh.scm (openssh): Update to 8.4p1.

Thank you for this pushed patch!

a32c581a1d82a4d5f88af93856a021ec39154793,

T G-R

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]

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

end of thread, other threads:[~2020-09-28 13:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-28 11:05 [bug#43671] [PATCH] gnu: openssh: Update to 8.4p1 Greg Hogan
2020-09-28 13:45 ` bug#43671: " Tobias Geerinckx-Rice via Guix-patches via

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).