changelog shortlog tags files raw bz2 zip gz

changeset: Update to busybox 1.18.4 (fixes the wget hang).

changeset 1364: 301aa1a5421d
parent 1363:4c28c5ce3102
child 1365:f6153a16bfad
author: Rob Landley <rob@landley.net>
date: Sat May 28 07:12:44 2011 -0500 (11 months ago)
files: download.sh
description: Update to busybox 1.18.4 (fixes the wget hang).
       1--- a/download.sh	Sat May 28 06:06:38 2011 -0500
       2+++ b/download.sh	Sat May 28 07:12:44 2011 -0500
       3@@ -58,8 +58,8 @@
       4 # BusyBox.  Adding a native toolchain requires binutils and gcc (above) plus
       5 # make and bash.
       6 
       7-URL=http://www.busybox.net/downloads/busybox-1.18.3.tar.bz2 \
       8-SHA1=4debdbdf8abb7ae54e0c0e2650cb03d957400533 \
       9+URL=http://www.busybox.net/downloads/busybox-1.18.4.tar.bz2 \
      10+SHA1=d285855e5770b0fb7caf477dd41ce0863657b975 \
      11 #UNSTABLE=http://busybox.net/downloads/busybox-snapshot.tar.bz2 \
      12 maybe_fork "download || dienow"
      13