pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/p5-DBI Update to 1.630



details:   https://anonhg.NetBSD.org/pkgsrc/rev/76eeb6db9963
branches:  trunk
changeset: 626067:76eeb6db9963
user:      wen <wen%pkgsrc.org@localhost>
date:      Thu Oct 31 08:15:43 2013 +0000

description:
Update to 1.630

Upstream changes:
Fixed err for new drh to be undef not to 0 [Martin J. Evans]
    Fixed RT#83132 - moved DBIstcf* constants to util
        export tag [Martin J. Evans]
    PrintWarn is now triggered by warnings recorded in methods like STORE
        that don't clear err RT#89015 [Tim Bunce]

    Changed tracing to no longer show quote and quote_identifier calls
        at trace level 1.
    Changed DBD::Gofer ping while disconnected set_err from warn to info.
    Clarified wording of log message when err is cleared.
    Changed bootstrap to use $XS_VERSION RT#89618 [Andreas Koenig]

    Added connect_cached.connected Callback P R # 3 [David E. Wheeler]

    Clarified effect of refs in connect_cached attributes [David E. Wheeler]
    Extended ReadOnly attribute docs for when the driver cannot
      ensure read only [Martin J. Evans]
    Corrected SQL_BIGINT docs to say ODBC value is used P R # 5 [ilmari]

diffstat:

 databases/p5-DBI/Makefile |  4 ++--
 databases/p5-DBI/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (25 lines):

diff -r 3be89c19a56b -r 76eeb6db9963 databases/p5-DBI/Makefile
--- a/databases/p5-DBI/Makefile Thu Oct 31 08:07:25 2013 +0000
+++ b/databases/p5-DBI/Makefile Thu Oct 31 08:15:43 2013 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.61 2013/08/15 11:41:02 wen Exp $
+# $NetBSD: Makefile,v 1.62 2013/10/31 08:15:43 wen Exp $
 
-DISTNAME=      DBI-1.628
+DISTNAME=      DBI-1.630
 PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    databases perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=DBI/}
diff -r 3be89c19a56b -r 76eeb6db9963 databases/p5-DBI/distinfo
--- a/databases/p5-DBI/distinfo Thu Oct 31 08:07:25 2013 +0000
+++ b/databases/p5-DBI/distinfo Thu Oct 31 08:15:43 2013 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.38 2013/08/15 11:41:02 wen Exp $
+$NetBSD: distinfo,v 1.39 2013/10/31 08:15:43 wen Exp $
 
-SHA1 (DBI-1.628.tar.gz) = 705ae39aa565e20c9eb9f66a8eb31ec2d5660134
-RMD160 (DBI-1.628.tar.gz) = 98b6bd0159fd7daeb4f73d703d54ea7463d28cf6
-Size (DBI-1.628.tar.gz) = 586733 bytes
+SHA1 (DBI-1.630.tar.gz) = 8e8ca6484a3e0c7f4e268e46101faed576e072fc
+RMD160 (DBI-1.630.tar.gz) = 9b117d26d6d3f49486abf40b22a105bd725833af
+Size (DBI-1.630.tar.gz) = 588554 bytes



Home | Main Index | Thread Index | Old Index