From 7992ab108cb012cc1b4f6fde31c87134481ad11c Mon Sep 17 00:00:00 2001 From: hiramatsu Date: Fri, 10 Feb 2006 09:20:53 +0000 Subject: Updated to 0.9901. 0.9901 08/19/2005 - Fix the versioning blunder of .100 < .99 [Philip M. Gollucci ] - Account for the case of mp1 and mp2 installed in the same perl tree. The evals were not playing nice with modules like Apache::SSI, Apache::SessionManager. Sumitted by: [Frank Maas ] Tweaked/reviewed by: [Philip M. Gollucci ] 0.100 08/10/2005 - Move $Idx from a file-scoped variable to a connect() scoped variable, which gets passed to other subroutines as needed. This will ensure that the cleanup/rollback feature will work properly when a script uses more than one database handle to the same database. [Joe Thomas ] - Fixed issues relating to changing handle state post connection. Handles now returned in same state as original and incomplete transactions rolled back before re-issuing handle so. Submited by: [Joe Thomas ] Contributed by: [Patrick Mulvany ] - Fix a () bug in the connect() determining whether we must ping the database. PingTimeOut = 0 now works as documented. Submited by: [Joe Thomas ] Contributed by: [Patrick Mulvany ] 0.99 08/03/2005 - Turn off Debugging by default. Reported by [Philip M. Gollucci ] 0.98 06/30/2005 - Fix MP2 issue with $Apache::Server::Starting Reported by Vincent Moneymaker vbmonymaker@hotmail.com [Philip M. Gollucci ] 0.97 06/27/2005 - Fix minor use strict bug in make test [Philip M. Gollucci ] - Fixed a bug in salt calculation Kevin A. McGrail (ThoughtWorthy Media, Inc.) - Added Auth_DBI_encryption_method configuration. Supports md5 hex, sha1 hex & crypt and will support fallback. Other encryption methods can be added by modifying the subroutine get_passwds_to_check Kevin A. McGrail (ThoughtWorthy Media, Inc.) - MP2/MP1 Constants compatability fixes in AuthDBI Kevin A. McGrail (ThoughtWorthy Media, Inc.) - Added a feature 'Apache::AuthDBI->setProjID(1)' to set a Shared Memory Project ID when using the shared memory caching. Kevin A. McGrail (ThoughtWorthy Media, Inc.) - Fixed an MP2 problem when Debug is set to 2 changing is_main() to main() call Kevin A. McGrail (ThoughtWorthy Media, Inc.) - Added a few more Debug statements including the Semaphore ID in hex to use ipcs Kevin A. McGrail (ThoughtWorthy Media, Inc.) 0.96 04/19/2005 - Account for the recent mod_perl2 API renaming [Philip M .Gollucci ] 0.95 04/01/2005 - Avoid "The object isn't defined" error during "make test" if we can't connect to the test database. --- databases/p5-Apache-DBI/Makefile | 5 ++--- databases/p5-Apache-DBI/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 7 deletions(-) (limited to 'databases/p5-Apache-DBI') diff --git a/databases/p5-Apache-DBI/Makefile b/databases/p5-Apache-DBI/Makefile index 32088a11474..e3e39fcd570 100644 --- a/databases/p5-Apache-DBI/Makefile +++ b/databases/p5-Apache-DBI/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.12 2005/12/18 18:06:12 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2006/02/10 09:20:53 hiramatsu Exp $ # -DISTNAME= Apache-DBI-0.94 +DISTNAME= Apache-DBI-0.9901 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5adb -PKGREVISION= 2 CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Apache/} diff --git a/databases/p5-Apache-DBI/distinfo b/databases/p5-Apache-DBI/distinfo index 2fb20bef533..b953a11002f 100644 --- a/databases/p5-Apache-DBI/distinfo +++ b/databases/p5-Apache-DBI/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2005/02/23 16:33:07 agc Exp $ +$NetBSD: distinfo,v 1.4 2006/02/10 09:20:53 hiramatsu Exp $ -SHA1 (Apache-DBI-0.94.tar.gz) = 28f98220652997374c6ad1e0b3e1f956c0ab3006 -RMD160 (Apache-DBI-0.94.tar.gz) = 665b7c088bf05f3670a243a8c8b21d6fd432ae70 -Size (Apache-DBI-0.94.tar.gz) = 27548 bytes +SHA1 (Apache-DBI-0.9901.tar.gz) = ad279c1e3906a69aed8febe2e40170abccc8dbcf +RMD160 (Apache-DBI-0.9901.tar.gz) = e3aa9a2bf9562d8c1332edd5f85e4ad936f3bf22 +Size (Apache-DBI-0.9901.tar.gz) = 31786 bytes -- cgit v1.2.3