emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#31064: closed ([PATCH] gnu: openssh: Update to 7.7


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#31064: closed ([PATCH] gnu: openssh: Update to 7.7p1.)
Date: Thu, 05 Apr 2018 15:53:01 +0000

Your message dated Thu, 5 Apr 2018 11:52:27 -0400
with message-id <address@hidden>
and subject line Re: [bug#31064] [PATCH] gnu: openssh: Update to 7.7p1.
has caused the debbugs.gnu.org bug report #31064,
regarding [PATCH] gnu: openssh: Update to 7.7p1.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
31064: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=31064
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- 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




--- End Message ---
--- Begin Message --- Subject: Re: [bug#31064] [PATCH] gnu: openssh: Update to 7.7p1. Date: Thu, 5 Apr 2018 11:52:27 -0400 User-agent: Mutt/1.9.4 (2018-02-28)
On Thu, Apr 05, 2018 at 01:15:16PM +0200, Ludovic Courtès wrote:
> Hi Leo,
> 
> Leo Famulari <address@hidden> 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


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]