Mon Jan 2 12:02:04 2017 UTC ()
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.


(wen)
diff -r1.17 -r1.18 pkgsrc/databases/p5-DBD-ODBC/Makefile
diff -r1.8 -r1.9 pkgsrc/databases/p5-DBD-ODBC/distinfo

cvs diff -r1.17 -r1.18 pkgsrc/databases/p5-DBD-ODBC/Makefile (expand / switch to unified diff)

--- pkgsrc/databases/p5-DBD-ODBC/Makefile 2016/07/15 23:31:57 1.17
+++ pkgsrc/databases/p5-DBD-ODBC/Makefile 2017/01/02 12:02:04 1.18
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.17 2016/07/15 23:31:57 wen Exp $ 1# $NetBSD: Makefile,v 1.18 2017/01/02 12:02:04 wen Exp $
2 2
3DISTNAME= DBD-ODBC-1.52 3DISTNAME= DBD-ODBC-1.56
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5CATEGORIES= databases perl5 5CATEGORIES= databases perl5
6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBD/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBD/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://search.cpan.org/dist/DBD-ODBC/ 9HOMEPAGE= http://search.cpan.org/dist/DBD-ODBC/
10COMMENT= Perl DBI/DBD driver for ODBC 10COMMENT= Perl DBI/DBD driver for ODBC
11LICENSE= ${PERL5_LICENSE} 11LICENSE= ${PERL5_LICENSE}
12 12
13.include "options.mk" 13.include "options.mk"
14 14
15PERL5_PACKLIST= auto/DBD/ODBC/.packlist 15PERL5_PACKLIST= auto/DBD/ODBC/.packlist
16 16

cvs diff -r1.8 -r1.9 pkgsrc/databases/p5-DBD-ODBC/distinfo (expand / switch to unified diff)

--- pkgsrc/databases/p5-DBD-ODBC/distinfo 2016/07/15 23:31:57 1.8
+++ pkgsrc/databases/p5-DBD-ODBC/distinfo 2017/01/02 12:02:04 1.9
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.8 2016/07/15 23:31:57 wen Exp $ 1$NetBSD: distinfo,v 1.9 2017/01/02 12:02:04 wen Exp $
2 2
3SHA1 (DBD-ODBC-1.52.tar.gz) = 61415ff879dad4b6f52fe5a2dc8c91109d5bb7da 3SHA1 (DBD-ODBC-1.56.tar.gz) = 4171b9ef79320dc94fd533f505afd6fc219be598
4RMD160 (DBD-ODBC-1.52.tar.gz) = 41bdfd63785fb9e4dc7aabbc722a275f0e742467 4RMD160 (DBD-ODBC-1.56.tar.gz) = 5fcf9e982ad1ac04351c13e47761ca5a61810d28
5SHA512 (DBD-ODBC-1.52.tar.gz) = 3f49b830dbea1a97a3220b7be9cc589ea20e9dbb937240144c17dea9d9efbbb1b44139184f12a93826e57bbe1a6a43e4a09e1b56515c929f568de64419ae1ffc 5SHA512 (DBD-ODBC-1.56.tar.gz) = 374bf0f87bbb84128f5999670aee228185d6741a2364745a6dd268068ea53b73f6c8756da60052ae86ec74a335b583d0ae93c449f620c467f1d1fba84fcfa805
6Size (DBD-ODBC-1.52.tar.gz) = 279222 bytes 6Size (DBD-ODBC-1.56.tar.gz) = 280907 bytes