Subject: CVS commit: pkgsrc
To: None <source-changes@netbsd.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: source-changes
Date: 07/27/2000 15:42:09
Module Name:	pkgsrc
Committed By:	jlam
Date:		Thu Jul 27 12:42:09 UTC 2000

Modified Files:
	pkgsrc/www/thttpd: Makefile
	pkgsrc/www/thttpd/files: md5 patch-sum
	pkgsrc/www/thttpd/patches: patch-ac patch-ad
	pkgsrc/www/thttpd/pkg: MESSAGE PLIST
Added Files:
	pkgsrc/www/thttpd/files: thttpd.conf thttpd.sh
	pkgsrc/www/thttpd/pkg: INSTALL
Removed Files:
	pkgsrc/www/thttpd/patches: patch-ae patch-af patch-ag

Log Message:
Update thttpd to 2.19.  Changes from 2.16:

   New in version 2.19:
     * Added hack to prevent MSIE 5 from censoring error messages.
     * Minor fix to handling of shouldn't-happen error in ls().
     * IPv6/Linux fix from Tero Pelander.
     * Documented the -D flag.
   New in version 2.18:
     * Fixed URL-encoding of high-bit characters - used in directory
       listings.
     * Made a few more characters come through verbatim instead of %-encoded.
     * Couple of minor code cleanups.
     * Added some MIME types to support WAP/WML.
     * IPv6 fix.
     * Made MIME text character-set an option, with iso-8859-1 the default.
   New in version 2.17:
     * A change in the way wildcard matching works - now a single * only
       matches strings that don't include a slash. To match entire pathnames
       including slashes you have to use **.
     * On systems with IPv6, automatically bind to both v4 and v6 sockets.
     * Slight change to non-local referer checking to handle older browsers.
     * Tweaks to some of the error-403 syslog messages.
     * Portability tweak for OSF/1.
     * Portability tweak for IPv6 systems.
     * Fix for ssi.c from Marcel Telka.
     * Added charset=iso-8859-1 to text MIME types.
     * Added wildcards to redirect.
     * Changed symlinks/nosymlinks config options to symlink/nosymlink, to
       conform to the man page (old style still accepted).


To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 pkgsrc/www/thttpd/Makefile
cvs rdiff -r1.5 -r1.6 pkgsrc/www/thttpd/files/md5 \
    pkgsrc/www/thttpd/files/patch-sum
cvs rdiff -r0 -r1.1 pkgsrc/www/thttpd/files/thttpd.conf \
    pkgsrc/www/thttpd/files/thttpd.sh
cvs rdiff -r1.2 -r1.3 pkgsrc/www/thttpd/patches/patch-ac
cvs rdiff -r1.1 -r1.2 pkgsrc/www/thttpd/patches/patch-ad
cvs rdiff -r1.1 -r0 pkgsrc/www/thttpd/patches/patch-ae \
    pkgsrc/www/thttpd/patches/patch-af pkgsrc/www/thttpd/patches/patch-ag
cvs rdiff -r0 -r1.1 pkgsrc/www/thttpd/pkg/INSTALL
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/www/thttpd/pkg/MESSAGE
cvs rdiff -r1.7 -r1.8 pkgsrc/www/thttpd/pkg/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.