[oe-commits] Bernhard Reutner-Fischer : busybox: wget accept and ignore --no-check-certificate

git version control git at git.openembedded.org
Thu Mar 4 14:36:33 UTC 2010


Module: openembedded.git
Branch: shr/unstable
Commit: b80195157362d5dcbb5158bb098ec45dea4af4ff
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=b80195157362d5dcbb5158bb098ec45dea4af4ff

Author: Bernhard Reutner-Fischer <rep.dot.nop at gmail.com>
Date:   Wed Feb 10 10:35:34 2010 +0000

busybox: wget accept and ignore --no-check-certificate

needed for self-hosting; applied to upstream

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop at gmail.com>
Acked-by: Marcin Juszkiewicz <marcin at juszkiewicz.com.pl>

---

 .../0000-wget-no-check-certificate.patch           |   12 ++++++++++++
 recipes/busybox/busybox_1.15.3.bb                  |    1 +
 2 files changed, 13 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 0000000..c737f17
--- /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
+ 
diff --git a/recipes/busybox/busybox_1.15.3.bb b/recipes/busybox/busybox_1.15.3.bb
index b638f9c..1e1aa1e 100644
--- a/recipes/busybox/busybox_1.15.3.bb
+++ b/recipes/busybox/busybox_1.15.3.bb
@@ -9,6 +9,7 @@ SRC_URI = "\
   file://B921600.patch;patch=1 \
   file://get_header_tar.patch;patch=1 \
   file://busybox-appletlib-dependency.patch;patch=1 \
+  file://0000-wget-no-check-certificate.patch;patch=1 \
   file://find-touchscreen.sh \
   file://busybox-cron \
   file://busybox-httpd \





More information about the Openembedded-commits mailing list