diff options
Diffstat (limited to 'meta/packages/busybox/busybox-1.15.3/0000-wget-no-check-certificate.patch')
-rw-r--r-- | meta/packages/busybox/busybox-1.15.3/0000-wget-no-check-certificate.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/meta/packages/busybox/busybox-1.15.3/0000-wget-no-check-certificate.patch b/meta/packages/busybox/busybox-1.15.3/0000-wget-no-check-certificate.patch new file mode 100644 index 0000000000..c737f172b1 --- /dev/null +++ b/meta/packages/busybox/busybox-1.15.3/0000-wget-no-check-certificate.patch | |||
@@ -0,0 +1,12 @@ | |||
1 | diff --git a/networking/wget.c b/networking/wget.c | ||
2 | index 9d813dc..09edd67 100644 | ||
3 | --- a/networking/wget.c | ||
4 | +++ b/networking/wget.c | ||
5 | @@ -546,6 +546,7 @@ int wget_main(int argc UNUSED_PARAM, char **argv) | ||
6 | "passive-ftp\0" No_argument "\xff" | ||
7 | "header\0" Required_argument "\xfe" | ||
8 | "post-data\0" Required_argument "\xfd" | ||
9 | + "no-check-certificate\0" No_argument "\xfc" | ||
10 | ; | ||
11 | #endif | ||
12 | |||