Wed Apr 23 20:43:06 2008 UTC ()
Update to 1.86:

1.86   2008-02-01 by Alexandr Ciornii
  - Default number of semaphores for *BSD is 8 in Apache::Session::Lock::Semaphore

1.85_01   2008-01-24 by Alexandr Ciornii
  - typos corrected (catched by Gerald Fox)
  - more tests and diag in 99semaphore.t
  - no warning "disconnect invalidates 2 active statement" in
    Apache::Session::Lock::MySQL by Tony Cook (RT#32148)

1.85   2007-12-20 by Alexandr Ciornii, Perl 20th birthday version
  - mention Catalyst::Plugin::Session, Session

1.84_01   2007-11-26 by Alexandr Ciornii (alexchorny AT gmail.com)
  - Added Apache::Session::Lock::Semaphore::remove to remove semaphore
  - 99flex.t will remove semaphore (RT#30440)
  - 99flex.t should work on 5.6.1 again (no chdir now)
  - 99flex.t will clean all temporary files (RT#30209)
  - pod.t included in MANIFEST
  - cleaner tests

1.84   2007-10-02 by Alexandr Ciornii (alexchorny AT gmail.com)
  - Added constant.pm to the list of prerequisites
  - Jeffrey W. Baker, Casey West, Alexandr Ciornii, Oliver Maul agreed to
    change license of all files to Perl license
    Alexandr Ciornii agrees to relicense to Artistic 2.0 in future if needed.
  - 99flex.t will be skipped on *bsd and Solaris

1.83_01   2007-08-03 by Alexandr Ciornii
  - better handling of Storable errors by Rick Delaney (RT#27476)

1.83=1.82_05  2007-05-25
1.82_05   2007-05-14 by Alexandr Ciornii
  - skipping part of 99flex.t on NetBSD

1.82_04   2007-04-27 by Alexandr Ciornii
  - More diagnostics in Apache::Session::Lock::Semaphore::acquire_write_lock,
    acquire_read_lock
  - Did not increment modules versions in previous versions of distribution
  - Apache::Session::Lock::Semaphore can work with private semaphore
  - 99flex.t will use private semaphore
  - 99dbfile.t, 99dbfilestore.t - added undef (for RT#6216)

1.82_03   2007-03-12 by Alexandr Ciornii
  - Apache::Session::Lock::File checks flock success (RT#6936)
  - Apache::Session::Lock::File will not change to shared lock if write
    lock is in effect and read lock is requested (RT#7072)
  - 99dbfile.t, 99dbfilestore.t - added untie (for RT#6216)
  - Apache::Session::Lock::Semaphore will check for $Config{d_semget} and
    cygserver

1.82_02   2007-03-11 by Alexandr Ciornii
  - 99semaphore.t, 99flex.t will be skipped if $Config{d_semget}==undef,
    patch by Slaven Rezic
  - Removed redundant code in 99filelock.t
  - Removed unnecessary skip in 99nulllock.t
  - Added file 'Contributing.txt'
  - Apache::Session - mention CGI::Session
  - Request in Makefile.PL

1.82_01   2007-03-10 by Alexandr Ciornii
  - Applied part of patch of SREZIC (Slaven Rezic), RT#3670,
    more diagnostics on failing file operations (Apache::Session::Lock::File,
    Apache::Session::Store::DB_File, Apache::Session::Store::File)
  - RT#1251, ModUniqueId.pm, ModUsertrack.pm - small error in Carp usage,
    by Slaven Rezic
  - 99flex.t will be skipped on perls earlier than 5.8 (RT#16539)
  - Requires Storable (core from 5.7.3), as it is almost useless without it


(wiz)
diff -r1.22 -r1.23 pkgsrc/www/p5-Apache-Session/Makefile
diff -r1.10 -r1.11 pkgsrc/www/p5-Apache-Session/distinfo

cvs diff -r1.22 -r1.23 pkgsrc/www/p5-Apache-Session/Makefile (expand / switch to unified diff)

--- pkgsrc/www/p5-Apache-Session/Makefile 2007/02/25 23:48:29 1.22
+++ pkgsrc/www/p5-Apache-Session/Makefile 2008/04/23 20:43:06 1.23
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.22 2007/02/25 23:48:29 wiz Exp $ 1# $NetBSD: Makefile,v 1.23 2008/04/23 20:43:06 wiz Exp $
2# 2#
3 3
4DISTNAME= Apache-Session-1.82 4DISTNAME= Apache-Session-1.86
5PKGNAME= p5-${DISTNAME} 5PKGNAME= p5-${DISTNAME}
6SVR4_PKGNAME= p5ase 6SVR4_PKGNAME= p5ase
7CATEGORIES= www perl5 7CATEGORIES= www perl5
8MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Apache/} 8MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Apache/}
9 9
10MAINTAINER= pkgsrc-users@NetBSD.org 10MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= http://search.cpan.org/dist/Apache-Session/ 11HOMEPAGE= http://search.cpan.org/dist/Apache-Session/
12COMMENT= Perl5 module to provide persistent storage 12COMMENT= Perl5 module to provide persistent storage
13 13
14DEPENDS+= p5-Storable>=1.0.11:../../devel/p5-Storable 14DEPENDS+= p5-Storable>=1.0.11:../../devel/p5-Storable
15DEPENDS+= p5-Digest-MD5>=2.16:../../security/p5-Digest-MD5 15DEPENDS+= p5-Digest-MD5>=2.16:../../security/p5-Digest-MD5
16DEPENDS+= p5-Test-Deep>=0.082:../../devel/p5-Test-Deep 16DEPENDS+= p5-Test-Deep>=0.082:../../devel/p5-Test-Deep
17DEPENDS+= p5-Test-Exception>=0.15:../../devel/p5-Test-Exception 17DEPENDS+= p5-Test-Exception>=0.15:../../devel/p5-Test-Exception

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

--- pkgsrc/www/p5-Apache-Session/distinfo 2007/02/25 23:48:29 1.10
+++ pkgsrc/www/p5-Apache-Session/distinfo 2008/04/23 20:43:06 1.11
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.10 2007/02/25 23:48:29 wiz Exp $ 1$NetBSD: distinfo,v 1.11 2008/04/23 20:43:06 wiz Exp $
2 2
3SHA1 (Apache-Session-1.82.tar.gz) = eea168bf51f1c7e04b019e2288ce0ec9486dc21f 3SHA1 (Apache-Session-1.86.tar.gz) = 791a6899112ac74f0b30aee02c1874c86f22759b
4RMD160 (Apache-Session-1.82.tar.gz) = 8386b07ef9f04fe75eec6b06270b2566225e5309 4RMD160 (Apache-Session-1.86.tar.gz) = 140468a3df8ef6cd2843493080f00d9b31fb4be9
5Size (Apache-Session-1.82.tar.gz) = 32535 bytes 5Size (Apache-Session-1.86.tar.gz) = 35220 bytes