diff options
author | sno <sno@pkgsrc.org> | 2010-09-22 20:51:29 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2010-09-22 20:51:29 +0000 |
commit | 80038455e1c6549da88c50c0853891a04d3b7cf2 (patch) | |
tree | c1b62dcc45da179df5a477ed343a2b6fe4f96360 /databases | |
parent | 741a4efe195907c60c0bb3a82a521222acca12a5 (diff) | |
download | pkgsrc-80038455e1c6549da88c50c0853891a04d3b7cf2.tar.gz |
Updating databases/p5-DBI from 1.613nb1 to 1.615
Upstream changes:
Changes in DBI 1.615 (svn r14438) 21st September 2010
Fixed t/51dbm_file for file/directory names with whitespaces in them
RT#61445 (Jens Rehsack)
Fixed compiler warnings from ignored hv_store result (Martin J. Evans)
Fixed portability to VMS (Craig A. Berry)
Changes in DBI 1.614 (svn r14408) 17th September 2010
Fixed bind_param () in DBI::DBD::SqlEngine (rt#61281)
Fixed internals to not refer to old perl symbols that
will no longer be visible in perl >5.13.3 (Andreas Koenig)
Many compiled drivers are likely to need updating.
Fixed issue in DBD::File when absolute filename is used as table name
(Jens Rehsack)
Croak manually when file after tie doesn't exists in DBD::DBM
when it have to exists (Jens Rehsack)
Fixed issue in DBD::File when users set individual file name for tables
via f_meta compatibility interface - reported by H.Merijn Brand while
working on RT#61168 (Jens Rehsack)
Changed 50dbm_simple to simplify and fix problems (Martin J. Evans)
Changed 50dbm_simple to skip aggregation tests when not using
SQL::Statement (Jens Rehsack)
Minor speed improvements in DBD::File (Jens Rehsack)
Added $h->{AutoInactiveDestroy} as simpler safer form of
$h->{InactiveDestroy} (David E. Wheeler)
Added ability for parallel testing "prove -j4 ..." (Jens Rehsack)
Added tests for delete in DBM (H.Merijn Brand)
Added test for absolute filename as table to 51dbm_file (Jens Rehsack)
Added two initialization phases to DBI::DBD::SqlEngine (Jens Rehsack)
Added improved developers documentation for DBI::DBD::SqlEngine
(Jens Rehsack)
Added guides how to write DBI drivers using DBI::DBD::SqlEngine
or DBD::File (Jens Rehsack)
Added register_compat_map() and table_meta_attr_changed() to
DBD::File::Table to support clean fix of RT#61168 (Jens Rehsack)
Diffstat (limited to 'databases')
-rw-r--r-- | databases/p5-DBI/Makefile | 5 | ||||
-rw-r--r-- | databases/p5-DBI/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/databases/p5-DBI/Makefile b/databases/p5-DBI/Makefile index fbda15483eb..91487a10a7a 100644 --- a/databases/p5-DBI/Makefile +++ b/databases/p5-DBI/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.49 2010/08/21 16:32:57 seb Exp $ +# $NetBSD: Makefile,v 1.50 2010/09/22 20:51:29 sno Exp $ -DISTNAME= DBI-1.613 +DISTNAME= DBI-1.615 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBD/} diff --git a/databases/p5-DBI/distinfo b/databases/p5-DBI/distinfo index cbeeb7248c7..3a2a85a9fad 100644 --- a/databases/p5-DBI/distinfo +++ b/databases/p5-DBI/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.29 2010/08/04 15:02:05 sno Exp $ +$NetBSD: distinfo,v 1.30 2010/09/22 20:51:29 sno Exp $ -SHA1 (DBI-1.613.tar.gz) = db41b0223b1f079ec887bd6bc6d31480358fd9ef -RMD160 (DBI-1.613.tar.gz) = 2bd7cff94534e047e71bb20234fbc19ba0da1ca0 -Size (DBI-1.613.tar.gz) = 566542 bytes +SHA1 (DBI-1.615.tar.gz) = 086d0dc9f17db9d8e4f083a6236cca82d90694a6 +RMD160 (DBI-1.615.tar.gz) = 6ac748c9bc93c7981a8f61d48dddd045dbe3bcd9 +Size (DBI-1.615.tar.gz) = 571379 bytes |