pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/p5-CGI



Module Name:    pkgsrc
Committed By:   sno
Date:           Tue Sep 11 07:43:53 UTC 2012

Modified Files:
        pkgsrc/www/p5-CGI: Makefile distinfo

Log Message:
Updating package for CPAN module CGI(.pm) in www/p5-CGI from 3.58 to 3.60.

upstream changes:
Version 3.60 Aug 15th, 2012

  [BUG FIXES]
  - In some caes, When unescapeHTML() hit something it didn't recognize with an 
ampersand and
    and semicolon, it would throw away the semicolon and ampersand. It now does 
a better job.
    of preserving content it doesn't recognize. Thanks to 
CEBJYRE%cpan.org@localhost (RT#75595)
  - Remove trailing newline after <form> tag inserted by startform and 
start_form. It can
    cause rendering problems in some cases. Thanks to 
SJOHNSTON%cpan.org@localhost (RT#67719)
  - Workaround "Insecure Dependency" warning generated by some versions of Perl 
(RT#53733).
    Thanks to degatcpan%ntlworld.com@localhost, klchu%lbl.gov@localhost and 
Anonymous Monk

  [DOCUMENTATION]
  - Clarify that when -status is used, the human-readable phase should be 
included, per RFC 2616.
    Thanks to SREZIC%cpan.org@localhost (RT#76691).

  [INTERNALS]
  - More tests for header(), thanks to Ryo Anazawa.
  - t/url.t has been fixed on VMS. Thanks to cberry%cpan.org@localhost 
(RT#72380)
  - MANIFEST patched so that t/multipart_init.t is included again. Thanks to 
shay%cpan.org@localhost (RT#76189)

Version 3.59 Dec 29th, 2011

 [BUG FIXES]
 - We no longer read from STDIN when the Content-Length is not set, preventing
   requests with no Content-Length from freezing in some cases. This is 
consistent
   with the CGI RFC 3875, and is also consistent with CGI::Simple. However, the 
old
   behavior may have been expected by some command-line uses of CGI.pm.
   Thanks to Philip Potter and Yanick Champoux. See RT#52469 for details:
   https://rt.cpan.org/Public/Bug/Display.html?id=52469

 [INTERNALS]
 - remove tmpdirs more aggressively. Thanks to rjbs (RT#73288)
 - use Text::ParseWords instead of ancient shellwords.pl. Thanks to AlexBio.
 - remove use of define(@arr). Thanks to rjbs.
 - spelling fixes. Thanks to Gregor Herrmann and Alessandro Ghedini.
 - fix test count and warning in t/fast.t. Thanks to Yanick.


To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 pkgsrc/www/p5-CGI/Makefile
cvs rdiff -u -r1.26 -r1.27 pkgsrc/www/p5-CGI/distinfo

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




Home | Main Index | Thread Index | Old Index