diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2008-08-20 14:00:34 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2008-08-20 14:00:34 +0000 |
commit | 1e82faaa5e835b00676421b1c63bef541f8ca0d3 (patch) | |
tree | abda8ea9d70f7d10c897cf214028b9037b17f784 /package/busybox/patches/440-httpd_chdir.patch | |
parent | e3d9bc5779a012df82e2c48af3bef81bb011257a (diff) | |
download | upstream-1e82faaa5e835b00676421b1c63bef541f8ca0d3.tar.gz upstream-1e82faaa5e835b00676421b1c63bef541f8ca0d3.tar.bz2 upstream-1e82faaa5e835b00676421b1c63bef541f8ca0d3.zip |
upgrade busybox to v1.11.1 and add current upstream fixes
SVN-Revision: 12348
Diffstat (limited to 'package/busybox/patches/440-httpd_chdir.patch')
-rw-r--r-- | package/busybox/patches/440-httpd_chdir.patch | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/package/busybox/patches/440-httpd_chdir.patch b/package/busybox/patches/440-httpd_chdir.patch index e7ae3bca77..0cf2b42a56 100644 --- a/package/busybox/patches/440-httpd_chdir.patch +++ b/package/busybox/patches/440-httpd_chdir.patch @@ -1,10 +1,8 @@ -Index: busybox-1.7.2/networking/httpd.c -=================================================================== ---- busybox-1.7.2.orig/networking/httpd.c 2007-10-30 15:35:04.000000000 -0500 -+++ busybox-1.7.2/networking/httpd.c 2007-10-30 15:35:04.000000000 -0500 -@@ -1618,6 +1618,7 @@ - #if ENABLE_FEATURE_HTTPD_BASIC_AUTH - int credentials = -1; /* if not required this is Ok */ +--- a/networking/httpd.c ++++ b/networking/httpd.c +@@ -1797,6 +1797,7 @@ + char *header_ptr = header_ptr; + Htaccess_Proxy *proxy_entry; #endif + xchdir(home_httpd); |