diff options
author | adam <adam@pkgsrc.org> | 2006-01-06 22:46:51 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2006-01-06 22:46:51 +0000 |
commit | 8e5abd345e4f0fdf37e933d1e310d86d945058d4 (patch) | |
tree | 5b8c0dbcde41e5a3d8ee82663d63597c1aeaafd8 /www/cgic/distinfo | |
parent | f967965ad486f56a10310c3931241d92832900db (diff) | |
download | pkgsrc-8e5abd345e4f0fdf37e933d1e310d86d945058d4.tar.gz |
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.
Diffstat (limited to 'www/cgic/distinfo')
-rw-r--r-- | www/cgic/distinfo | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/www/cgic/distinfo b/www/cgic/distinfo index 4c23b00b44e..275a5a3f367 100644 --- a/www/cgic/distinfo +++ b/www/cgic/distinfo @@ -1,11 +1,11 @@ -$NetBSD: distinfo,v 1.2 2005/02/24 14:08:29 wiz Exp $ +$NetBSD: distinfo,v 1.3 2006/01/06 22:46:51 adam Exp $ -SHA1 (cgic202.tar.gz) = 8db924f00a7443f8953ea37a084025332e0efbb1 -RMD160 (cgic202.tar.gz) = a0814904733dea2a4acd7208c39542c144161842 -Size (cgic202.tar.gz) = 49531 bytes -SHA1 (patch-aa) = 1799e30492707962a9fdf927697657021e7afdce +SHA1 (cgic205.tar.gz) = 04646274466192570190572f0a70094c67fa2703 +RMD160 (cgic205.tar.gz) = 913d50cb04f70c44119eda3fd3f689572efb65e4 +Size (cgic205.tar.gz) = 50263 bytes +SHA1 (patch-aa) = 4ab91a2b5ff67906ab7f87ffbf0647c3954fb039 SHA1 (patch-ab) = 42e8ee71eeb363e702dfab66344811a8967d382d -SHA1 (patch-ac) = 948ba16e838bb50c60b14e75ccffc942ec01144a +SHA1 (patch-ac) = ee06539e395f5027291253c98ec103808f188a66 SHA1 (patch-ad) = 6ef230a6cc265121dbcbaef392bc1d9c43d167b0 -SHA1 (patch-ae) = 30c7170033e3fce8dea2991456d76cdd26e5cae2 -SHA1 (patch-af) = e143b77cabe7cb8ac44bd74419ed875800dc1d1d +SHA1 (patch-ae) = 0cbf0e7ceaa69adef326672cf4087a266e1c9512 +SHA1 (patch-af) = 04c73e07a32c7df1b659f181528066d93ed684e5 |