all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Nils Gillmann <ng0@n0.is>
To: 31076@debbugs.gnu.org
Subject: [bug#31076] gnurl 7.59.0
Date: Fri, 6 Apr 2018 12:24:57 +0000	[thread overview]
Message-ID: <20180406122457.dg5mvmgmuotfslho@abyayala> (raw)

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

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

[-- Attachment #2: 0001-gnu-gnurl-Update-to-version-7.59.0.patch --]
[-- Type: text/plain, Size: 1612 bytes --]

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

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


             reply	other threads:[~2018-04-06 12:25 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-04-06 12:24 Nils Gillmann [this message]
2018-04-08 20:49 ` bug#31076: gnurl 7.59.0 Ludovic Courtès
2018-04-08 21:28   ` [bug#31076] " Nils Gillmann
2018-04-09 16:51     ` Nils Gillmann
2018-04-09 20:49       ` Ricardo Wurmus
2018-04-10  9:41         ` Nils Gillmann

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180406122457.dg5mvmgmuotfslho@abyayala \
    --to=ng0@n0.is \
    --cc=31076@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.