diff options
author | Alexandros C. Couloumbis <alex@ozo.com> | 2010-09-06 07:22:26 +0000 |
---|---|---|
committer | Alexandros C. Couloumbis <alex@ozo.com> | 2010-09-06 07:22:26 +0000 |
commit | 5510149e78cb9123c602fc7a1a0b4fde689ff464 (patch) | |
tree | 583c1a0c3a93fa72ed8d9b9cadaacc082c8dd783 /package/busybox/patches/310-passwd_access.patch | |
parent | 7d045509fd704c9751fe1f01608d76bfbf951084 (diff) | |
download | upstream-5510149e78cb9123c602fc7a1a0b4fde689ff464.tar.gz upstream-5510149e78cb9123c602fc7a1a0b4fde689ff464.tar.bz2 upstream-5510149e78cb9123c602fc7a1a0b4fde689ff464.zip |
package/busybox: update to busybox-1.7.2, include upstream patches, refresh patches
SVN-Revision: 22953
Diffstat (limited to 'package/busybox/patches/310-passwd_access.patch')
-rw-r--r-- | package/busybox/patches/310-passwd_access.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/busybox/patches/310-passwd_access.patch b/package/busybox/patches/310-passwd_access.patch index 5faf6faf19..24241c1260 100644 --- a/package/busybox/patches/310-passwd_access.patch +++ b/package/busybox/patches/310-passwd_access.patch @@ -3,7 +3,7 @@ --- a/networking/httpd.c +++ b/networking/httpd.c -@@ -1717,21 +1717,32 @@ static int check_user_passwd(const char +@@ -1717,21 +1717,32 @@ static int check_user_passwd(const char if (ENABLE_FEATURE_HTTPD_AUTH_MD5) { char *md5_passwd; |