Skip site navigation (1)Skip section navigation (2)
Date:      Sat,  3 May 2003 16:39:12 +0200 (CEST)
From:      Erwin Lansing <erwin@lansing.dk>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/51721: maintainer-update www/p5-CGI-Session to 3.94 
Message-ID:  <20030503143912.04B7C579A@backup-mx.droso.dk>
Resent-Message-ID: <200305031440.h43EeAE0047944@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
	Note: There was a bad value `mainainter-update' for the field `>Class:'.
	It was set to the default value of `sw-bug'.


>Number:         51721
>Category:       ports
>Synopsis:       maintainer-update www/p5-CGI-Session to 3.94
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat May 03 07:40:09 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Erwin Lansing
>Release:        FreeBSD 4.8-STABLE i386
>Organization:
pil.dk 
>Environment:
System: FreeBSD panda.droso.net 4.8-STABLE FreeBSD 4.8-STABLE #0: Sat Apr 5 16:37:20 CEST 2003 root@panda.droso.net:/usr/obj/usr/src/sys/PANDA i386


	
>Description:

vendor update to 3.94:
  * flush() method kept returning true regardless of the succsess or failure
  * is_new() method added, which returns true only if it is a brand new session
  * ctime() bug fix

>How-To-Repeat:
	
>Fix:

	

--- p5-CGI-Session.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/www/p5-CGI-Session/Makefile,v
retrieving revision 1.7
diff -u -r1.7 Makefile
--- Makefile	13 Apr 2003 12:28:23 -0000	1.7
+++ Makefile	3 May 2003 14:37:59 -0000
@@ -2,11 +2,11 @@
 # Date created:				12 June 2002
 # Whom:					Erwin Lansing <erwin@lansing.dk>
 #
-# $FreeBSD$
+# $FreeBSD: ports/www/p5-CGI-Session/Makefile,v 1.7 2003/04/13 12:28:23 edwin Exp $
 #
 
 PORTNAME=	CGI-Session
-PORTVERSION=	3.92
+PORTVERSION=	3.94
 CATEGORIES=	www perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	CGI
@@ -23,6 +23,7 @@
 		CGI::Session::File.3 \
 		CGI::Session.3 \
 		CGI::Session::ID::Incr.3 \
+		CGI::Session::ID::SHA1.3 \
 		CGI::Session::Serialize::FreezeThaw.3 \
 		CGI::Session::Serialize::Default.3 \
 		CGI::Session::BluePrint.3 \
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/www/p5-CGI-Session/distinfo,v
retrieving revision 1.4
diff -u -r1.4 distinfo
--- distinfo	25 Mar 2003 01:58:43 -0000	1.4
+++ distinfo	3 May 2003 14:37:59 -0000
@@ -1 +1 @@
-MD5 (CGI-Session-3.92.tar.gz) = f9309276ff5b0e4a441aede43ed839fe
+MD5 (CGI-Session-3.94.tar.gz) = 094bc25436d3a8b70b24a572ae80c832
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/www/p5-CGI-Session/pkg-plist,v
retrieving revision 1.6
diff -u -r1.6 pkg-plist
--- pkg-plist	6 Apr 2003 14:04:07 -0000	1.6
+++ pkg-plist	3 May 2003 14:37:59 -0000
@@ -8,6 +8,7 @@
 @dirrm lib/perl5/site_perl/%%PERL_VER%%/CGI/Session/Serialize
 lib/perl5/site_perl/%%PERL_VER%%/CGI/Session/ID/Incr.pm
 lib/perl5/site_perl/%%PERL_VER%%/CGI/Session/ID/MD5.pm
+lib/perl5/site_perl/%%PERL_VER%%/CGI/Session/ID/SHA1.pm
 @dirrm lib/perl5/site_perl/%%PERL_VER%%/CGI/Session/ID
 lib/perl5/site_perl/%%PERL_VER%%/CGI/Session/DB_File.pm
 lib/perl5/site_perl/%%PERL_VER%%/CGI/Session/Example.pm
@@ -31,6 +32,7 @@
 lib/perl5/site_perl/%%PERL_VER%%/auto/CGI/Session/clear.al
 lib/perl5/site_perl/%%PERL_VER%%/auto/CGI/Session/error.al
 lib/perl5/site_perl/%%PERL_VER%%/auto/CGI/Session/delete.al
+lib/perl5/site_perl/%%PERL_VER%%/auto/CGI/Session/is_new.al
 lib/perl5/site_perl/%%PERL_VER%%/auto/CGI/Session/version.al
 lib/perl5/site_perl/%%PERL_VER%%/auto/CGI/Session/dump.al
 lib/perl5/site_perl/%%PERL_VER%%/auto/CGI/Session/autosplit.ix
--- p5-CGI-Session.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030503143912.04B7C579A>