all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [PATCH] gnu: subversion: Download from apache archive site
@ 2013-06-08  2:53 Mark H Weaver
  2013-06-08 13:56 ` Cyril Roelandt
  2013-06-08 14:52 ` Ludovic Courtès
  0 siblings, 2 replies; 4+ messages in thread
From: Mark H Weaver @ 2013-06-08  2:53 UTC (permalink / raw)
  To: bug-guix

[-- 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


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

end of thread, other threads:[~2013-06-08 14:57 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-08  2:53 [PATCH] gnu: subversion: Download from apache archive site Mark H Weaver
2013-06-08 13:56 ` Cyril Roelandt
2013-06-08 14:50   ` Ludovic Courtès
2013-06-08 14:52 ` Ludovic Courtès

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.