all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#27223: [PATCH] gnu: libssh: Update to 0.7.5.
@ 2017-06-03 23:08 Leo Famulari
  2017-06-03 23:11 ` Leo Famulari
  0 siblings, 1 reply; 5+ messages in thread
From: Leo Famulari @ 2017-06-03 23:08 UTC (permalink / raw)
  To: 27223

* gnu/packages/ssh.scm (libssh): Update to 0.7.5.
---
 gnu/packages/ssh.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/ssh.scm b/gnu/packages/ssh.scm
index c96ed0a72..826c082eb 100644
--- a/gnu/packages/ssh.scm
+++ b/gnu/packages/ssh.scm
@@ -58,15 +58,15 @@
 (define-public libssh
   (package
     (name "libssh")
-    (version "0.7.4")
+    (version "0.7.5")
     (source (origin
               (method url-fetch)
               (uri (string-append
-                    "https://red.libssh.org/attachments/download/210/libssh-"
+                    "https://red.libssh.org/attachments/download/218/libssh-"
                     version ".tar.xz"))
               (sha256
                (base32
-                "03bcp9ksqp0s1pmwfmzhcknvkxay5k0mjzzxp3rjlifbng1vxq9r"))))
+                "15bh6dm9c50ndddzh3gqcgw7axp3ghrspjpkb1z3dr90vkanvs2l"))))
     (build-system cmake-build-system)
     (outputs '("out" "debug"))
     (arguments
-- 
2.13.0

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

* bug#27223: [PATCH] gnu: libssh: Update to 0.7.5.
  2017-06-03 23:08 bug#27223: [PATCH] gnu: libssh: Update to 0.7.5 Leo Famulari
@ 2017-06-03 23:11 ` Leo Famulari
  2017-06-03 23:49   ` Marius Bakke
  2017-06-06 23:11   ` Ludovic Courtès
  0 siblings, 2 replies; 5+ messages in thread
From: Leo Famulari @ 2017-06-03 23:11 UTC (permalink / raw)
  To: 27223

[-- Attachment #1: Type: text/plain, Size: 136 bytes --]

For this update, we should wait for resolution of this test failure in
guile-ssh:

https://github.com/artyom-poptsov/guile-ssh/issues/4

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

* bug#27223: [PATCH] gnu: libssh: Update to 0.7.5.
  2017-06-03 23:11 ` Leo Famulari
@ 2017-06-03 23:49   ` Marius Bakke
  2017-06-06 23:11   ` Ludovic Courtès
  1 sibling, 0 replies; 5+ messages in thread
From: Marius Bakke @ 2017-06-03 23:49 UTC (permalink / raw)
  To: Leo Famulari, 27223

[-- Attachment #1: Type: text/plain, Size: 261 bytes --]

Leo Famulari <leo@famulari.name> writes:

> For this update, we should wait for resolution of this test failure in
> guile-ssh:
>
> https://github.com/artyom-poptsov/guile-ssh/issues/4

The issue is not specific to guile-ssh:

https://red.libssh.org/issues/260

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]

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

* bug#27223: [PATCH] gnu: libssh: Update to 0.7.5.
  2017-06-03 23:11 ` Leo Famulari
  2017-06-03 23:49   ` Marius Bakke
@ 2017-06-06 23:11   ` Ludovic Courtès
  2017-06-07 15:40     ` Leo Famulari
  1 sibling, 1 reply; 5+ messages in thread
From: Ludovic Courtès @ 2017-06-06 23:11 UTC (permalink / raw)
  To: Leo Famulari; +Cc: 27223-done

Hi Leo,

Leo Famulari <leo@famulari.name> skribis:

> For this update, we should wait for resolution of this test failure in
> guile-ssh:
>
> https://github.com/artyom-poptsov/guile-ssh/issues/4

Oops, I realize that I pushed a libssh update with the relevant patch in
commit fb976ada5be4634048bcbdde880729ee12f610e9 without noticing this
thread.

I’m closing this bug, but let me know what you think!

Ludo’.

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

* bug#27223: [PATCH] gnu: libssh: Update to 0.7.5.
  2017-06-06 23:11   ` Ludovic Courtès
@ 2017-06-07 15:40     ` Leo Famulari
  0 siblings, 0 replies; 5+ messages in thread
From: Leo Famulari @ 2017-06-07 15:40 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: 27223-done

[-- Attachment #1: Type: text/plain, Size: 569 bytes --]

On Wed, Jun 07, 2017 at 01:11:26AM +0200, Ludovic Courtès wrote:
> Hi Leo,
> 
> Leo Famulari <leo@famulari.name> skribis:
> 
> > For this update, we should wait for resolution of this test failure in
> > guile-ssh:
> >
> > https://github.com/artyom-poptsov/guile-ssh/issues/4
> 
> Oops, I realize that I pushed a libssh update with the relevant patch in
> commit fb976ada5be4634048bcbdde880729ee12f610e9 without noticing this
> thread.
> 
> I’m closing this bug, but let me know what you think!

If it seems to be working, then I'd say it's fine :)

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

end of thread, other threads:[~2017-06-07 15:41 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-03 23:08 bug#27223: [PATCH] gnu: libssh: Update to 0.7.5 Leo Famulari
2017-06-03 23:11 ` Leo Famulari
2017-06-03 23:49   ` Marius Bakke
2017-06-06 23:11   ` Ludovic Courtès
2017-06-07 15:40     ` Leo Famulari

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.