Bug 3451

Summary: fakeroot package: wrong FAKEROOT_SITE variable
Product: buildroot Reporter: Hector Oron <hector.oron>
Component: Outdated packageAssignee: unassigned
Status: RESOLVED FIXED    
Severity: normal CC: buildroot
Priority: P5    
Version: 2010.11   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Host: Target:
Build:

Description Hector Oron 2011-03-09 12:10:30 UTC
Hello,

  FAKEROOT_SITE points to the wrong URL within buildroot fakeroot package.
  The following patch fixes this issue:

diff -Naur buildroot-2010.11/package/fakeroot//fakeroot.mk buildroot-2010.11.fix/package/fakeroot//fakeroot.mk
--- buildroot-2010.11/package/fakeroot//fakeroot.mk     2010-11-30 15:52:43.000000000 +0000
+++ buildroot-2010.11.fix/package/fakeroot//fakeroot.mk 2011-03-09 12:01:14.636006340 +0000
@@ -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/
 FAKEROOT_LIBTOOL_PATCH=NO
 
 define FAKEROOT_PATCH_FAKEROOT_IN

Cheers,
  -- Hector Oron
Comment 1 Peter Korsgaard 2011-03-13 20:30:38 UTC
Committed, thanks