From 387754249806a6f438575368ce1694786b3a4084 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Mon, 12 Jul 2010 14:16:38 +0200 Subject: busbox: add 1.17.0 upstream fixes Signed-off-by: Peter Korsgaard --- package/busybox/busybox-1.17.0/busybox-1.17.0-wget.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 package/busybox/busybox-1.17.0/busybox-1.17.0-wget.patch (limited to 'package/busybox/busybox-1.17.0/busybox-1.17.0-wget.patch') diff --git a/package/busybox/busybox-1.17.0/busybox-1.17.0-wget.patch b/package/busybox/busybox-1.17.0/busybox-1.17.0-wget.patch new file mode 100644 index 000000000..d649f65eb --- /dev/null +++ b/package/busybox/busybox-1.17.0/busybox-1.17.0-wget.patch @@ -0,0 +1,12 @@ +diff -urpN busybox-1.17.0/networking/wget.c busybox-1.17.0-wget/networking/wget.c +--- busybox-1.17.0/networking/wget.c 2010-06-24 04:40:43.000000000 +0200 ++++ busybox-1.17.0-wget/networking/wget.c 2010-07-12 03:27:57.000000000 +0200 +@@ -50,7 +50,7 @@ static void progress_meter(int flag) + } + + bb_progress_update(&G.pmt, G.curfile, G.beg_range, G.transferred, +- G.chunked ? 0 : G.content_len + G.beg_range); ++ G.chunked ? 0 : G.beg_range + G.transferred + G.content_len); + + if (flag == 0) { + /* last call to progress_meter */ -- cgit v1.2.3