summaryrefslogtreecommitdiff
path: root/package/busybox/patches/440-httpd_chdir.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/440-httpd_chdir.patch
parente73515487465f48efffb4fc5c4d0d4d150953e96 (diff)
downloadmtk-20170518-be4f27f38b4238088cfd9cecbdae1e462ef3005a.zip
mtk-20170518-be4f27f38b4238088cfd9cecbdae1e462ef3005a.tar.gz
mtk-20170518-be4f27f38b4238088cfd9cecbdae1e462ef3005a.tar.bz2
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/440-httpd_chdir.patch')
-rw-r--r--package/busybox/patches/440-httpd_chdir.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/busybox/patches/440-httpd_chdir.patch b/package/busybox/patches/440-httpd_chdir.patch
index da069f6..401c6eb 100644
--- a/package/busybox/patches/440-httpd_chdir.patch
+++ b/package/busybox/patches/440-httpd_chdir.patch
@@ -1,6 +1,6 @@
--- a/networking/httpd.c
+++ b/networking/httpd.c
-@@ -1886,6 +1886,7 @@ static void handle_incoming_and_exit(con
+@@ -1814,6 +1814,7 @@ static void handle_incoming_and_exit(con
char *header_ptr = header_ptr;
Htaccess_Proxy *proxy_entry;
#endif