summaryrefslogtreecommitdiff
path: root/www/p5-CGI
AgeCommit message (Collapse)AuthorFilesLines
2003-09-14Upgrade to p5-CGI-2.98kim2-5/+5
- Fixed crash in Dump() function. - Removed warning from reset() method. - Moved <area> and <map> tags into the :html3 group. Hope this removes undefined CGI::Area errors. - Changed CGI::Carp to play with mod_perl2 and to (hopefully) restore reporting of compile-time errors. - Fixed potential deadlock between web server and CGI.pm when aborting a read due to POST_MAX (reported by Antti Lankila). - Fixed issue with tag-generating function not incorporating content when first variable undef. - Fixed cross-site scripting bug reported by obscure. - Fixed Dump() function to return correctly formed XHTML - bug reported by Ralph Siemsen. - Fix to be P3P compliant submitted from MPREWITT. - Added CGI->r() API for mod_perl1/mod_perl2. - Fixed bug in redirect() that was corrupting cookies. - Minor fix to behavior of reset() button to make it consistent with submit() button (first time this has been changed in 9 years). - Patch from Dan Kogai to handle UTF-8 correctly in 5.8 and higher. - Patch from Steve Hay to make CGI::Carp's error messages appear on MSIE browsers. - Added Yair Lenga's patch for non-urlencoded postings. - Added Stas Bekman's patches for mod_perl 2 compatibility. - Fixed uninitialized escape behavior submitted by William Campbell. - Fixed tied behavior so that you can pass arguments to tie() - Fixed incorrect generation of URLs when the path_info contains + and other odd characters. - Fixed redirect(-cookies=&gt;$cookie) problem. - Fixed tag generation bug that affects -javascript passed to start_html().
2003-09-13Remove unneeded patch... module.mk sets INSTALLDIRS for us.jlam2-14/+1
2003-07-22COMMENT should start with a capital letter.martti1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-04-21Update p5-CGI to 2.91mjl2-13/+8
- Attribute generation now correctly respects the value of autoEscape() - Fixed endofrm() syntax error - Fixed bug in redirect header handling - Added P3P option to header() - Patches to make CGI::Carp work correctly with object-oriented exceptions - Removed inaccurate description of how to set multiple cookies from CGI::Cookie pod file - Patch to prevent running out of filehandles when uploading lots of files - Documentation enhancement to note that the import_names() method transforms the parameter names into valid Perl names - Patch to suppress lang attribute in <html> tag if not provided explicitly - Patch to fix broken XHTML-transitional 1.0 validation on endform() - Custom html header fix (first letter correctly upcased now) - Added a -verbatim option to stylesheet generation - Faster delete() method - Added empty charset support - Patch to fix file upload failures when uploaded file is a multiple of 4096 - Fixed behavior of ACTION tag when POSTING to a URL that has a query string - Patch to handle multipart/mixed uploads from Opera
2003-02-21Update to 2.88, closes PR 20323.wiz2-6/+6
Edited list of changes (many bug fixes removed): Version 2.87 1. Security hole patched: when processing multipart/form-data postings, most arguments were being untainted silently. Returned arguments are now tainted correctly. This may cause some scripts to fail that used to work (thanks to Nick Cleaton for pointing this out and persisting until it was fixed). 2. Update for mod_perl 2.0. 3. Pragmas such as -no_xhtml are now respected in mod_perl environment. Version 2.84 2. HTML escaping code now replaced 0x8b and 0x9b with unicode references < and *#8250; Version 2.83 3. Added Max-Age to list of CGI::Cookie headers. Version 2.82 1. Patch from Rudolf Troller to add attribute setting and option groups to form fields. 3. Patch from Scott Gifford allows you to set the program name for CGI::Carp. Version 2.81 1. Removed extraneous slash from end of stylesheet tags generated by start_html in non-XHTML mode. 2. Changed behavior of CGI::Carp with respect to eval{} contexts so that output behaves properly in mod_perl environments. Version 2.80 2. Changed checked="1" to checked="checked" for real XHTML compatibility. 3. Resurrected REQUEST_URI code so that url() works correctly with multiviews.
2002-10-07Convert to buildlink2. Use perl5/module.mk.seb1-6/+3
2002-02-27The distfile at Lincoln Stein's page appears to be larger than thejlam1-3/+8
ones on the various CPAN sites. Since he's the software author, we assume his is the definitive file.
2002-01-28Update www/p5-CGI to version 2.79. This closes pkg/15342 by Allen Briggsjlam3-11/+11
<briggs@ninthwonder.com>. If you use CGI.pm, then this update is highly recommended. Changes from version 2.75.2 include: * Changes to CGI::Carp to avoid "subroutine redefined" error messages. * Default DTD is now XHTML 1.0 Transitional * Patches to support all HTML4 tags. * Added ability to change encoding in <?xml> assertion. * Fixed the old escapeHTML('CGI') ne "CGI" bug * In accordance with XHTML requirements, there are no longer any minimized attributes, such as "checked". --> Patched bug which caused file uploads of exactly 4096 bytes to be truncated to 4094 (thanks to Kevin Mahony) * New tests and fixes to CGI::Pretty (thanks to Michael Schwern). * New esc.t regression test for EBCDIC translations courtesy Peter Prymmer. * Patches from James Jurach to make compatible with FCGI-ProcManager * Additional fields passed to header() (like -Content_disposition) now honor initial capitalization. * Patch from Andrew McNaughton to handle utf-8 escapes (%uXXXX codes) in URLs.
2001-11-26Buildlinkify, in the sense that only the perl headers are found injlam1-7/+4
${PREFIX} -- everything else is pickup up from ${BUILDLINK_DIR}.
2001-11-01Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-10-18SVR4 packages have a limit of 9 chars for a package name.veego1-1/+2
The automatic truncation in gensolpkg doesn't work for packages which have the same package name for the first 5-6 chars. e.g. amanda-server and amanda-client would be named amanda and amanda. Now, we add a SVR4_PKGNAME and use amacl for amanda-client and amase for amanda-server. All svr4 packages also have a vendor tag, so we have to reserve some chars for this tag, which is normaly 3 or 4 chars. Thats why we can only use 6 or 5 chars for SVR4_PKGNAME. I used 5 for all the packages, to give the vendor tag enough room. All p5-* packages and a few other packages have now a SVR4_PKGNAME.
2001-09-09Update dependency to new, good versions of perl. Also a minor stabilityjlam1-5/+4
change in creating replacement files.
2001-06-11Re-add definition of PERL5_SITEARCH accidentally removed during lastjlam1-1/+6
update. Fixes pkg/13157.
2001-06-07Update p5-CGI to 2.75.2. Changes include a fix for a syntax error injlam3-16/+11
a subroutine definition.
2001-04-20Move to sha1 digests, and add distfile sizes.skrll1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-6/+4
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-02-26Add definition of PERL5_SITEARCH used earlier in Makefile. This variable is nojlam1-1/+6
longer automatically defined by bsd.pkg.mk, and this package can't USE_PERL5 as it's part of the perl5 meta-package.
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2001-02-02Update p5-CGI to 2.75. Changes from version 2.74:jlam3-21/+34
1. Fixed bug in server push boundary strings (CGI.pm and CGI::Push). 2. Fixed bug that occurs when uploading files with funny characters in the name 3. Fixed non-XHTML-compliant attributes produced by textfield() 4. Added EPOC support. 5. Fixed minor XHTML bugs. 6. Made escape() and unescape() symmetric with respect to EBCDIC. 7. Removed uninitialized variable warning from CGI::Cookie. 8. Fixed bug in CGI::Pretty that causes it to print partial end tags when the $INDENT global is changed. 9. Single quotes are changed to character entity ' for compatibility with URLs.
2000-10-15Remove unneeded file.jlam1-11/+0
2000-10-15Update p5-CGI to 2.74. Changes from version 2.72:jlam5-17/+28
* Quashed one-character bug that caused CGI.pm to fail on file uploads. * Added -base to the list of arguments accepted by url(). * Fixes to XHTML support. * POST parameters no longer show up in the Location box.
2000-09-15Install p5-CGI documentation.jlam2-2/+64
2000-09-05Update perl dependencies to find correct version of perl.jlam1-4/+4
2000-08-30Change directory of perl>=5.6.0 from lang/perl5-current to lang/perl5.jlam1-2/+2
2000-08-29Note dependency on perl>=5.6.0nb2 as older version install their ownjlam1-5/+4
version of CGI.pm.
2000-08-28Update p5-CGI to 2.72. Note specific versions of perl which will conflictjlam3-14/+13
with this package when installed.
2000-08-27Convert packages to use PERL5_PACKLIST (part 1). These were the easyjlam2-23/+10
ones to do, and each compiled and installed/de-installed apparently correctly. As a side effect of the dynamic PLIST, we no longer need to have separate -static and -shared PLISTs. It's now easier than ever to make a perl5 package for NetBSD :)
2000-05-11p5-CGI-2.66 package; someone who knows more about perl+pgksrcchristos6-0/+56
should check this.