unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#31064] [PATCH] gnu: openssh: Update to 7.7p1.
@ 2018-04-04 21:41 Leo Famulari
  2018-04-05 11:15 ` Ludovic Courtès
  0 siblings, 1 reply; 3+ messages in thread
From: Leo Famulari @ 2018-04-04 21:41 UTC (permalink / raw)
  To: 31064

* 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

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

* [bug#31064] [PATCH] gnu: openssh: Update to 7.7p1.
  2018-04-04 21:41 [bug#31064] [PATCH] gnu: openssh: Update to 7.7p1 Leo Famulari
@ 2018-04-05 11:15 ` Ludovic Courtès
  2018-04-05 15:52   ` bug#31064: " Leo Famulari
  0 siblings, 1 reply; 3+ messages in thread
From: Ludovic Courtès @ 2018-04-05 11:15 UTC (permalink / raw)
  To: Leo Famulari; +Cc: 31064

Hi Leo,

Leo Famulari <leo@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’.

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

* bug#31064: [PATCH] gnu: openssh: Update to 7.7p1.
  2018-04-05 11:15 ` Ludovic Courtès
@ 2018-04-05 15:52   ` Leo Famulari
  0 siblings, 0 replies; 3+ messages in thread
From: Leo Famulari @ 2018-04-05 15:52 UTC (permalink / raw)
  Cc: 31064-done

On Thu, Apr 05, 2018 at 01:15:16PM +0200, Ludovic Courtès wrote:
> Hi Leo,
> 
> Leo Famulari <leo@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

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

end of thread, other threads:[~2018-04-05 15:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-04 21:41 [bug#31064] [PATCH] gnu: openssh: Update to 7.7p1 Leo Famulari
2018-04-05 11:15 ` Ludovic Courtès
2018-04-05 15:52   ` bug#31064: " Leo Famulari

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