diff options
author | rhaen <rhaen@pkgsrc.org> | 2013-01-26 20:01:54 +0000 |
---|---|---|
committer | rhaen <rhaen@pkgsrc.org> | 2013-01-26 20:01:54 +0000 |
commit | 7a89184803861643d024b383faa953be8c595ce4 (patch) | |
tree | f922eb25e50e72dfbb1808b06428f6eda771f4b9 | |
parent | e9497c154c7b0154cd64f8a7cb70121bc4f14f7f (diff) | |
download | pkgsrc-7a89184803861643d024b383faa953be8c595ce4.tar.gz |
- Updated to 1.623
ChangeLog
Fixed RT#64330 - ping wipes out errstr (Martin J. Evans).
Fixed RT#75868 - DBD::Proxy shouldn't call connected() on the server.
Fixed RT#80474 - segfault in DESTROY with threads.
Fixed RT#81516 - Test failures due to hash randomisation in perl 5.17.6
thanks to Jens Rehsack and H.Merijn Brand and feedback on IRC
Fixed RT#81724 - Handle copy-on-write scalars (sprout)
Fixed unused variable / self-assignment compiler warnings.
Fixed default table_info in DBI::DBD::SqlEngine which passed NAMES
attribute instead of NAME to DBD::Sponge RT72343 (Martin J. Evans)
Corrected a spelling error thanks to Chris Sanders.
Corrected typo in DBI->installed_versions docs RT#78825
thanks to Jan Dubois.
Refactored table meta information management from DBD::File into
DBI::DBD::SqlEngine (H.Merijn Brand, Jens Rehsack)
Pevent undefined f_dir being used in opendir (H.Merijn Brand)
Added logic to force destruction of children before parents
during global destruction. See RT#75614.
Added DBD::File Plugin-Support for table names and data sources
(Jens Rehsack, #dbi Team)
Added new tests to 08keeperr for RT#64330
thanks to Kenichi Ishigaki.
Added extra internal handle type check, RT#79952
thanks to Reini Urban.
Added cubrid_ registered prefix for DBD::cubrid, RT#78453
Removed internal _not_impl method (Martin J. Evans).
NOTE: The "old-style" DBD::DBM attributes 'dbm_ext' and 'dbm_lockfile'
have been deprecated for several years and their use will now generate
a warning.
-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 5e47417e36f..70eb63f6b7f 100644 --- a/databases/p5-DBI/Makefile +++ b/databases/p5-DBI/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.56 2012/10/03 21:54:17 wiz Exp $ +# $NetBSD: Makefile,v 1.57 2013/01/26 20:01:54 rhaen Exp $ -DISTNAME= DBI-1.622 +DISTNAME= DBI-1.623 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBI/} diff --git a/databases/p5-DBI/distinfo b/databases/p5-DBI/distinfo index 91e5fe851d6..752ac38e886 100644 --- a/databases/p5-DBI/distinfo +++ b/databases/p5-DBI/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.34 2012/07/05 16:49:18 sno Exp $ +$NetBSD: distinfo,v 1.35 2013/01/26 20:01:54 rhaen Exp $ -SHA1 (DBI-1.622.tar.gz) = 9845257712bdb3e7a123f53c53ed1f5b63a16d08 -RMD160 (DBI-1.622.tar.gz) = 49c5b9d593cfd128aa969f0ad0f7eb79fc864337 -Size (DBI-1.622.tar.gz) = 585651 bytes +SHA1 (DBI-1.623.tar.gz) = 6d88d6facb68ba5059fc3bf27836c456cf5834bb +RMD160 (DBI-1.623.tar.gz) = 4330e8276120b221a480df988c126b26be1d750f +Size (DBI-1.623.tar.gz) = 596517 bytes |