all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: ng0 <ng0@n0.is>
To: 29626@debbugs.gnu.org
Subject: [bug#29626] gnurl: Switch to mirror://gnu
Date: Sat, 9 Dec 2017 17:03:16 +0000	[thread overview]
Message-ID: <20171209170316.7v2ukogs4k523uwz@abyayala> (raw)


[-- Attachment #1.1: Type: text/plain, Size: 443 bytes --]

Switch source to use the new location at gnu.org.
This includes a tarball format change (tar.bz2 -> tar.xz),
something that wasn't possible on our Drupal Site installation.
Implicit: there's also a hash change.

Thanks to the team at GNU that handled this, although the
procedure took quiet a long time to finish.
-- 
GnuPG: A88C8ADD129828D7EAC02E52E22F9BBFEE348588
GnuPG: https://c.n0.is/ng0_pubkeys/tree/keys
  WWW: https://n0.is

[-- Attachment #1.2: 0001-gnu-gnurl-Use-new-download-URL.patch --]
[-- Type: text/plain, Size: 1222 bytes --]

From bfed8a4697de7c7c966c58e1dc7a9b5ccdcc40f3 Mon Sep 17 00:00:00 2001
From: ng0 <ng0@n0.is>
Date: Sat, 9 Dec 2017 16:53:50 +0000
Subject: [PATCH] gnu: gnurl: Use new download URL.

* gnu/packages/gnunet.scm (gnurl)[source]: Use mirror://gnu.
---
 gnu/packages/gnunet.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/gnunet.scm b/gnu/packages/gnunet.scm
index 24269dfe2..2d238febc 100644
--- a/gnu/packages/gnunet.scm
+++ b/gnu/packages/gnunet.scm
@@ -188,11 +188,10 @@ authentication and support for SSL3 and TLS.")
    (version "7.57.0")
    (source (origin
             (method url-fetch)
-            (uri (string-append "https://gnunet.org/sites/default/files/"
-                                name "-" version ".tar.bz2"))
+            (uri (string-append "mirror://gnu/gnunet/" name "-" version ".tar.xz"))
             (sha256
              (base32
-              "1dykh12mc241jnxcd8q5pm1yw9ras53ywyba9f9dy5cq39j2mk9c"))))
+              "0cl2x1jddnhn1z8gd75w6k7lb6pymn5rf2vqgl2vdkbxsz677z07"))))
    (build-system gnu-build-system)
    (outputs '("out"
               "doc"))                             ; 1.5 MiB of man3 pages
-- 
2.15.1


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

             reply	other threads:[~2017-12-09 17:04 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-12-09 17:03 ng0 [this message]
2017-12-09 21:18 ` bug#29626: gnurl: Switch to mirror://gnu Leo Famulari

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=20171209170316.7v2ukogs4k523uwz@abyayala \
    --to=ng0@n0.is \
    --cc=29626@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.