Subject: CVS commit: pkgsrc/www/bozohttpd
To: None <pkgsrc-changes@netbsd.org>
From: Luke Mewburn <lukem@netbsd.org>
List: pkgsrc-changes
Date: 06/26/2002 13:53:35
Module Name:	pkgsrc
Committed By:	lukem
Date:		Wed Jun 26 10:53:34 UTC 2002

Modified Files:
	pkgsrc/www/bozohttpd: Makefile distinfo
	pkgsrc/www/bozohttpd/patches: patch-ab patch-ae

Log Message:
+ ensure that ${SCRIPT_NAME} contains full path of script (previously
  the leading "cgi-bin/" was stripped)
+ convert '-' to '_' in ${HTTP_xxx} environment variable names, and
  ensure that the names are NUL terminated
+ lookup addr, host (unless -n) and port for every request, not just
  cgi requests, and log the host & port in "got request ..." message
+ fix -n to work as documented; set it to *prevent* addr->name lookups
+ document -n is useful even without -c
+ don't deref NULL pointers in printf %s
+ be consistent about stripping leading `/' from command
+ clean up how "cgi-bin/" prefix is hardcoded in
+ fix -Wall compile issues
+ bump package revision


To generate a diff of this commit:
cvs rdiff -r1.15 -r1.16 pkgsrc/www/bozohttpd/Makefile
cvs rdiff -r1.9 -r1.10 pkgsrc/www/bozohttpd/distinfo
cvs rdiff -r1.8 -r1.9 pkgsrc/www/bozohttpd/patches/patch-ab
cvs rdiff -r1.1 -r1.2 pkgsrc/www/bozohttpd/patches/patch-ae

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