changeset 29:f3e1afd794a5

The zlib developers remove each old version as the new one as released, to discourage people from using it (I.E. zlib). Remind me to copy the mirroring architecture into the control image shared infrastructure.
author Rob Landley <rob@landley.net>
date Sun, 10 Jun 2012 20:30:25 -0500
parents 7e6935234d63
children 488f0a1ac475
files images/busybox-test/build.sh images/gentoo-bootstrap/download.sh images/static-tools/build.sh
diffstat 3 files changed, 6 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/images/busybox-test/build.sh	Sun Jun 10 20:25:48 2012 -0500
+++ b/images/busybox-test/build.sh	Sun Jun 10 20:30:25 2012 -0500
@@ -4,8 +4,8 @@
 
 EXTRACT_ALL=1
 
-URL=http://www.busybox.net/downloads/busybox-1.19.4.tar.bz2 \
-SHA1=5d7db83d8efbadc19c86ec236e673504bbf43517 \
+URL=http://www.busybox.net/downloads/busybox-1.20.0.tar.bz2 \
+SHA1=b8f5721557d437d2539dd3f7db91683ec50bdade \
 maybe_fork "download || dienow"
 
 cat > "$WORK"/init << 'EOF' || dienow
--- a/images/gentoo-bootstrap/download.sh	Sun Jun 10 20:25:48 2012 -0500
+++ b/images/gentoo-bootstrap/download.sh	Sun Jun 10 20:30:25 2012 -0500
@@ -1,7 +1,7 @@
 # Download all the source tarballs we haven't got up-to-date copies of.
 
-URL=http://zlib.net/zlib-1.2.5.tar.bz2 \
-SHA1=543fa9abff0442edca308772d6cef85557677e02 \
+URL=http://zlib.net/zlib-1.2.7.tar.bz2 \
+SHA1=858818fe6d358ec682d54ac5e106a2dd62628e7f \
 maybe_fork "download || dienow"
 
 URL=http://ftp.gnu.org/pub/gnu/ncurses/ncurses-5.7.tar.gz \
--- a/images/static-tools/build.sh	Sun Jun 10 20:25:48 2012 -0500
+++ b/images/static-tools/build.sh	Sun Jun 10 20:30:25 2012 -0500
@@ -15,8 +15,8 @@
 SHA1=5554c2fd8ffae5c1e2b289b2024aa85a0889c989 \
 maybe_fork download || dienow
 
-URL=http://zlib.net/zlib-1.2.5.tar.bz2 \
-SHA1=543fa9abff0442edca308772d6cef85557677e02 \
+URL=http://zlib.net/zlib-1.2.7.tar.bz2 \
+SHA1=858818fe6d358ec682d54ac5e106a2dd62628e7f \
 maybe_fork "download || dienow"
 
 URL=http://matt.ucc.asn.au/dropbear/releases/dropbear-2012.55.tar.bz2