pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/p5-CGI Updating package www/p5-CGI from 3.44 to 3.45



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bfdc157da522
branches:  trunk
changeset: 563586:bfdc157da522
user:      sno <sno%pkgsrc.org@localhost>
date:      Tue Aug 18 14:23:26 2009 +0000

description:
Updating package www/p5-CGI from 3.44 to 3.45

Upstream changes:
Version 3.45
  [BUG FIXES]
  1. Prevent warnings about "uninitialized values" for REQUEST_URI, HTTP_USER_AGENT and other environment variables.
     Patches by Callum Gibson, heiko and Mark Stosberg. (RT#24684, RT#29065)
  2. Avoid death in some cases when running under Taint mode on Windows.
     Patch by Peter Hancock (RT#43796)
  3. Allow 0 to be used as a default value in popup_menu(). This was broken starting in 3.37.
     Thanks to Haze, who was the first to report this and supply a patch, and pfschill, who pinpointed
     when the bug was introduced. A regression test for this was also added. (RT#37908)
  4. Allow "+" as a valid character in file names, which fixes temp file creation on OS X Leopard.
     Thanks to Andy Armstrong, and alech for patches. (RT#30504)
  5. Set binmode() on the Netware platform, thanks to Guenter Knauf (RT#27455)
  6. Don't allow a CGI::Carp error handler to die recursively. Print a warning and exit instead.
     Thanks to Marc Chantreux. (RT#45956)
  7. The Dump() method now is fixed to escape HTML properly. Thanks to Mark Stosberg (RT#21341)
  8. Support for <optgroup> with scrolling_list() now works the same way as it does for popup_menu().
     Thanks to Stuart Johnston (RT#30097)
  9. CGI::Pretty now works properly when $" is set to ''. Thanks to Jim Keenan (RT#12401)
 10. Fix crash when used in combination with PerlEx::DBI. Thanks to Burak G"ursoy (RT#19902)

  [DOCUMENTATION]
  1. Several typos were fixed, Thanks to ambs. (RT#41105)
  2. A typo related to the nosticky pragma was fixed, thanks to Britton Kerin. (RT#43220)
  3. examples/nph-clock.cgi is now more portable, by calling localtime() rather than `/bin/date`,
     thanks to Guenter Knauf. (RT#27456).
  4. In CGI::Carp, the SEE ALSO section was cleaned up, thanks to Slaven Rezic. (RT#32769)
  5. The docs for redirect() were updated to reflect that most headers are
     ignored during redirection. Thanks to Mark Stosberg (RT#44911)

  [INTERNALS]
  1. New t/unescapeHTML.t test script has been added. It includes a TODO test for a pre-existing
     bug which could use a patch. Thanks to Pete Gamache and Mark Stosberg (RT#39122)
  2. New test scripts have been added for user_agent(), popup_menu() and query_string(), scrolling_list() and Dump()
     Thanks to Mark Stosberg and Stuart Johnston. (RT#37908, RT#43006, RT#21341, RT#30097)
  3. CGI::Carp and CGI::Util have been updated to have non-developer version numbers.
     Thanks to Slaven Rezic. (RT#48425)
  4. CGI::Switch and CGI::Apache now properly set their VERSION in their own name space.
     Thanks to Alexey Tourbin (RT#11941,RT#11942)

diffstat:

 www/p5-CGI/Makefile |  4 ++--
 www/p5-CGI/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (25 lines):

diff -r 8e02c5d0c909 -r bfdc157da522 www/p5-CGI/Makefile
--- a/www/p5-CGI/Makefile       Tue Aug 18 14:18:45 2009 +0000
+++ b/www/p5-CGI/Makefile       Tue Aug 18 14:23:26 2009 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.49 2009/08/09 13:01:48 sno Exp $
+# $NetBSD: Makefile,v 1.50 2009/08/18 14:23:26 sno Exp $
 
-VERS=          3.44
+VERS=          3.45
 DISTNAME=      CGI.pm-${VERS}
 PKGNAME=       p5-CGI-${VERS}
 SVR4_PKGNAME=  p5cgi
diff -r 8e02c5d0c909 -r bfdc157da522 www/p5-CGI/distinfo
--- a/www/p5-CGI/distinfo       Tue Aug 18 14:18:45 2009 +0000
+++ b/www/p5-CGI/distinfo       Tue Aug 18 14:23:26 2009 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.20 2009/08/09 13:01:48 sno Exp $
+$NetBSD: distinfo,v 1.21 2009/08/18 14:23:26 sno Exp $
 
-SHA1 (CGI.pm-3.44.tar.gz) = af50b9810ec8b1e7d908a00a0842661aa5223fd2
-RMD160 (CGI.pm-3.44.tar.gz) = 2db431fe8ef877985e7677519f55311f1a0d5aee
-Size (CGI.pm-3.44.tar.gz) = 240731 bytes
+SHA1 (CGI.pm-3.45.tar.gz) = 50b9023efe13df0494e13fdb3b3b029d5c5afccf
+RMD160 (CGI.pm-3.45.tar.gz) = 64ddbe7103c719d269d1291d6cef62dd9b1a3db4
+Size (CGI.pm-3.45.tar.gz) = 244821 bytes



Home | Main Index | Thread Index | Old Index