diff options
author | hiramatsu <hiramatsu@pkgsrc.org> | 2011-11-11 08:28:38 +0000 |
---|---|---|
committer | hiramatsu <hiramatsu@pkgsrc.org> | 2011-11-11 08:28:38 +0000 |
commit | b2f8280dda18ff4207d6b8878ad9f0fc076b7685 (patch) | |
tree | a5a837f1dfb186cc6f59bdeb9682fb481cbd6de8 /www | |
parent | cd863375581ea5084a3057453cb084fc2c30f194 (diff) | |
download | pkgsrc-b2f8280dda18ff4207d6b8878ad9f0fc076b7685.tar.gz |
Update p5-CGI-Session to 4.48.
Changes from previous:
4.48 - July 11th, 2011
No code changes.
* INTERNAL: quit using "use diagnostics;" to avert some test failures
4.47 - July 8th, 2011
No code changes.
* DOCS: minor POD fixes (Rene Mayorga and Nicholas Bamber)
4.46 - July 8th, 2011
No code changes.
* INTERNAL: More packaging fixes.
4.45 - July 1st, 2011
No code changes.
* INTERNAL: Fix packaging problem with 4.44.
4.44 - June 6th, 2011
* FIX: Fix 5.14 compatibility issue (Walt Arstingstall)
* DOCS: Clarify docs for static ID generator (oalders)
4.43 - Saturday, December 11, 2010
* FIX: Avoid deleting unmatched sessions when calling find() when ip_match is enabled.
Closes RT#47795. Thanks to m-uchino, Ron Savage, and Mark Stosberg
* NEW: new public ip_match() method is available, primarily for use with find(). (Ron Savage, Mark Stosberg)
* DOCS: UTF8 related documentation was updated.
* INTERNAL: Don't add _SESSION_EXPIRE_LIST to internal hash unless we need to.
RT#51192, Thanks to Pavel V. Rochnyack, Ron Savage, Mark Stosberg
* INTERNAL: Avoid calling sprintf() in CGI::Session::ErrorHandler, fixing RT#48733
Solves taint error for Perl V 5.10.0. All well-written code will have
been using errstr() to retrieve errors anyway so this change will not
affect any code which obeys the API. (Peter Kaminsk, Ron Savage, Mark Stosberg)
* INTERNAL: The undocumented 4th parameter to load() has changed its meaning.
* INTERNAL: Test suite improvements. (Ron Savage, Mark Stosberg)
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-CGI-Session/Makefile | 5 | ||||
-rw-r--r-- | www/p5-CGI-Session/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/www/p5-CGI-Session/Makefile b/www/p5-CGI-Session/Makefile index 8dee3c7d85a..315abcef3f1 100644 --- a/www/p5-CGI-Session/Makefile +++ b/www/p5-CGI-Session/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.17 2011/08/14 16:05:45 obache Exp $ +# $NetBSD: Makefile,v 1.18 2011/11/11 08:28:38 hiramatsu Exp $ -DISTNAME= CGI-Session-4.42 +DISTNAME= CGI-Session-4.48 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 SVR4_PKGNAME= p5ses CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=CGI/} diff --git a/www/p5-CGI-Session/distinfo b/www/p5-CGI-Session/distinfo index f5e4c82b1d3..459d0bae772 100644 --- a/www/p5-CGI-Session/distinfo +++ b/www/p5-CGI-Session/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.9 2009/09/12 21:48:59 sno Exp $ +$NetBSD: distinfo,v 1.10 2011/11/11 08:28:38 hiramatsu Exp $ -SHA1 (CGI-Session-4.42.tar.gz) = c34880bd3cf524e1336fffa6c1ce6c0307898463 -RMD160 (CGI-Session-4.42.tar.gz) = e5e1e48c306a56b016052d6bcd9deb702f64a868 -Size (CGI-Session-4.42.tar.gz) = 74895 bytes +SHA1 (CGI-Session-4.48.tar.gz) = 82dd630a11f2a0b01ea710c33225858718d99187 +RMD160 (CGI-Session-4.48.tar.gz) = 1937f19e8d247369826254da3e69459a0fda5efd +Size (CGI-Session-4.48.tar.gz) = 95291 bytes |