GNU bug report logs - #43671
[PATCH] gnu: openssh: Update to 8.4p1.

Previous Next

Package: guix-patches;

Reported by: Greg Hogan <code <at> greghogan.com>

Date: Mon, 28 Sep 2020 11:08:01 UTC

Severity: normal

Tags: patch

Done: Tobias Geerinckx-Rice <me <at> tobias.gr>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Greg Hogan <code <at> greghogan.com>
Subject: bug#43671: closed (Re: [bug#43671] [PATCH] gnu: openssh: Update
 to 8.4p1.)
Date: Mon, 28 Sep 2020 13:46:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

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

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 43671 <at> debbugs.gnu.org.

-- 
43671: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=43671
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Tobias Geerinckx-Rice <me <at> tobias.gr>
To: Greg Hogan <code <at> greghogan.com>
Cc: 43671-done <at> debbugs.gnu.org
Subject: Re: [bug#43671] [PATCH] gnu: openssh: Update to 8.4p1.
Date: Mon, 28 Sep 2020 15:45:26 +0200
[Message part 3 (text/plain, inline)]
Greg,

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

Thank you for this pushed patch!

a32c581a1d82a4d5f88af93856a021ec39154793,

T G-R
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
From: Greg Hogan <code <at> greghogan.com>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: openssh: Update to 8.4p1.
Date: Mon, 28 Sep 2020 07:05:49 -0400
From 103ba74094778f3c89a1f86f4bb04a30139ce5a7 Mon Sep 17 00:00:00 2001
From: Greg Hogan <code <at> 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



This bug report was last modified 4 years and 233 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.