diff options
author | wiz <wiz> | 2005-02-24 15:36:53 +0000 |
---|---|---|
committer | wiz <wiz> | 2005-02-24 15:36:53 +0000 |
commit | 1b5777e5241861748ed3837ba43b559be4ec4d5c (patch) | |
tree | 02ba059e75ec348e9ae8692792fead212eb258f2 /databases/p5-DBI/distinfo | |
parent | f7463a2bfa221d4d14b405c08788506a13d16af3 (diff) | |
download | pkgsrc-1b5777e5241861748ed3837ba43b559be4ec4d5c.tar.gz |
Updated to 1.47:
o Changes in DBI 1.47 (svn rev 854), 2nd February 2005
Fixed DBI::ProxyServer to not create pid files by default.
References: Ubuntu Security Notice USN-70-1, CAN-2005-0077
Thanks to Javier Fernández-Sanguino Peña from the
Debian Security Audit Project, and Jonathan Leffler.
[we already had a patch for that in pkgsrc]
Fixed some tests to work with older Test::More versions.
Fixed setting $DBI::err/errstr in DBI::PurePerl.
Fixed potential undef warning from connect_cached().
Fixed $DBI::lasth handling for DESTROY so lasth points to
parent even if DESTROY called other methods.
Fixed DBD::Proxy method calls to not alter $@.
Fixed DBD::File problem with encoding pragma thanks to Erik Rijkers.
Changed error handling so undef errstr doesn't cause warning.
Changed DBI::DBD docs to use =head3/=head4 pod thanks to
Jonathan Leffler. This may generate warnings for perl 5.6.
Changed DBI::PurePerl to set autoflush on trace filehandle.
Changed DBD::Proxy to treat Username as a local attribute
so recent DBI version can be used with old DBI::ProxyServer.
Changed driver handle caching in DBD::File.
Added $GetInfoType{SQL_DATABASE_NAME} thanks to Steffen Goeldner.
Updated docs to recommend some common DSN string attributes.
Updated connect_cached() docs with issues and suggestions.
Updated docs for NULL Value placeholders thanks to Brian Campbell.
Updated docs for primary_key_info and primary_keys.
Updated docs to clarify that the default fetchrow_hashref behaviour,
of returning a ref to a new hash for each row, will not change.
Updated err/errstr/state docs for DBD authors thanks to Steffen Goeldner.
Updated handle/attribute docs for DBD authors thanks to Steffen Goeldner.
Corrected and updated LongReadLen docs thanks to Bart Lateur.
Added DBD::JDBC as a registered driver.
Diffstat (limited to 'databases/p5-DBI/distinfo')
-rw-r--r-- | databases/p5-DBI/distinfo | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/databases/p5-DBI/distinfo b/databases/p5-DBI/distinfo index 7ce2eb9abae..4ed69b44e69 100644 --- a/databases/p5-DBI/distinfo +++ b/databases/p5-DBI/distinfo @@ -1,7 +1,5 @@ -$NetBSD: distinfo,v 1.15 2005/02/23 16:33:07 agc Exp $ +$NetBSD: distinfo,v 1.16 2005/02/24 15:36:53 wiz Exp $ -SHA1 (DBI-1.46.tar.gz) = 47867153d057ce6668c2cbcf0a69b45b0967401d -RMD160 (DBI-1.46.tar.gz) = 6e49434f30a5575c083e5401112e7596a02395c3 -Size (DBI-1.46.tar.gz) = 372350 bytes -SHA1 (patch-aa) = c8b31125bd92e789d25577a57a3959e440fb69e3 -SHA1 (patch-ab) = a4b49751563a5b4fed68fe5a6eb578952cc40687 +SHA1 (DBI-1.47.tar.gz) = d4b96392e4909ae84878fde73a56c7acc1cc86cf +RMD160 (DBI-1.47.tar.gz) = 5704d264668b126df60b84208260ab7a694490c2 +Size (DBI-1.47.tar.gz) = 375545 bytes |