aboutsummaryrefslogtreecommitdiffstats
path: root/package/busybox/patches/110-wget_getopt_fix.patch
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2011-11-23 19:41:36 +0000
committerNicolas Thill <nico@openwrt.org>2011-11-23 19:41:36 +0000
commitbe4f27f38b4238088cfd9cecbdae1e462ef3005a (patch)
tree5a5c7c0d8dd58039280ab9f67013dd675c505d3a /package/busybox/patches/110-wget_getopt_fix.patch
parente73515487465f48efffb4fc5c4d0d4d150953e96 (diff)
downloadupstream-be4f27f38b4238088cfd9cecbdae1e462ef3005a.tar.gz
upstream-be4f27f38b4238088cfd9cecbdae1e462ef3005a.tar.bz2
upstream-be4f27f38b4238088cfd9cecbdae1e462ef3005a.zip
package/busybox: wget: URL-decode user:password before base64-encoding it into auth hdr (upstream fix)
SVN-Revision: 29299
Diffstat (limited to 'package/busybox/patches/110-wget_getopt_fix.patch')
-rw-r--r--package/busybox/patches/110-wget_getopt_fix.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/busybox/patches/110-wget_getopt_fix.patch b/package/busybox/patches/110-wget_getopt_fix.patch
index e679870b92..52b9d94be0 100644
--- a/package/busybox/patches/110-wget_getopt_fix.patch
+++ b/package/busybox/patches/110-wget_getopt_fix.patch
@@ -1,6 +1,6 @@
--- a/networking/wget.c
+++ b/networking/wget.c
-@@ -872,7 +872,7 @@ int wget_main(int argc UNUSED_PARAM, cha
+@@ -871,7 +871,7 @@ int wget_main(int argc UNUSED_PARAM, cha
/* Ignored: */
// "tries\0" Required_argument "t"
/* Ignored (we always use PASV): */