summaryrefslogtreecommitdiff
path: root/www/p5-CGI-Session
diff options
context:
space:
mode:
authorhe <he@pkgsrc.org>2008-12-12 21:29:49 +0000
committerhe <he@pkgsrc.org>2008-12-12 21:29:49 +0000
commit75d0406865184e0771a595e4896d016ae62013e5 (patch)
treed7eadd6e516173a776aea63c9ff52ea74adcbad3 /www/p5-CGI-Session
parent8a50f0904d2a23a47e2858b6fa4a85b5ad893696 (diff)
downloadpkgsrc-75d0406865184e0771a595e4896d016ae62013e5.tar.gz
Update from version 4.35nb1 to 4.38.
Pkgsrc changes: o Add HOMEPAGE using search.cpan.org Upstream changes: 4.38 - Friday, October 31, 2008 * INTERNAL: Rename SimpleObjectClass to CGI::Session::Test::SimpleObjectClass to avoid namespace ownership issue (Mark Stosberg). * INTERNAL: We now list CGI.pm 3.26 or greater as a dependency. You are still welcome to use other query objects, but this version of CGI.pm fixes a bug in the strictness of HTTP expiration times, which Safari in particular is sensitive to. So, if you are using CGI.pm, you should upgrade to at least this version. RT#34216, thanks to Astar, Michael Hampton, Ron Savage and Mark Stosberg. * INTERNAL: return explicit values in _set_status and _unset_status (RT#39201, Mario Domgoergen, Mark Stosberg) * FIX: RT#37877: The storable serializer wasn't properly inheriting the 'errstr' method. This could have resulted an error like: "Can't locate errstr via package "CGI::Session::Serialize::storable" Thanks to Michael Greenish, Mark Stosberg. * FIX: RT#40405 reported a case where the default serializer would have a problem after the user set a parameter's value to undef, in certain circumstances. A test file was kindly provided by cowomally[...]nullium.net. The fix was spelled out by Matt LeBlanc * FIX: RT#39679 pointed out a simplification in method remove() in CGI::Session::Driver::file. By calling _file() instead of duplicating code, we get the benefit of extra error checking. Thanx to Sergiy Borodych for noticing this * FIX: Stop using the return value of delete() in t/find.t. This means that when the patch provided in RT#37752 is applied, t/find.t will not start failing 4.37 - Wednesday, October 22, 2008 * INTERNAL: Patch Makefile.PL and Build.PL to request that SimpleObjectClass not be indexed. 4.36 - Friday, September 12, 2008 * FIX: The sample code for find() had 2 errors in it: o It assumed delete() returned a meaningful value, which it doesn't o It did not follow the call to delete() with a (recommended) call to flush() o Thanks to Mario Domgoergen for the report, RT#39201
Diffstat (limited to 'www/p5-CGI-Session')
-rw-r--r--www/p5-CGI-Session/Makefile7
-rw-r--r--www/p5-CGI-Session/distinfo8
2 files changed, 8 insertions, 7 deletions
diff --git a/www/p5-CGI-Session/Makefile b/www/p5-CGI-Session/Makefile
index bf9959a11be..4aeea55041b 100644
--- a/www/p5-CGI-Session/Makefile
+++ b/www/p5-CGI-Session/Makefile
@@ -1,17 +1,18 @@
-# $NetBSD: Makefile,v 1.11 2008/10/19 19:19:07 he Exp $
+# $NetBSD: Makefile,v 1.12 2008/12/12 21:29:49 he Exp $
-DISTNAME= CGI-Session-4.35
+DISTNAME= CGI-Session-4.38
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
SVR4_PKGNAME= p5ses
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=CGI/}
MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://search.cpan.org/dist/CGI-Session/
COMMENT= Perl5 module providing session management across HTTP requests
PKG_DESTDIR_SUPPORT= user-destdir
PKG_INSTALLATION_TYPES= overwrite pkgviews
+PERL5_MODULE_TYPE= Module::Build
PERL5_PACKLIST= auto/CGI/Session/.packlist
diff --git a/www/p5-CGI-Session/distinfo b/www/p5-CGI-Session/distinfo
index 9890eb0a24e..9cac5446e33 100644
--- a/www/p5-CGI-Session/distinfo
+++ b/www/p5-CGI-Session/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2008/07/18 09:43:35 rhaen Exp $
+$NetBSD: distinfo,v 1.6 2008/12/12 21:29:49 he Exp $
-SHA1 (CGI-Session-4.35.tar.gz) = 76d43e1961ee0a31344a239a153ebc9661d2b396
-RMD160 (CGI-Session-4.35.tar.gz) = 1b41da015f7e269971be04991c0a57dd90790e85
-Size (CGI-Session-4.35.tar.gz) = 69777 bytes
+SHA1 (CGI-Session-4.38.tar.gz) = 9bc2ec34b428f640c54bae7d3483ebee294a21d9
+RMD160 (CGI-Session-4.38.tar.gz) = e626266db64288a336317d9a6a83d0f6a42293e1
+Size (CGI-Session-4.38.tar.gz) = 70684 bytes