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

Previous Next

Package: guix-patches;

Reported by: Leo Famulari <leo <at> famulari.name>

Date: Wed, 4 Apr 2018 21:43:01 UTC

Severity: normal

Tags: patch

Done: Leo Famulari <leo <at> famulari.name>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 31064 in the body.
You can then email your comments to 31064 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#31064; Package guix-patches. (Wed, 04 Apr 2018 21:43:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Leo Famulari <leo <at> famulari.name>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Wed, 04 Apr 2018 21:43:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Leo Famulari <leo <at> famulari.name>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: openssh: Update to 7.7p1.
Date: Wed,  4 Apr 2018 17:41:57 -0400
* gnu/packages/ssh.scm (openssh): Update to 7.7p1.
[arguments]: Set the test suite working directory in #:make-flags.
---
 gnu/packages/ssh.scm | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/ssh.scm b/gnu/packages/ssh.scm
index 9d5fc2690..afd41cd8e 100644
--- a/gnu/packages/ssh.scm
+++ b/gnu/packages/ssh.scm
@@ -135,14 +135,14 @@ a server that supports the SSH-2 protocol.")
 (define-public openssh
   (package
    (name "openssh")
-   (version "7.6p1")
+   (version "7.7p1")
    (source (origin
              (method url-fetch)
              (uri (string-append "mirror://openbsd/OpenSSH/portable/"
                                  name "-" version ".tar.gz"))
              (sha256
               (base32
-               "08qpsb8mrzcx8wgvz9insiyvq7sbg26yj5nvl2m5n57yvppcl8x3"))))
+               "13vbbrvj3mmfhj83qyrg5c0ipr6bzw5s65dy4k8gr7p9hkkfffyp"))))
    (build-system gnu-build-system)
    (native-inputs `(("groff" ,groff)))
    (inputs `(("openssl" ,openssl)
@@ -152,6 +152,9 @@ a server that supports the SSH-2 protocol.")
              ("xauth" ,xauth)))                   ;for 'ssh -X' and 'ssh -Y'
    (arguments
     `(#:test-target "tests"
+      ;; Otherwise, the test scripts try to use a nonexistent directory and
+      ;; fail.
+      #:make-flags '("REGRESSTMP=\"$${BUILDDIR}/regress\"")
       #:configure-flags  `("--sysconfdir=/etc/ssh"
 
                            ;; Default value of 'PATH' used by sshd.
-- 
2.16.3





Information forwarded to guix-patches <at> gnu.org:
bug#31064; Package guix-patches. (Thu, 05 Apr 2018 11:16:01 GMT) Full text and rfc822 format available.

Message #8 received at 31064 <at> debbugs.gnu.org (full text, mbox):

From: ludo <at> gnu.org (Ludovic Courtès)
To: Leo Famulari <leo <at> famulari.name>
Cc: 31064 <at> debbugs.gnu.org
Subject: Re: [bug#31064] [PATCH] gnu: openssh: Update to 7.7p1.
Date: Thu, 05 Apr 2018 13:15:16 +0200
Hi Leo,

Leo Famulari <leo <at> famulari.name> skribis:

> * gnu/packages/ssh.scm (openssh): Update to 7.7p1.
> [arguments]: Set the test suite working directory in #:make-flags.

LGTM, thank you!

Ludo’.




Reply sent to Leo Famulari <leo <at> famulari.name>:
You have taken responsibility. (Thu, 05 Apr 2018 15:53:01 GMT) Full text and rfc822 format available.

Notification sent to Leo Famulari <leo <at> famulari.name>:
bug acknowledged by developer. (Thu, 05 Apr 2018 15:53:01 GMT) Full text and rfc822 format available.

Message #13 received at 31064-done <at> debbugs.gnu.org (full text, mbox):

From: Leo Famulari <leo <at> famulari.name>
Cc: 31064-done <at> debbugs.gnu.org
Subject: Re: [bug#31064] [PATCH] gnu: openssh: Update to 7.7p1.
Date: Thu, 5 Apr 2018 11:52:27 -0400
On Thu, Apr 05, 2018 at 01:15:16PM +0200, Ludovic Courtès wrote:
> Hi Leo,
> 
> Leo Famulari <leo <at> famulari.name> skribis:
> 
> > * gnu/packages/ssh.scm (openssh): Update to 7.7p1.
> > [arguments]: Set the test suite working directory in #:make-flags.
> 
> LGTM, thank you!

Pushed as d355245030d9e1b74782eb21b56dbebae958b329




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 04 May 2018 11:24:05 GMT) Full text and rfc822 format available.

This bug report was last modified 7 years and 105 days ago.

Previous Next


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