changeset 802:d3b42dfc4d40

Minor version bumps for kernel, busybox, and e2fsprogs, add dropbear to the download list, and use shorter version of sourceforge download links.
author Rob Landley <rob@landley.net>
date Wed, 12 Aug 2009 04:33:44 -0500
parents 0a7a08d125b8
children e2b613d35bb0
files download.sh
diffstat 1 files changed, 13 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- a/download.sh	Wed Aug 12 00:57:13 2009 -0500
+++ b/download.sh	Wed Aug 12 04:33:44 2009 -0500
@@ -29,8 +29,8 @@
 # Building a cross compile toolchain requires linux headers, uClibc,
 # binutils, and gcc.
 
-URL=http://kernel.org/pub/linux/kernel/v2.6/linux-2.6.30.tar.bz2 \
-SHA1=5fb7f2ccdc59c57887d586971a157bee7af324d1 \
+URL=http://kernel.org/pub/linux/kernel/v2.6/linux-2.6.30.4.tar.bz2 \
+SHA1=44504009f86e88da419f593b009475f3255b9e13 \
 UNSTABLE=http://kernel.org/pub/linux/kernel/v2.6/testing/linux-2.6.31-rc5.tar.bz2 \
 download || dienow
 
@@ -64,8 +64,8 @@
 # BusyBox.  Adding a native toolchain requires binutils and gcc (above) plus
 # make and bash.
 
-URL=http://www.busybox.net/downloads/busybox-1.14.1.tar.bz2 \
-SHA1=5399439c4e17b6995cf3634aa16b3cf2bbe47ec3 \
+URL=http://www.busybox.net/downloads/busybox-1.14.3.tar.bz2 \
+SHA1=0162e2210e7b95396ee35f005929f747ecb9ad8f \
 UNSTABLE=http://busybox.net/downloads/busybox-snapshot.tar.bz2 \
 download || dienow
 
@@ -96,10 +96,14 @@
 SHA1=30663e8ff94f13c0553fbfb928adba91814e1b3a \
 download || dienow
 
-URL=http://downloads.sourceforge.net/sourceforge/strace/strace-4.5.18.tar.bz2 \
+URL=http://downloads.sf.net/sourceforge/strace/strace-4.5.18.tar.bz2 \
 SHA1=50081a7201dc240299396f088abe53c07de98e4c \
 download || dienow
 
+URL=http://matt.ucc.asn.au/dropbear/releases/dropbear-0.52.tar.bz2 \
+SHA1=8c1745a9b64ffae79f28e25c6fe9a8b96cac86d8 \
+download || dienow
+
 # The following packages are built and run on the host only.  (host-tools.sh
 # also builds host versions of many packages in the native root filesystem,
 # but the following packages are not cross compiled for the target, and thus
@@ -109,15 +113,15 @@
 SHA1=78f595a1fcb52f8bb2774f2d658a803530560b9c \
 download || dienow
 
-URL=http://downloads.sourceforge.net/genext2fs/genext2fs-1.4.1.tar.gz &&
+URL=http://downloads.sf.net/genext2fs/genext2fs-1.4.1.tar.gz &&
 SHA1=9ace486ee1bad0a49b02194515e42573036f7392 \
 download || dienow
 
-URL=http://downloads.sourceforge.net/e2fsprogs/e2fsprogs-1.41.4.tar.gz \
-SHA1=55da145bce7b024ab609aa4a6fc8be81a2bb3490 \
+URL=http://downloads.sf.net/e2fsprogs/e2fsprogs-1.41.8.tar.gz \
+SHA1=e86b33d8997d24ceaf6e64afa20bfc7f5f2425b4 \
 download || dienow
 
-URL=http://downloads.sourceforge.net/squashfs/squashfs4.0.tar.gz \
+URL=http://downloads.sf.net/squashfs/squashfs4.0.tar.gz \
 SHA1=3efe764ac27c507ee4a549fc6507bc86ea0660dd \
 RENAME="s/(squashfs)(.*)/\1-\2/" \
 download || dienow