From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Mar 8 15:10:03 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EF2FC16A4CE for ; Tue, 8 Mar 2005 15:10:02 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A2AD443D31 for ; Tue, 8 Mar 2005 15:10:02 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j28FA2E1014846 for ; Tue, 8 Mar 2005 15:10:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j28FA2Uc014817; Tue, 8 Mar 2005 15:10:02 GMT (envelope-from gnats) Resent-Date: Tue, 8 Mar 2005 15:10:02 GMT Resent-Message-Id: <200503081510.j28FA2Uc014817@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Hendrik Scholz Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C1B816A4CE for ; Tue, 8 Mar 2005 15:04:37 +0000 (GMT) Received: from mail.wormulon.net (plant.wormulon.net [81.169.153.132]) by mx1.FreeBSD.org (Postfix) with ESMTP id E0F4943D1F for ; Tue, 8 Mar 2005 15:04:34 +0000 (GMT) (envelope-from hscholz@mail.wormulon.net) Received: from localhost (localhost [127.0.0.1]) by mail.wormulon.net (Postfix) with ESMTP id C877B4DDAE; Tue, 8 Mar 2005 16:04:33 +0100 (CET) Received: from mail.wormulon.net ([127.0.0.1]) by localhost (plant.wormulon.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 43073-08; Tue, 8 Mar 2005 16:04:30 +0100 (CET) Received: by mail.wormulon.net (Postfix, from userid 1001) id 17A574DD1F; Tue, 8 Mar 2005 16:04:30 +0100 (CET) Message-Id: <20050308150430.17A574DD1F@mail.wormulon.net> Date: Tue, 8 Mar 2005 16:04:30 +0100 (CET) From: Hendrik Scholz To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: Hendrik Scholz Subject: ports/78594: maintainer-update: www/lighttpd (1.3.12 to 1.3.13) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Hendrik Scholz List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Mar 2005 15:10:03 -0000 >Number: 78594 >Category: ports >Synopsis: maintainer-update: www/lighttpd (1.3.12 to 1.3.13) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Mar 08 15:10:02 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Hendrik Scholz >Release: FreeBSD 5.2.1-RELEASE-p9 i386 >Organization: >Environment: System: FreeBSD plant.wormulon.net 5.2.1-RELEASE-p9 FreeBSD 5.2.1-RELEASE-p9 #0: Fri Aug 13 11:32:22 CEST 2004 hscholz@h2012.ka.strato.de:/usr/src/sys/i386/compile/PLANT i386 >Description: upgrade from 1.3.12 to 1.3.13. Changes: - update to 1.3.13 - remove files/patch-src::server.c since it's part of the distribution now lighttpd Changes: - added customizable directory listings - fixed compile error on all BSD unixes - fixed PATHINFO handling for FastCGI - fixed handling of remote-close on FreeBSD and OpenSSL >How-To-Repeat: >Fix: --- lighttpd-1.3.12-to-1.3.13.diff begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/www/lighttpd/Makefile,v retrieving revision 1.15 diff -u -u -r1.15 Makefile --- Makefile 3 Mar 2005 12:14:54 -0000 1.15 +++ Makefile 8 Mar 2005 15:02:10 -0000 @@ -6,7 +6,7 @@ # PORTNAME= lighttpd -PORTVERSION= 1.3.12 +PORTVERSION= 1.3.13 CATEGORIES= www MASTER_SITES= http://www.lighttpd.net/download/ \ http://dl.fkb.wormulon.net/lighttpd/ \ Index: distinfo =================================================================== RCS file: /home/ncvs/ports/www/lighttpd/distinfo,v retrieving revision 1.12 diff -u -u -r1.12 distinfo --- distinfo 3 Mar 2005 12:14:54 -0000 1.12 +++ distinfo 8 Mar 2005 15:02:10 -0000 @@ -1,2 +1,2 @@ -MD5 (lighttpd-1.3.12.tar.gz) = ffd0bc5802646948e2724060031c05b5 -SIZE (lighttpd-1.3.12.tar.gz) = 677919 +MD5 (lighttpd-1.3.13.tar.gz) = 2f017b936be376ad6f6c2ee26db93467 +SIZE (lighttpd-1.3.13.tar.gz) = 680068 --- lighttpd-1.3.12-to-1.3.13.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: