From owner-cvs-ports@FreeBSD.ORG Sat Dec 24 00:25:38 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 E34D9106566B; Sat, 24 Dec 2011 00:25:38 +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 D2F858FC1B; Sat, 24 Dec 2011 00:25:38 +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 pBO0PcLd061264; Sat, 24 Dec 2011 00:25:38 GMT (envelope-from mm@repoman.freebsd.org) Received: (from mm@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id pBO0PcT1061263; Sat, 24 Dec 2011 00:25:38 GMT (envelope-from mm) Message-Id: <201112240025.pBO0PcT1061263@repoman.freebsd.org> From: Martin Matuska Date: Sat, 24 Dec 2011 00:25:38 +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-src-connections.c patch-src-server.c 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: Sat, 24 Dec 2011 00:25:39 -0000 mm 2011-12-24 00:25:38 UTC FreeBSD ports repository Modified files: www/lighttpd Makefile Added files: www/lighttpd/files patch-src-connections.c patch-src-server.c Log: Add patch to fix vendor issue 2377 (SSL renegotiations) [1] Add patch to correctly report supported network handlers (lighttpd -V) [2] References: http://redmine.lighttpd.net/issues/2377 [1] Reported by: Christos Chatzaras [1] [2] Obtained from: lighttpd svn rev. 2822 [1] Revision Changes Path 1.104 +1 -0 ports/www/lighttpd/Makefile 1.3 +14 -0 ports/www/lighttpd/files/patch-src-connections.c (new) 1.1 +19 -0 ports/www/lighttpd/files/patch-src-server.c (new)