From owner-cvs-ports@FreeBSD.ORG Fri Sep 9 09:55:18 2011 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0F6FF1065672; Fri, 9 Sep 2011 09:55:18 +0000 (UTC) (envelope-from mm@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D9B0A8FC0A; Fri, 9 Sep 2011 09:55:17 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p899tHJ5079029; Fri, 9 Sep 2011 09:55:17 GMT (envelope-from mm@repoman.freebsd.org) Received: (from mm@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p899tHYX079028; Fri, 9 Sep 2011 09:55:17 GMT (envelope-from mm) Message-Id: <201109090955.p899tHYX079028@repoman.freebsd.org> From: Martin Matuska Date: Fri, 9 Sep 2011 09:55:17 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/lighttpd Makefile ports/www/lighttpd/files patch-2799-bug2331 patch-2800-gccwarnings patch-2801-network-write patch-2802-ssl patch-2803-pathinfo patch-2804-bug2341 X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Sep 2011 09:55:18 -0000 mm 2011-09-09 09:55:17 UTC FreeBSD ports repository Modified files: www/lighttpd Makefile Added files: www/lighttpd/files patch-2799-bug2331 patch-2800-gccwarnings patch-2801-network-write patch-2802-ssl patch-2803-pathinfo patch-2804-bug2341 Log: Add patches from upstream (svn revisions): - r2799: Always use our 'own' md5 implementation (fixes #2331) - r2800: fix some gcc warnings - r2801: Limit amount of bytes we send in one go; fixes stalling in one connection and timeouts on slow systems. - r2802: [ssl] fix build errors when Elliptic-Curve Diffie-Hellman is disabled - r2803: Add static-file.disable-pathinfo option to prevent handling of urls like .../secret.php/image.jpg as static file - r2804: Don't overwrite 401 (auth required) with 501 (unknown method) (fixes #2341) Add test and regression-test targets. Revision Changes Path 1.99 +13 -4 ports/www/lighttpd/Makefile 1.1 +621 -0 ports/www/lighttpd/files/patch-2799-bug2331 (new) 1.1 +62 -0 ports/www/lighttpd/files/patch-2800-gccwarnings (new) 1.1 +804 -0 ports/www/lighttpd/files/patch-2801-network-write (new) 1.1 +16 -0 ports/www/lighttpd/files/patch-2802-ssl (new) 1.1 +122 -0 ports/www/lighttpd/files/patch-2803-pathinfo (new) 1.1 +12 -0 ports/www/lighttpd/files/patch-2804-bug2341 (new)