[Midnightbsd-cvs] mports [15775] trunk/www/lighttpd: lighttpd 1.4.33
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sun Dec 22 21:20:18 EST 2013
Revision: 15775
http://svnweb.midnightbsd.org/mports/?rev=15775
Author: laffer1
Date: 2013-12-22 21:20:17 -0500 (Sun, 22 Dec 2013)
Log Message:
-----------
lighttpd 1.4.33
Modified Paths:
--------------
trunk/www/lighttpd/Makefile
trunk/www/lighttpd/distinfo
Added Paths:
-----------
trunk/www/lighttpd/files/patch-src-mod_extforward.c
Removed Paths:
-------------
trunk/www/lighttpd/pkg-message
Modified: trunk/www/lighttpd/Makefile
===================================================================
--- trunk/www/lighttpd/Makefile 2013-12-23 02:16:24 UTC (rev 15774)
+++ trunk/www/lighttpd/Makefile 2013-12-23 02:20:17 UTC (rev 15775)
@@ -1,12 +1,13 @@
# $MidnightBSD$
PORTNAME= lighttpd
-PORTVERSION= 1.4.32
+PORTVERSION= 1.4.33
CATEGORIES= www
MASTER_SITES= http://download.lighttpd.net/lighttpd/releases-1.4.x/
MAINTAINER= ports at MidnightBSD.org
COMMENT= A secure, fast, compliant, and very flexible Web Server
+
LICENSE= bsd3
LIB_DEPENDS+= pcre:${PORTSDIR}/devel/pcre
Modified: trunk/www/lighttpd/distinfo
===================================================================
--- trunk/www/lighttpd/distinfo 2013-12-23 02:16:24 UTC (rev 15774)
+++ trunk/www/lighttpd/distinfo 2013-12-23 02:20:17 UTC (rev 15775)
@@ -1,5 +1,5 @@
-SHA256 (lighttpd-1.4.32.tar.bz2) = 60691b2dcf3ad2472c06b23d75eb0c164bf48a08a630ed3f308f61319104701f
-SIZE (lighttpd-1.4.32.tar.bz2) = 681065
+SHA256 (lighttpd-1.4.33.tar.bz2) = 2ff2324658c0f90e7d39afd40f08f11ca230903b9019c31a2bbecd8f087f235e
+SIZE (lighttpd-1.4.33.tar.bz2) = 664850
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
Added: trunk/www/lighttpd/files/patch-src-mod_extforward.c
===================================================================
--- trunk/www/lighttpd/files/patch-src-mod_extforward.c (rev 0)
+++ trunk/www/lighttpd/files/patch-src-mod_extforward.c 2013-12-23 02:20:17 UTC (rev 15775)
@@ -0,0 +1,10 @@
+--- 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
Deleted: trunk/www/lighttpd/pkg-message
===================================================================
--- trunk/www/lighttpd/pkg-message 2013-12-23 02:16:24 UTC (rev 15774)
+++ trunk/www/lighttpd/pkg-message 2013-12-23 02:20:17 UTC (rev 15775)
@@ -1,8 +0,0 @@
-lighttpd has been installed.
-
-Upon uninstallation, check /var/log for
-lighttpd.access.log and lighttpd.error.log
-
-The latter is useful in debugging. If the
-daemon will not start, be sure to check the
-log files.
More information about the Midnightbsd-cvs
mailing list