From 26633466bb67b28945db5a398e8fcd5621818ed0 Mon Sep 17 00:00:00 2001 From: jedgar Date: Tue, 21 Mar 2000 00:17:08 +0000 Subject: Update port to 2.16: New in version 2.16: - More explicit error pages for 403 Forbidden. - New section in the manual page explaining how thttpd is picky aboutfile permissions. - Couple of CGI tweaks from David Chaiken. New in version 2.15: - Use standard isxdigit macro instead of is_hexit routine. - Portability fix for Debian, which lacks gai_strerror(). - Fix for .htpasswd authorization, broken by 2.14's custom error pages change. PR: 17322 Submitted by: Maintainer --- www/thttpd/Makefile | 4 ++-- www/thttpd/distinfo | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'www') diff --git a/www/thttpd/Makefile b/www/thttpd/Makefile index 0cd21b75e22e..7d57a27a3031 100644 --- a/www/thttpd/Makefile +++ b/www/thttpd/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: thttpd -# Version required: thttpd-2.14 +# Version required: thttpd-2.16 # Date created: 24 May 1999 # Whom: Anders Nordby # # $FreeBSD$ # -DISTNAME= thttpd-2.14 +DISTNAME= thttpd-2.16 CATEGORIES= www ipv6 MASTER_SITES= http://www.acme.com/software/thttpd/ \ http://www.freenix.no/~anders/ diff --git a/www/thttpd/distinfo b/www/thttpd/distinfo index 44c128cb2221..fc786d374e67 100644 --- a/www/thttpd/distinfo +++ b/www/thttpd/distinfo @@ -1 +1 @@ -MD5 (thttpd-2.14.tar.gz) = 88e2588d7b424ad561aa12aa828722ab +MD5 (thttpd-2.16.tar.gz) = c095d3b8919cb386dfb5ee35dad2ad42 -- cgit