diff options
author | sno <sno> | 2009-05-06 06:34:10 +0000 |
---|---|---|
committer | sno <sno> | 2009-05-06 06:34:10 +0000 |
commit | 98fcd6d9bd6311c50790438d29c41f6224bb7648 (patch) | |
tree | 5c9aee9148f67f62ede5875d20c53b891aee7f79 /databases/p5-DBI/distinfo | |
parent | 9657b58504b4e84b9aa44bdf4697a7b48ef29ed8 (diff) | |
download | pkgsrc-98fcd6d9bd6311c50790438d29c41f6224bb7648.tar.gz |
PkgSrc changes:
- Updating package for p5 DBI module's from 1.607 to 1.608
Upstream changes:
* Changes in DBI 1.608 (svn r12742) 5th May 2009
Fixes to DBD::File (H.Merijn Brand)
bind_param () now honors the attribute argument
added f_ext attribute
File::Spec is always required. (CORE since 5.00405)
Fail and set errstr on parameter count mismatch in execute ()
Fixed two small memory leaks when running in mod_perl
one in DBI->connect and one in DBI::Gofer::Execute.
Both due to "local $ENV{...};" leaking memory.
Fixed DBD_ATTRIB_DELETE macro for driver authors
and updated DBI::DBD docs thanks to Martin J. Evans.
Fixed 64bit issues in trace messages thanks to Charles Jardine.
Fixed FETCH_many() method to work with drivers that incorrectly return
an empty list from $h->FETCH. Affected gofer.
Added 'sqlite_' as registered prefix for DBD::SQLite.
Corrected many typos in DBI docs thanks to Martin J. Evans.
Improved DBI::DBD docs thanks to H.Merijn Brand.
Diffstat (limited to 'databases/p5-DBI/distinfo')
-rw-r--r-- | databases/p5-DBI/distinfo | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/databases/p5-DBI/distinfo b/databases/p5-DBI/distinfo index b12436b4529..8002d0419d4 100644 --- a/databases/p5-DBI/distinfo +++ b/databases/p5-DBI/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.24 2008/07/24 09:28:47 rhaen Exp $ +$NetBSD: distinfo,v 1.25 2009/05/06 06:34:10 sno Exp $ -SHA1 (DBI-1.607.tar.gz) = 5883b7c8129f33d234fdbb7903b60c60abf7dadb -RMD160 (DBI-1.607.tar.gz) = e1dd06cd5b4f3fcd5e2850e9b36fdfe7eae44c4b -Size (DBI-1.607.tar.gz) = 504385 bytes +SHA1 (DBI-1.608.tar.gz) = 6ce03c2d385ba6a12a45a0cf4900001bbcf4176b +RMD160 (DBI-1.608.tar.gz) = 646a6d3ff7ca796ae0ca17bb54c14e45992080b2 +Size (DBI-1.608.tar.gz) = 508058 bytes |