pkgsrc-Changes archive

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

CVS commit: pkgsrc/databases/p5-DBD-ODBC



Module Name:    pkgsrc
Committed By:   wen
Date:           Mon Jan  2 12:02:04 UTC 2017

Modified Files:
        pkgsrc/databases/p5-DBD-ODBC: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/databases/p5-DBD-ODBC/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/databases/p5-DBD-ODBC/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/databases/p5-DBD-ODBC/Makefile
diff -u pkgsrc/databases/p5-DBD-ODBC/Makefile:1.17 pkgsrc/databases/p5-DBD-ODBC/Makefile:1.18
--- pkgsrc/databases/p5-DBD-ODBC/Makefile:1.17  Fri Jul 15 23:31:57 2016
+++ pkgsrc/databases/p5-DBD-ODBC/Makefile       Mon Jan  2 12:02:04 2017
@@ -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/}

Index: pkgsrc/databases/p5-DBD-ODBC/distinfo
diff -u pkgsrc/databases/p5-DBD-ODBC/distinfo:1.8 pkgsrc/databases/p5-DBD-ODBC/distinfo:1.9
--- pkgsrc/databases/p5-DBD-ODBC/distinfo:1.8   Fri Jul 15 23:31:57 2016
+++ pkgsrc/databases/p5-DBD-ODBC/distinfo       Mon Jan  2 12:02:04 2017
@@ -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