ports/111552: [PATCH] www/lighttpd: update to 1.4.15
Gea-Suan Lin
gslin at gslin.org
Sat Apr 14 04:40:03 UTC 2007
>Number: 111552
>Category: ports
>Synopsis: [PATCH] www/lighttpd: update to 1.4.15
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: update
>Submitter-Id: current-users
>Arrival-Date: Sat Apr 14 04:40:03 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator: Gea-Suan Lin
>Release: FreeBSD 6.2-RELEASE i386
>Organization:
>Environment:
System: FreeBSD netnews.NCTU.edu.tw 6.2-RELEASE FreeBSD 6.2-RELEASE #1: Sun Jan 14 14:05:12 CST 2007
>Description:
- Update to 1.4.15
Removed file(s):
- files/patch-src__connections.c
- files/patch-src__mod_cgi.c
- files/patch-src__mod_webdav.c
Port maintainer (mnag at FreeBSD.org) is cc'd.
Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:
--- lighttpd-1.4.15.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/www/lighttpd/Makefile /home/staff/gslin/work/ports/lighttpd/Makefile
--- /usr/ports/www/lighttpd/Makefile Tue Mar 27 03:37:07 2007
+++ /home/staff/gslin/work/ports/lighttpd/Makefile Sat Apr 14 12:22:59 2007
@@ -6,8 +6,7 @@
#
PORTNAME= lighttpd
-PORTVERSION= 1.4.13
-PORTREVISION= 2
+PORTVERSION= 1.4.15
CATEGORIES= www
MASTER_SITES= http://www.lighttpd.net/download/ \
http://mirrors.cat.pdx.edu/lighttpd/
@@ -17,11 +16,11 @@
LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre
-USE_AUTOTOOLS= autoconf:259 libtool:15
+USE_AUTOTOOLS= libtool:15
GNU_CONFIGURE= yes
USE_GNOME= lthack
USE_RC_SUBR= lighttpd.sh
-CONFIGURE_ARGS= --libdir=${PREFIX}/lib/lighttpd
+CONFIGURE_ARGS= --libdir=${PREFIX}/lib/lighttpd --mandir=${PREFIX}/man
CONFIGURE_ENV+= CFLAGS="${CFLAGS}"
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
diff -ruN --exclude=CVS /usr/ports/www/lighttpd/distinfo /home/staff/gslin/work/ports/lighttpd/distinfo
--- /usr/ports/www/lighttpd/distinfo Tue Oct 31 19:39:53 2006
+++ /home/staff/gslin/work/ports/lighttpd/distinfo Sat Apr 14 11:57:24 2007
@@ -1,3 +1,3 @@
-MD5 (lighttpd-1.4.13.tar.gz) = d775d6478391b95d841a1018c8db0b95
-SHA256 (lighttpd-1.4.13.tar.gz) = 62d5997fdb41afa9400adcdb040d04a1f5fa950045df96e3e3f593e8f0de5739
-SIZE (lighttpd-1.4.13.tar.gz) = 797813
+MD5 (lighttpd-1.4.15.tar.gz) = d2ceaaf242b2b3593ff4d8222d543649
+SHA256 (lighttpd-1.4.15.tar.gz) = 7eecd4f9a3b19f4ef5e4d4b4b9635abb699ee6abfc08f029e5df1234670e1831
+SIZE (lighttpd-1.4.15.tar.gz) = 794327
diff -ruN --exclude=CVS /usr/ports/www/lighttpd/files/patch-src__connections.c /home/staff/gslin/work/ports/lighttpd/files/patch-src__connections.c
--- /usr/ports/www/lighttpd/files/patch-src__connections.c Tue Mar 13 03:34:54 2007
+++ /home/staff/gslin/work/ports/lighttpd/files/patch-src__connections.c Thu Jan 1 08:00:00 1970
@@ -1,11 +0,0 @@
---- src/connections.c.orig 2007-01-05 10:56:08.000000000 -0800
-+++ src/connections.c 2007-01-05 10:56:23.000000000 -0800
-@@ -970,7 +970,7 @@
- }
- } else {
- /* a splited \r \n */
-- return -1;
-+ break;
- }
- }
- }
diff -ruN --exclude=CVS /usr/ports/www/lighttpd/files/patch-src__mod_cgi.c /home/staff/gslin/work/ports/lighttpd/files/patch-src__mod_cgi.c
--- /usr/ports/www/lighttpd/files/patch-src__mod_cgi.c Mon Mar 26 20:36:46 2007
+++ /home/staff/gslin/work/ports/lighttpd/files/patch-src__mod_cgi.c Thu Jan 1 08:00:00 1970
@@ -1,18 +0,0 @@
-#
-# http://trac.lighttpd.net/trac/ticket/861
-#
---- src/mod_cgi.c.orig Mon Mar 26 09:25:21 2007
-+++ src/mod_cgi.c Mon Mar 26 09:27:23 2007
-@@ -842,6 +842,12 @@
- CONST_BUF_LEN(con->authed_user));
- }
-
-+#ifdef USE_OPENSSL
-+ if (srv_sock->is_ssl) {
-+ cgi_env_add(&env, CONST_STR_LEN("HTTPS"), CONST_STR_LEN("on"));
-+ }
-+#endif
-+
- /* request.content_length < SSIZE_MAX, see request.c */
- ltostr(buf, con->request.content_length);
- cgi_env_add(&env, CONST_STR_LEN("CONTENT_LENGTH"), buf, strlen(buf));
diff -ruN --exclude=CVS /usr/ports/www/lighttpd/files/patch-src__mod_webdav.c /home/staff/gslin/work/ports/lighttpd/files/patch-src__mod_webdav.c
--- /usr/ports/www/lighttpd/files/patch-src__mod_webdav.c Tue Oct 31 11:22:20 2006
+++ /home/staff/gslin/work/ports/lighttpd/files/patch-src__mod_webdav.c Thu Jan 1 08:00:00 1970
@@ -1,18 +0,0 @@
---- src/mod_webdav.c.orig Tue Oct 10 01:08:09 2006
-+++ src/mod_webdav.c Tue Oct 10 01:09:02 2006
-@@ -1151,11 +1151,13 @@
- *
- */
- int webdav_has_lock(server *srv, connection *con, plugin_data *p, buffer *uri) {
-- UNUSED(srv);
- int has_lock = 1;
--
- #ifdef USE_LOCKS
- data_string *ds;
-+#endif
-+ UNUSED(srv);
-+
-+#ifdef USE_LOCKS
-
- /**
- * This implementation is more fake than real
diff -ruN --exclude=CVS /usr/ports/www/lighttpd/pkg-plist /home/staff/gslin/work/ports/lighttpd/pkg-plist
--- /usr/ports/www/lighttpd/pkg-plist Wed Sep 27 03:25:52 2006
+++ /home/staff/gslin/work/ports/lighttpd/pkg-plist Sat Apr 14 12:35:07 2007
@@ -36,6 +36,9 @@
lib/lighttpd/mod_expire.a
lib/lighttpd/mod_expire.la
lib/lighttpd/mod_expire.so
+lib/lighttpd/mod_extforward.a
+lib/lighttpd/mod_extforward.la
+lib/lighttpd/mod_extforward.so
lib/lighttpd/mod_fastcgi.a
lib/lighttpd/mod_fastcgi.la
lib/lighttpd/mod_fastcgi.so
--- lighttpd-1.4.15.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list