pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/p5-DBD-ODBC Update to 1.56



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e82e8849b6be
branches:  trunk
changeset: 356612:e82e8849b6be
user:      wen <wen%pkgsrc.org@localhost>
date:      Mon Jan 02 12:02:04 2017 +0000

description:
Update to 1.56

Upstream changes:
1.56 2016-10-06

  Full release of the 1.53 development series

  One version skipped because of indexing problems.

1.53_2 2016-02-03

  [MISCELLANEOUS]

  Add new FAQs

1.53_1 2015-10-16

  [BUG FIXES]

  Strictly speaking this is a bug fix to DBI and not DBD::ODBC but DBI
  now supports 64 bit row counts where an IV in perl is 64 bits. However, it
  necessitated changes to DBD::ODBC to pick up the fix. odbc_rows (my workaround
  since 2012) is still supported but should no longer be required so long as you
  use this DBD::ODBC and DBI 1.633_92 or above.

  [INTERNALS]

  Removed dbd_st_rows and now setting DBIc_ROW_COUNT.

  [DOCUMENTATION]

  Add tables and table_info section to deviations from the DBI spec.

  [MISCELLANEOUS]

  Change column name in t/rt_101579.t as "method" is a reserved word
  in. Teradata Thanks to Zhenyi Zhou.

  Remove duplicate dynamic_config from META.yml.

diffstat:

 databases/p5-DBD-ODBC/Makefile |   4 ++--
 databases/p5-DBD-ODBC/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r b6b857092726 -r e82e8849b6be databases/p5-DBD-ODBC/Makefile
--- a/databases/p5-DBD-ODBC/Makefile    Mon Jan 02 11:53:42 2017 +0000
+++ b/databases/p5-DBD-ODBC/Makefile    Mon Jan 02 12:02:04 2017 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.17 2016/07/15 23:31:57 wen Exp $
+# $NetBSD: Makefile,v 1.18 2017/01/02 12:02:04 wen Exp $
 
-DISTNAME=      DBD-ODBC-1.52
+DISTNAME=      DBD-ODBC-1.56
 PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    databases perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=DBD/}
diff -r b6b857092726 -r e82e8849b6be databases/p5-DBD-ODBC/distinfo
--- a/databases/p5-DBD-ODBC/distinfo    Mon Jan 02 11:53:42 2017 +0000
+++ b/databases/p5-DBD-ODBC/distinfo    Mon Jan 02 12:02:04 2017 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2016/07/15 23:31:57 wen Exp $
+$NetBSD: distinfo,v 1.9 2017/01/02 12:02:04 wen Exp $
 
-SHA1 (DBD-ODBC-1.52.tar.gz) = 61415ff879dad4b6f52fe5a2dc8c91109d5bb7da
-RMD160 (DBD-ODBC-1.52.tar.gz) = 41bdfd63785fb9e4dc7aabbc722a275f0e742467
-SHA512 (DBD-ODBC-1.52.tar.gz) = 3f49b830dbea1a97a3220b7be9cc589ea20e9dbb937240144c17dea9d9efbbb1b44139184f12a93826e57bbe1a6a43e4a09e1b56515c929f568de64419ae1ffc
-Size (DBD-ODBC-1.52.tar.gz) = 279222 bytes
+SHA1 (DBD-ODBC-1.56.tar.gz) = 4171b9ef79320dc94fd533f505afd6fc219be598
+RMD160 (DBD-ODBC-1.56.tar.gz) = 5fcf9e982ad1ac04351c13e47761ca5a61810d28
+SHA512 (DBD-ODBC-1.56.tar.gz) = 374bf0f87bbb84128f5999670aee228185d6741a2364745a6dd268068ea53b73f6c8756da60052ae86ec74a335b583d0ae93c449f620c467f1d1fba84fcfa805
+Size (DBD-ODBC-1.56.tar.gz) = 280907 bytes



Home | Main Index | Thread Index | Old Index