diff options
author | jedgar <jedgar@FreeBSD.org> | 2000-03-21 08:17:08 +0800 |
---|---|---|
committer | jedgar <jedgar@FreeBSD.org> | 2000-03-21 08:17:08 +0800 |
commit | 26633466bb67b28945db5a398e8fcd5621818ed0 (patch) | |
tree | b4f75f0a77022144abe79acf4d5fb1ab5b07595c /www | |
parent | f0154c99dbf48f9c7b7df14aec5d44ba5029c2ff (diff) | |
download | freebsd-ports-gnome-26633466bb67b28945db5a398e8fcd5621818ed0.tar.gz freebsd-ports-gnome-26633466bb67b28945db5a398e8fcd5621818ed0.tar.zst freebsd-ports-gnome-26633466bb67b28945db5a398e8fcd5621818ed0.zip |
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
Diffstat (limited to 'www')
-rw-r--r-- | www/thttpd/Makefile | 4 | ||||
-rw-r--r-- | www/thttpd/distinfo | 2 |
2 files changed, 3 insertions, 3 deletions
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 <anders@fix.no> # # $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 |