fakeroot: fix download URL
authorHector Oron <hector.oron@gmail.com>
Sun, 13 Mar 2011 20:28:18 +0000 (21:28 +0100)
committerPeter Korsgaard <jacmet@sunsite.dk>
Sun, 13 Mar 2011 20:31:34 +0000 (21:31 +0100)
Closes #3451

The Debian package snapshot service moved to an official debian.org
address last year (http://www.debian.org/News/2010/20100412) with a
slightly different URL structure, so adjust the download URL to match.

Signed-off-by: Hector Oron <hector.oron@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
CHANGES
package/fakeroot/fakeroot.mk

diff --git a/CHANGES b/CHANGES
index eafa2016b4d5eeecd45fde322d1d78be2ab3a47f..9f5ad597c4271c81171b94af9e0706604daa6a05 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,12 +1,13 @@
 2011.05, Not released yet:
 
-       Updated/fixed packages: avahi, busybox, dropbear, ffmpeg,
-       file, gnuconfig, gst-ffmpeg, imagemagick, libdnet, libpng,
-       libxml2, libxslt, makedevs, mpg123, pkg-config, qt, samba,
-       squashfs, xerces, xorg-server, xz
+       Updated/fixed packages: avahi, busybox, dropbear, fakeroot,
+       ffmpeg, file, gnuconfig, gst-ffmpeg, imagemagick, libdnet,
+       libpng, libxml2, libxslt, makedevs, mpg123, pkg-config, qt,
+       samba, squashfs, xerces, xorg-server, xz
 
        Issues resolved (http://bugs.uclibc.org):
 
+       #3451: fakeroot package: wrong FAKEROOT_SITE variable
        #3475: Calling sync on large filesystems when not always necessary
 
 2011.02, Released February 28th, 2011:
index 347a6410a3e0fd9ef9b96c3c22f964d3391f22ec..a67280486f2fe82debbe0b8fb5ca8961a2bb3720 100644 (file)
@@ -5,7 +5,7 @@
 #############################################################
 FAKEROOT_VERSION:=1.9.5
 FAKEROOT_SOURCE:=fakeroot_$(FAKEROOT_VERSION).tar.gz
-FAKEROOT_SITE:=http://snapshot.debian.net/archive/2008/04/27/debian/pool/main/f/fakeroot/
+FAKEROOT_SITE:=http://snapshot.debian.org/archive/debian/20080427T000000Z/pool/main/f/fakeroot/
 
 define FAKEROOT_PATCH_FAKEROOT_IN
        # If using busybox getopt, make it be quiet.