diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2014-01-20 15:19:06 -0300 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2014-01-20 22:23:29 +0100 |
commit | 8e12b490f8787ae02b851f4fba7e028baa9ea1b0 (patch) | |
tree | 7bc6ff661163865afafae1ef5f471af8fb408d16 /package/lighttpd/lighttpd-02-mod_extforward.patch | |
parent | 485f07dd4c41a211041e73351b4477e21bbc2d68 (diff) | |
download | buildroot-8e12b490f8787ae02b851f4fba7e028baa9ea1b0.tar.gz buildroot-8e12b490f8787ae02b851f4fba7e028baa9ea1b0.zip |
lighttpd: bump to version 1.4.34
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/lighttpd/lighttpd-02-mod_extforward.patch')
-rw-r--r-- | package/lighttpd/lighttpd-02-mod_extforward.patch | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/package/lighttpd/lighttpd-02-mod_extforward.patch b/package/lighttpd/lighttpd-02-mod_extforward.patch deleted file mode 100644 index 3efd2b1e02..0000000000 --- a/package/lighttpd/lighttpd-02-mod_extforward.patch +++ /dev/null @@ -1,14 +0,0 @@ -From http://redmine.lighttpd.net/issues/2515 - -Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> - ---- a/src/mod_extforward.c (revision 2909) -+++ b/src/mod_extforward.c (working copy) -@@ -439,7 +439,6 @@ - #ifdef HAVE_IPV6 - ipstr_to_sockaddr(srv, real_remote_addr, &sock); - #else -- UNUSED(addrs_left); - sock.ipv4.sin_addr.s_addr = inet_addr(real_remote_addr); - sock.plain.sa_family = (sock.ipv4.sin_addr.s_addr == 0xFFFFFFFF) ? AF_UNSPEC : AF_INET; - #endif |