summaryrefslogtreecommitdiff
path: root/databases/p5-DBI
diff options
context:
space:
mode:
authorrhaen <rhaen>2012-04-01 20:07:31 +0000
committerrhaen <rhaen>2012-04-01 20:07:31 +0000
commitc68783cbdf903436dd361dfea1739425b9c70baa (patch)
tree5afa096538b7f5bb0ca4e89ab6869d5fe1b0f559 /databases/p5-DBI
parentb699f085e84f55e2f2e080a4f023fa84e4c7d35d (diff)
downloadpkgsrc-c68783cbdf903436dd361dfea1739425b9c70baa.tar.gz
Updated to 1.618
Changes: =head2 Changes in DBI 1.618 (svn r15170) 25rd February 2012 Fixed compiler warnings in Driver_xst.h (Martin J. Evans) Fixed compiler warning in DBI.xs (H.Merijn Brand) Fixed Gofer tests failing on Windows RT74975 (Manoj Kumar) Fixed my_ctx compile errors on Windows (Dave Mitchell) Significantly optimized method dispatch via cache (Dave Mitchell) Significantly optimized DBI internals for threads (Dave Mitchell) Xsub to xsub calling optimization now enabled for threaded perls. Corrected typo in example in docs (David Precious) Added note that calling clone() without an arg may warn in future. Minor changes to the install_method() docs in DBI::DBD. Updated dbipport.h from Devel::PPPort 3.20 =head2 Changes in DBI 1.617 (svn r15107) 30th January 2012 NOTE: The officially supported minimum perl version will change from perl 5.8.1 (2003) to perl 5.8.3 (2004) in a future release. (The last change, from perl 5.6 to 5.8.1, was announced in July 2008 and implemented in DBI 1.611 in April 2010.) Fixed ParamTypes example in the pod (Martin J. Evans) Fixed the definition of ArrayTupleStatus and remove confusion over rows affected in list context of execute_array (Martin J. Evans) Fixed sql_type_cast example and typo in errors (Martin J. Evans) Fixed Gofer error handling for keeperr methods like ping (Tim Bunce) Fixed $dbh->clone({}) RT73250 (Tim Bunce) Fixed is_nested_call logic error RT73118 (Reini Urban) Enhanced performance for threaded perls (Dave Mitchell, Tim Bunce) Enhanced and standardized driver trace level mechanism (Tim Bunce) Removed old code that was an inneffective attempt to detect people doing DBI->{Attrib}. Clear ParamValues on bind_param param count error RT66127 (Tim Bunce) Changed DBI::ProxyServer to require DBI at compile-time RT62672 (Tim Bunce) Added pod for default_user to DBI::DBD (Martin J. Evans) Added CON, ENC and DBD trace flags and extended 09trace.t (Martin J. Evans) Added TXN trace flags and applied CON and TXN to relevant methods (Tim Bunce) Added some more fetchall_arrayref(..., $maxrows) tests (Tim Bunce) Clarified docs for fetchall_arrayref called on an inactive handle. Clarified docs for clone method (Tim Bunce) Added note to DBI::Profile about async queries (Marcel GrĂ¼nauer). Reserved spatialite_ as a driver prefix for DBD::Spatialite Reserved mo_ as a driver prefix for DBD::MO Updated link to the SQL Reunion 95 docs, RT69577 (Ash Daminato) Changed links for DBI recipes. RT73286 (Martin J. Evans)
Diffstat (limited to 'databases/p5-DBI')
-rw-r--r--databases/p5-DBI/Makefile4
-rw-r--r--databases/p5-DBI/distinfo8
2 files changed, 6 insertions, 6 deletions
diff --git a/databases/p5-DBI/Makefile b/databases/p5-DBI/Makefile
index f18dc0b660c..ad8c24b240f 100644
--- a/databases/p5-DBI/Makefile
+++ b/databases/p5-DBI/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.51 2011/08/06 14:47:28 adam Exp $
+# $NetBSD: Makefile,v 1.52 2012/04/01 20:07:31 rhaen Exp $
-DISTNAME= DBI-1.616
+DISTNAME= DBI-1.618
PKGNAME= p5-${DISTNAME}
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBD/}
diff --git a/databases/p5-DBI/distinfo b/databases/p5-DBI/distinfo
index 1cf4f7f0798..544a6ab670a 100644
--- a/databases/p5-DBI/distinfo
+++ b/databases/p5-DBI/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.31 2011/08/06 14:47:28 adam Exp $
+$NetBSD: distinfo,v 1.32 2012/04/01 20:07:31 rhaen Exp $
-SHA1 (DBI-1.616.tar.gz) = d969beb953c39f817f2329dcca6293ef5b048b50
-RMD160 (DBI-1.616.tar.gz) = ddfcd154546f78e1524f602356c209ec7975a464
-Size (DBI-1.616.tar.gz) = 576803 bytes
+SHA1 (DBI-1.618.tar.gz) = e8fa89be193c04cfb36eac50b25c0c26f7f39a83
+RMD160 (DBI-1.618.tar.gz) = 4eb2b87e37d3788a7e7532413bbc3710c1e66ae6
+Size (DBI-1.618.tar.gz) = 583067 bytes