From anders@totem.fix.no Thu Nov 25 22:19:51 1999
Return-Path: <anders@totem.fix.no>
Received: from totem.fix.no (totem.freenix.no [195.0.166.42])
	by hub.freebsd.org (Postfix) with ESMTP id F205914BCD
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 25 Nov 1999 22:19:50 -0800 (PST)
	(envelope-from anders@totem.fix.no)
Received: by totem.fix.no (Postfix, from userid 1000)
	id 80063570C; Fri, 26 Nov 1999 07:19:49 +0100 (CET)
Message-Id: <19991126061949.80063570C@totem.fix.no>
Date: Fri, 26 Nov 1999 07:19:49 +0100 (CET)
From: Anders Nordby <anders@fix.no>
Sender: anders@totem.fix.no
Reply-To: Anders Nordby <anders@fix.no>
To: FreeBSD-gnats-submit@freebsd.org
Subject: Update port: www/thttpd
X-Send-Pr-Version: 3.2

>Number:         15096
>Category:       ports
>Synopsis:       Update port: www/thttpd
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Nov 25 22:20:00 PST 1999
>Closed-Date:    Thu Dec 9 17:50:42 PST 1999
>Last-Modified:  Thu Dec  9 17:51:51 PST 1999
>Originator:     Anders Nordby
>Release:        FreeBSD 3.3-STABLE i386
>Organization:
Fluxpod Information eXchange
>Environment:

	

>Description:

Updates this port to the latest version. It seems thttpd is being
developed actively again now. New in version 2.06: 

Portability fix for machines which don't have snprintf(). 
Bugfix for generated index pages. 
Change order of chroot initialization so that pidfile works. 
Change order of signal initialization so that we don't get a startup HUP. 
Use numeric timezones in log file. 
When vhosting, prepend hostname in log entry. 
Minor install fix. 
Added AUTH_TYPE CGI variable. 
Fix to TILDE_MAP_2. 
Optional multi-level vhost directory indexing.

>How-To-Repeat:

	

>Fix:
	
diff -Nur thttpd.old/Makefile thttpd/Makefile
--- thttpd.old/Makefile Sun Nov 14 04:03:28 1999
+++ thttpd/Makefile     Fri Nov 26 07:18:33 1999
@@ -6,7 +6,7 @@
 # $FreeBSD: ports/www/thttpd/Makefile,v 1.3 1999/11/14 03:03:28 steve Exp
$
 #
 
-DISTNAME=      thttpd-2.05
+DISTNAME=      thttpd-2.06
 CATEGORIES=    www
 MASTER_SITES=  http://www.acme.com/software/thttpd/ \
                http://www.freenix.no/~anders/
diff -Nur thttpd.old/files/md5 thttpd/files/md5
--- thttpd.old/files/md5        Sun Nov 14 04:03:31 1999
+++ thttpd/files/md5    Fri Nov 26 07:18:57 1999
@@ -1 +1 @@
-MD5 (thttpd-2.05.tar.gz) = ede9ce8d0d317420f78691db08daa72d
+MD5 (thttpd-2.06.tar.gz) = bd8fb8cd5bc4a93a8cc2ff51332d0994

>Release-Note:
>Audit-Trail:

From: Anders Nordby <anders@fix.no>
To: FreeBSD-gnats-submit@freebsd.org
Cc:  
Subject: Re: ports/15096: Update port: www/thttpd
Date: Mon, 6 Dec 1999 19:43:46 +0100

 Apply this instead, for 2.07:
 
 diff -Nur thttpd.old/Makefile thttpd/Makefile
 --- thttpd.old/Makefile Sun Nov 14 04:03:28 1999
 +++ thttpd/Makefile     Mon Dec  6 19:29:31 1999
 @@ -6,7 +6,7 @@
  # $FreeBSD: ports/www/thttpd/Makefile,v 1.3 1999/11/14 03:03:28 steve Exp $
  #
  
 -DISTNAME=      thttpd-2.05
 +DISTNAME=      thttpd-2.07
  CATEGORIES=    www
  MASTER_SITES=  http://www.acme.com/software/thttpd/ \
                 http://www.freenix.no/~anders/
 diff -Nur thttpd.old/files/md5 thttpd/files/md5
 --- thttpd.old/files/md5        Sun Nov 14 04:03:31 1999
 +++ thttpd/files/md5    Mon Dec  6 19:32:03 1999
 @@ -1 +1 @@
 -MD5 (thttpd-2.05.tar.gz) = ede9ce8d0d317420f78691db08daa72d
 +MD5 (thttpd-2.07.tar.gz) = c604d34ba4d801f70d890368edb9abdb
 
 New in version 2.07: 
 
 Added CGI_LD_LIBRARY_PATH config option. 
 Solaris portability fix for numeric timezone change. 
 Virtual hostnames get pounded to lower case before getting looked up. 
 Fix for TILDE_MAP_2 non-existent directories. 
 Fix for throttling problem seen on high-traffic sites. 
 Added option to defeat explicit symlink checking. 
 
 -- 
 Anders Nordby ^ anders@fix.no ^ http://anders.fix.no/
 
State-Changed-From-To: open->closed 
State-Changed-By: imura 
State-Changed-When: Thu Dec 9 17:50:42 PST 1999 
State-Changed-Why:  
Update committed, Thanks! 
>Unformatted:
