diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2010-03-29 11:29:30 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2010-03-29 11:29:30 +0200 |
commit | daf938aa6675a611205e15c751cbcaa71e3e40a1 (patch) | |
tree | 4e2f27dbbaf7079c2eed6ed4c83af58d163f5c45 /package/busybox/busybox-1.16.0-wget.patch | |
parent | ed91e786e674122163620c2d15e7a000b6427af5 (diff) | |
download | buildroot-novena-daf938aa6675a611205e15c751cbcaa71e3e40a1.tar.gz buildroot-novena-daf938aa6675a611205e15c751cbcaa71e3e40a1.zip |
busybox: bump 1.16.x stable version
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/busybox/busybox-1.16.0-wget.patch')
-rw-r--r-- | package/busybox/busybox-1.16.0-wget.patch | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/package/busybox/busybox-1.16.0-wget.patch b/package/busybox/busybox-1.16.0-wget.patch deleted file mode 100644 index 4750a005c..000000000 --- a/package/busybox/busybox-1.16.0-wget.patch +++ /dev/null @@ -1,20 +0,0 @@ -diff -urpN busybox-1.16.0/networking/wget.c busybox-1.16.0-wget/networking/wget.c ---- busybox-1.16.0/networking/wget.c 2010-01-25 01:59:38.000000000 +0100 -+++ busybox-1.16.0-wget/networking/wget.c 2010-02-21 01:53:53.000000000 +0100 -@@ -546,6 +546,8 @@ int wget_main(int argc UNUSED_PARAM, cha - "passive-ftp\0" No_argument "\xff" - "header\0" Required_argument "\xfe" - "post-data\0" Required_argument "\xfd" -+ /* Ignored (we don't do ssl) */ -+ "no-check-certificate\0" No_argument "\xfc" - ; - #endif - -@@ -590,6 +592,7 @@ int wget_main(int argc UNUSED_PARAM, cha - if (use_proxy) { - proxy = getenv(target.is_ftp ? "ftp_proxy" : "http_proxy"); - if (proxy && proxy[0]) { -+ server.user = NULL; - parse_url(proxy, &server); - } else { - use_proxy = 0; |