diff options
author | mm <mm@FreeBSD.org> | 2014-01-21 03:45:03 +0800 |
---|---|---|
committer | mm <mm@FreeBSD.org> | 2014-01-21 03:45:03 +0800 |
commit | 34c65be762ce601caf9f8e16e90905c2c7911e34 (patch) | |
tree | d2046b3d7b4862212d942e25fa1df59aa0c7fe0f /www/lighttpd | |
parent | 9b61f2cd9089e2b600ed478819e0c6503f307d63 (diff) | |
download | freebsd-ports-gnome-34c65be762ce601caf9f8e16e90905c2c7911e34.tar.gz freebsd-ports-gnome-34c65be762ce601caf9f8e16e90905c2c7911e34.tar.zst freebsd-ports-gnome-34c65be762ce601caf9f8e16e90905c2c7911e34.zip |
Update lighttpd to 1.4.34
Diffstat (limited to 'www/lighttpd')
-rw-r--r-- | www/lighttpd/Makefile | 2 | ||||
-rw-r--r-- | www/lighttpd/distinfo | 4 | ||||
-rw-r--r-- | www/lighttpd/files/patch-src-mod_extforward.c | 10 |
3 files changed, 3 insertions, 13 deletions
diff --git a/www/lighttpd/Makefile b/www/lighttpd/Makefile index ac47b064aa80..de4b8d35d9fa 100644 --- a/www/lighttpd/Makefile +++ b/www/lighttpd/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME?= lighttpd -PORTVERSION= 1.4.33 +PORTVERSION= 1.4.34 CATEGORIES?= www MASTER_SITES?= http://download.lighttpd.net/lighttpd/releases-1.4.x/ diff --git a/www/lighttpd/distinfo b/www/lighttpd/distinfo index f6252811742d..b4019f06ae04 100644 --- a/www/lighttpd/distinfo +++ b/www/lighttpd/distinfo @@ -1,5 +1,5 @@ -SHA256 (lighttpd-1.4.33.tar.bz2) = 2ff2324658c0f90e7d39afd40f08f11ca230903b9019c31a2bbecd8f087f235e -SIZE (lighttpd-1.4.33.tar.bz2) = 664850 +SHA256 (lighttpd-1.4.34.tar.bz2) = e4b5682ef21b0bdea4a18dc7ccac6b5a0bf526b691ad0fe5c25c8b9fc38d0c12 +SIZE (lighttpd-1.4.34.tar.bz2) = 665651 SHA256 (lighttpd-1.4.26_mod_h264_streaming-2.2.9.patch.gz) = d7c3704d5253c4f3c18459f89059063b311e50096cd2c38fc982cec683c32e61 SIZE (lighttpd-1.4.26_mod_h264_streaming-2.2.9.patch.gz) = 44695 SHA256 (lighttpd-1.4.26_mod_geoip.patch.gz) = db43cc0ed7c808b5eed3185d97346e70dea0f1ef4fa9ed436d08e4faff7f97e7 diff --git a/www/lighttpd/files/patch-src-mod_extforward.c b/www/lighttpd/files/patch-src-mod_extforward.c deleted file mode 100644 index d0a5cf3c8d26..000000000000 --- a/www/lighttpd/files/patch-src-mod_extforward.c +++ /dev/null @@ -1,10 +0,0 @@ ---- src/mod_extforward.c.orig 2013-09-29 07:35:49.552153230 +0200 -+++ src/mod_extforward.c 2013-09-29 07:35:58.633202984 +0200 -@@ -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 |