gnurl 7.59.0

  • Done
  • quality assurance status badge
Details
2 participants
  • Ludovic Courtès
  • Nils Gillmann
Owner
unassigned
Submitted by
Nils Gillmann
Severity
normal
N
N
Nils Gillmann wrote on 6 Apr 2018 14:24
(address . guix-patches@gnu.org)
20180406122457.dg5mvmgmuotfslho@abyayala
Seems like ftp.gnu.org is currently either very slow or having troubles
with the actual software distribution. The signatures landed on there,
the rest has yet to materialize. That's why ftp.n0.is has been added
as a fallback. You can check the files on ftp.n0.is gnurl directory with
signify(1).
From 86bfb288c227f4100f06a175e833b06aae68c89d Mon Sep 17 00:00:00 2001
From: Nils Gillmann <ng0@n0.is>
Date: Fri, 6 Apr 2018 11:09:43 +0000
Subject: [PATCH] gnu: gnurl: Update to version 7.59.0.

* gnu/packages/gnunet.scm (gnurl): Update to version 7.59.0.
[source]: Add temporary second source at ftp.n0.is.

Signed-off-by: Nils Gillmann <ng0@n0.is>
---
gnu/packages/gnunet.scm | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)

Toggle diff (26 lines)
diff --git a/gnu/packages/gnunet.scm b/gnu/packages/gnunet.scm
index 7f442910e..b6062625c 100644
--- a/gnu/packages/gnunet.scm
+++ b/gnu/packages/gnunet.scm
@@ -186,13 +186,16 @@ authentication and support for SSL3 and TLS.")
(define-public gnurl
(package
(name "gnurl")
- (version "7.58.0")
+ (version "7.59.0")
(source (origin
(method url-fetch)
- (uri (string-append "mirror://gnu/gnunet/" name "-" version ".tar.xz"))
+ (uri (list (string-append "mirror://gnu/gnunet/" name "-" version ".tar.xz")
+ ;; TODO: Remove once gnurl-7.59.0 release has synced to ftp.gnu.org
+ (string-append "https://ftp.n0.is/pub/releases/gnurl/"
+ name "-" version ".tar.xz")))
(sha256
(base32
- "1yyswsz0csplqi8hlhqaxlafqn5kh5016j8k2gaxziv4cb343znx"))))
+ "0fdwqxs4crzj1nbq3lz0xbqjiiqpq16vpll09gryyq4c1y6lbyib"))))
(build-system gnu-build-system)
(outputs '("out"
"doc")) ; 1.5 MiB of man3 pages
--
2.16.3
L
L
Ludovic Courtès wrote on 8 Apr 2018 22:49
(name . Nils Gillmann)(address . ng0@n0.is)(address . 31076-done@debbugs.gnu.org)
87po39todl.fsf@gnu.org
Hi,

Nils Gillmann <ng0@n0.is> skribis:

Toggle quote (4 lines)
> Seems like ftp.gnu.org is currently either very slow or having troubles
> with the actual software distribution. The signatures landed on there,
> the rest has yet to materialize.

I think you made a mistake:

gnurl-7.59.0.tar.gz.sig
gnurl-7.59.0.tar.gz.sig.sig

You’ll have to reupload without the extra .sig. :-)

I’ve applied the patch since there’s a fallback URL anyway.

Thanks,
Ludo’.
Closed
?