all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Mark H Weaver <mhw@netris.org>
To: bug-guix@gnu.org
Subject: [PATCH] gnu: subversion: Download from apache archive site
Date: Fri, 07 Jun 2013 22:53:19 -0400	[thread overview]
Message-ID: <87r4gdxqhs.fsf@tines.lan> (raw)

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

Attempts to build subversion fail because the version currently in Guix
(1.7.8) is no longer on the apache mirror network.  It turns out that
the apache mirrors keep only a couple of recent versions.  This patch
changes the download location to archive.apache.org, which keeps old
versions around.

What do you think?

      Mark



[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: [PATCH] gnu: subversion: Download from apache archive site --]
[-- Type: text/x-diff, Size: 1072 bytes --]

From 06d670d362c140e46781bc2348fb85d822986d19 Mon Sep 17 00:00:00 2001
From: Mark H Weaver <mhw@netris.org>
Date: Fri, 7 Jun 2013 21:42:33 -0400
Subject: [PATCH] gnu: subversion: Download from apache archive site.

* gnu/packages/subversion.scm (subversion): Download from archive.apache.org,
  where versions are kept for a longer period of time.  Previously, we
  downloaded from the mirrors, which keep only the most recent versions.
---
 gnu/packages/subversion.scm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/subversion.scm b/gnu/packages/subversion.scm
index 009b341..28ddc42 100644
--- a/gnu/packages/subversion.scm
+++ b/gnu/packages/subversion.scm
@@ -34,7 +34,7 @@
     (version "1.7.8")
     (source (origin
              (method url-fetch)
-             (uri (string-append "mirror://apache/subversion/subversion-"
+             (uri (string-append "https://archive.apache.org/dist/subversion/subversion-"
                                  version ".tar.bz2"))
              (sha256
               (base32
-- 
1.7.10.4


             reply	other threads:[~2013-06-08  2:53 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-06-08  2:53 Mark H Weaver [this message]
2013-06-08 13:56 ` [PATCH] gnu: subversion: Download from apache archive site Cyril Roelandt
2013-06-08 14:50   ` Ludovic Courtès
2013-06-08 14:52 ` Ludovic Courtès

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=87r4gdxqhs.fsf@tines.lan \
    --to=mhw@netris.org \
    --cc=bug-guix@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.