Date: Sat, 7 Mar 2009 21:14:41 +0100 (CET) From: Daniel Gerzo <danger@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: mnag@FreeBSD.org Subject: ports/132395: [PATCH] www/lighttpd: update to 1.4.22 Message-ID: <200903072014.n27KEffj039541@lightstorm.rulez.sk> Resent-Message-ID: <200903072020.n27KK2A0073950@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 132395 >Category: ports >Synopsis: [PATCH] www/lighttpd: update to 1.4.22 >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 Mar 07 20:20:02 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Daniel Gerzo >Release: FreeBSD 7.1-STABLE amd64 >Organization: SysCare s. r. o. >Environment: System: FreeBSD 7.1-STABLE #0: Tue Jan 20 21:16:42 CET 2009 >Description: - Update to 1.4.22 Removed file(s): - files/patch-src__network_freebsd_sendfile.c - files/patch-src_mod_simple_vhost.c Port maintainer (mnag@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- lighttpd-1.4.22.patch begins here --- diff -ruN --exclude=CVS /usr/ports/www/lighttpd/Makefile /usr/ports/www/lighttpd.new/Makefile --- /usr/ports/www/lighttpd/Makefile 2009-02-24 20:06:36.000000000 +0100 +++ /usr/ports/www/lighttpd.new/Makefile 2009-03-07 21:13:41.000000000 +0100 @@ -6,8 +6,7 @@ # PORTNAME= lighttpd -PORTVERSION= 1.4.21 -PORTREVISION= 2 +PORTVERSION= 1.4.22 CATEGORIES= www MASTER_SITES= http://www.lighttpd.net/download/ \ http://mirrors.cat.pdx.edu/lighttpd/ diff -ruN --exclude=CVS /usr/ports/www/lighttpd/distinfo /usr/ports/www/lighttpd.new/distinfo --- /usr/ports/www/lighttpd/distinfo 2009-02-21 19:38:00.000000000 +0100 +++ /usr/ports/www/lighttpd.new/distinfo 2009-03-07 21:11:53.000000000 +0100 @@ -1,3 +1,3 @@ -MD5 (lighttpd-1.4.21.tar.bz2) = 49eeba63c931fa82120711adc7182731 -SHA256 (lighttpd-1.4.21.tar.bz2) = 1c5f4e3643773fc5885c1fb0eb588852099ceb1f2517cf4e5e5211cc5504ebd1 -SIZE (lighttpd-1.4.21.tar.bz2) = 657787 +MD5 (lighttpd-1.4.22.tar.bz2) = ed4ca3897eadf419c893b03fee53c982 +SHA256 (lighttpd-1.4.22.tar.bz2) = 6d217dd47fbbf431ee37aa6f12604411204be1fb37bc2a70e14d15dab507c451 +SIZE (lighttpd-1.4.22.tar.bz2) = 657939 diff -ruN --exclude=CVS /usr/ports/www/lighttpd/files/patch-src__network_freebsd_sendfile.c /usr/ports/www/lighttpd.new/files/patch-src__network_freebsd_sendfile.c --- /usr/ports/www/lighttpd/files/patch-src__network_freebsd_sendfile.c 2009-02-24 20:06:37.000000000 +0100 +++ /usr/ports/www/lighttpd.new/files/patch-src__network_freebsd_sendfile.c 1970-01-01 01:00:00.000000000 +0100 @@ -1,18 +0,0 @@ -# -# Backport http://redmine.lighttpd.net/issues/show/1913 -# ---- src/network_freebsd_sendfile.c.orig 2009-02-05 09:41:44.000000000 -0200 -+++ src/network_freebsd_sendfile.c 2009-02-24 15:11:29.000000000 -0300 -@@ -167,8 +167,9 @@ - switch(errno) { - case EAGAIN: - case EINTR: -- r = 0; /* try again later */ -- break; -+ /* for EAGAIN/EINTR r still contains the sent bytes */ -+ break; /* try again later */ -+ case EPIPE: - case ENOTCONN: - return -2; - default: - diff -ruN --exclude=CVS /usr/ports/www/lighttpd/files/patch-src_mod_simple_vhost.c /usr/ports/www/lighttpd.new/files/patch-src_mod_simple_vhost.c --- /usr/ports/www/lighttpd/files/patch-src_mod_simple_vhost.c 2009-02-21 19:38:01.000000000 +0100 +++ /usr/ports/www/lighttpd.new/files/patch-src_mod_simple_vhost.c 1970-01-01 01:00:00.000000000 +0100 @@ -1,13 +0,0 @@ -Index: src/mod_simple_vhost.c -=================================================================== ---- src/mod_simple_vhost.c (revision 2398) -+++ src/mod_simple_vhost.c (revision 2399) -@@ -249,6 +249,8 @@ - return HANDLER_GO_ON; - } else { - buffer_copy_string_buffer(con->server_name, p->conf.default_host); -+ buffer_copy_string_buffer(con->physical.doc_root, p->doc_root); -+ - /* do not cache default host */ - return HANDLER_GO_ON; - } --- lighttpd-1.4.22.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200903072014.n27KEffj039541>