Fri Nov 11 08:28:38 2011 UTC ()
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)


(hiramatsu)
diff -r1.17 -r1.18 pkgsrc/www/p5-CGI-Session/Makefile
diff -r1.9 -r1.10 pkgsrc/www/p5-CGI-Session/distinfo

cvs diff -r1.17 -r1.18 pkgsrc/www/p5-CGI-Session/Makefile (expand / switch to unified diff)

--- pkgsrc/www/p5-CGI-Session/Makefile 2011/08/14 16:05:45 1.17
+++ pkgsrc/www/p5-CGI-Session/Makefile 2011/11/11 08:28:38 1.18
@@ -1,18 +1,17 @@ @@ -1,18 +1,17 @@
1# $NetBSD: Makefile,v 1.17 2011/08/14 16:05:45 obache Exp $ 1# $NetBSD: Makefile,v 1.18 2011/11/11 08:28:38 hiramatsu Exp $
2 2
3DISTNAME= CGI-Session-4.42 3DISTNAME= CGI-Session-4.48
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5PKGREVISION= 2 
6SVR4_PKGNAME= p5ses 5SVR4_PKGNAME= p5ses
7CATEGORIES= www perl5 6CATEGORIES= www perl5
8MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=CGI/} 7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=CGI/}
9 8
10MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= http://search.cpan.org/dist/CGI-Session/ 10HOMEPAGE= http://search.cpan.org/dist/CGI-Session/
12COMMENT= Perl5 module providing session management across HTTP requests 11COMMENT= Perl5 module providing session management across HTTP requests
13LICENSE= ${PERL5_LICENSE} 12LICENSE= ${PERL5_LICENSE}
14 13
15PKG_DESTDIR_SUPPORT= user-destdir 14PKG_DESTDIR_SUPPORT= user-destdir
16PKG_INSTALLATION_TYPES= overwrite pkgviews 15PKG_INSTALLATION_TYPES= overwrite pkgviews
17PERL5_MODULE_TYPE= Module::Build 16PERL5_MODULE_TYPE= Module::Build
18 17

cvs diff -r1.9 -r1.10 pkgsrc/www/p5-CGI-Session/distinfo (expand / switch to unified diff)

--- pkgsrc/www/p5-CGI-Session/distinfo 2009/09/12 21:48:59 1.9
+++ pkgsrc/www/p5-CGI-Session/distinfo 2011/11/11 08:28:38 1.10
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.9 2009/09/12 21:48:59 sno Exp $ 1$NetBSD: distinfo,v 1.10 2011/11/11 08:28:38 hiramatsu Exp $
2 2
3SHA1 (CGI-Session-4.42.tar.gz) = c34880bd3cf524e1336fffa6c1ce6c0307898463 3SHA1 (CGI-Session-4.48.tar.gz) = 82dd630a11f2a0b01ea710c33225858718d99187
4RMD160 (CGI-Session-4.42.tar.gz) = e5e1e48c306a56b016052d6bcd9deb702f64a868 4RMD160 (CGI-Session-4.48.tar.gz) = 1937f19e8d247369826254da3e69459a0fda5efd
5Size (CGI-Session-4.42.tar.gz) = 74895 bytes 5Size (CGI-Session-4.48.tar.gz) = 95291 bytes