Subject: CVS commit: pkgsrc/www/cgic
To: None <pkgsrc-changes@NetBSD.org>
From: Adam Ciarcinski <adam@netbsd.org>
List: pkgsrc-changes
Date: 01/06/2006 22:46:51
Module Name:	pkgsrc
Committed By:	adam
Date:		Fri Jan  6 22:46:51 UTC 2006

Modified Files:
	pkgsrc/www/cgic: Makefile distinfo
	pkgsrc/www/cgic/patches: patch-aa patch-ac patch-ae patch-af

Log Message:
Changes 2.05:
Temporary files used to accept file uploads were not closed properly. This
resulted in a file descriptor leak, which was unlikely to be serious because of
the short lifespan of CGI programs and the fact that very few forms upload many
files at once. However, on the Windows platform and possibly some others, file
locking semantics prevented file uploads from working at all with these files
not properly closed. Fixed in 2.05.

Changes 2.04:
Documentation fixes: the cgiHtmlEscape, cgiHtmlEscapeData, cgiValueEscape, and
cgiValueEscapeData routines were named incorrectly in the manual. No code
changes in version 2.04.

Changes 2.03:
Support for setting cookies has been reimplemented. The new code closely
follows the actual practice of web sites that successfully use cookies, rather
than attempting to implement the specification. The new code can successfully
set more than one cookie at a time in typical web browsers.


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 pkgsrc/www/cgic/Makefile
cvs rdiff -r1.2 -r1.3 pkgsrc/www/cgic/distinfo
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/www/cgic/patches/patch-aa \
    pkgsrc/www/cgic/patches/patch-ac pkgsrc/www/cgic/patches/patch-ae \
    pkgsrc/www/cgic/patches/patch-af

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