diff options
author | Hector Oron <hector.oron@gmail.com> | 2011-03-13 21:28:18 +0100 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2011-03-13 21:31:34 +0100 |
commit | 308bc537919e0ea4dfbeda0889de9e6c14a73640 (patch) | |
tree | bec9ad20fcdb702ac8a962e5d964d92b0deee25d /CHANGES | |
parent | 27c152db06d018f120e2da50fa982bbd6dedfd71 (diff) | |
download | buildroot-novena-308bc537919e0ea4dfbeda0889de9e6c14a73640.tar.gz buildroot-novena-308bc537919e0ea4dfbeda0889de9e6c14a73640.zip |
fakeroot: fix download URL
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>
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -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: |