changeset 1019:dab0e08d2de8

Busybox 1.16.1 is out.
author Rob Landley <rob@landley.net>
date Mon, 29 Mar 2010 00:52:19 -0500
parents e2f4f7431ec4
children b9319aa31df8
files download.sh sources/patches/busybox-wc.patch
diffstat 2 files changed, 2 insertions(+), 13 deletions(-) [+]
line wrap: on
line diff
--- a/download.sh	Sun Mar 28 15:12:23 2010 -0500
+++ b/download.sh	Mon Mar 29 00:52:19 2010 -0500
@@ -56,8 +56,8 @@
 # BusyBox.  Adding a native toolchain requires binutils and gcc (above) plus
 # make and bash.
 
-URL=http://www.busybox.net/downloads/busybox-1.16.0.tar.bz2 \
-SHA1=727f6280729cd9e819ae2bb0065b9cd12a27efb1 \
+URL=http://www.busybox.net/downloads/busybox-1.16.1.tar.bz2 \
+SHA1=80afb37152e07d7f8d33dec27871d8facc0350a0 \
 UNSTABLE=http://busybox.net/downloads/busybox-snapshot.tar.bz2 \
 maybe_fork "download || dienow"
 
--- a/sources/patches/busybox-wc.patch	Sun Mar 28 15:12:23 2010 -0500
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,11 +0,0 @@
---- busybox.4/coreutils/wc.c
-+++ busybox.5/coreutils/wc.c
-@@ -88,6 +88,8 @@ int wc_main(int argc UNUSED_PARAM, char
- 	if (!argv[0]) {
- 		*--argv = (char *) bb_msg_standard_input;
- 		fname_fmt = "\n";
-+	}
-+	if (!argv[1]) {
- 		if (!((print_type-1) & print_type)) /* exactly one option? */
- 			start_fmt = "%"COUNT_FMT;
- 	}