summaryrefslogtreecommitdiff
path: root/recipes/busybox/busybox-1.15.3
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2010-02-10 10:35:34 +0000
committerMarcin Juszkiewicz <marcin@juszkiewicz.com.pl>2010-03-04 15:15:24 +0100
commitb80195157362d5dcbb5158bb098ec45dea4af4ff (patch)
tree9f22af2babbea2946cfde15fb0631b1e23988b9d /recipes/busybox/busybox-1.15.3
parentedac9ba83634d92469910535544613c3bc4e88c4 (diff)
busybox: wget accept and ignore --no-check-certificate
needed for self-hosting; applied to upstream Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> Acked-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
Diffstat (limited to 'recipes/busybox/busybox-1.15.3')
-rw-r--r--recipes/busybox/busybox-1.15.3/0000-wget-no-check-certificate.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes/busybox/busybox-1.15.3/0000-wget-no-check-certificate.patch b/recipes/busybox/busybox-1.15.3/0000-wget-no-check-certificate.patch
new file mode 100644
index 0000000000..c737f172b1
--- /dev/null
+++ b/recipes/busybox/busybox-1.15.3/0000-wget-no-check-certificate.patch
@@ -0,0 +1,12 @@
+diff --git a/networking/wget.c b/networking/wget.c
+index 9d813dc..09edd67 100644
+--- a/networking/wget.c
++++ b/networking/wget.c
+@@ -546,6 +546,7 @@ int wget_main(int argc UNUSED_PARAM, char **argv)
+ "passive-ftp\0" No_argument "\xff"
+ "header\0" Required_argument "\xfe"
+ "post-data\0" Required_argument "\xfd"
++ "no-check-certificate\0" No_argument "\xfc"
+ ;
+ #endif
+