diff mbox series

[bug#43671] gnu: openssh: Update to 8.4p1.

Message ID 63ED389C-FB1E-4593-A553-3840DA9BE31B@greghogan.com
State Accepted
Headers show
Series [bug#43671] gnu: openssh: Update to 8.4p1. | expand

Checks

Context Check Description
cbaines/comparison success View comparision
cbaines/git branch success View Git branch
cbaines/applying patch fail View Laminar job

Commit Message

Greg Hogan Sept. 28, 2020, 11:05 a.m. UTC
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(-)

Comments

vasilii.smirnov--- via Guix-patches" via Sept. 28, 2020, 1:45 p.m. UTC | #1
Greg,

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

Thank you for this pushed patch!

a32c581a1d82a4d5f88af93856a021ec39154793,

T G-R
diff mbox series

Patch

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