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.52



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3c24391fed69
branches:  trunk
changeset: 349775:3c24391fed69
user:      wen <wen%pkgsrc.org@localhost>
date:      Fri Jul 15 23:31:57 2016 +0000

description:
Update to 1.52

Upstream changes:
1.52 2015-04-15

  [MISCELLANEOUS]

  Changes to the test suite to make it run better with Postgres thanks
  to Greg Sabino Mullane.

1.51_4 2015-01-18

  [BUG FIXES]

  Numerous errors in the test suite (with SQLite ODBC driver) mostly down to not
  creating the test table first.

  [MISCELLANEOUS]

  Try and make the test suite run ok for SQLite ODBC driver so I can use it
  in travis-ci.

1.51_3 2015-01-17

  [BUG FIXES]

  RT101579 - using bound input parameters for numeric columns (e.g.,
  SQL_NUMERIC) only works the first time and will quite likey fail
  with "string data, right truncation" on the second and subsequent
  calls to execute. Thanks to Laura Cox for finding.

1.51_2 2014-11-19

  [BUG FIXES]

  The table_info method (ANSI version only) was incorrectly passing
  the table name for the type argument. I think this bug was
  introduced last year.

1.51_1 2014-11-14

  [BUG FIXES]

  RT100186 - handle VARBINARY(MAX) parameters with SQL Server native
  client. Identify "libmsodbcsql*" as the MS ODBC Driver for Linux as
  there are some specific workarounds for MS Native Client ODBC driver.

diffstat:

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

diffs (29 lines):

diff -r 638e04328814 -r 3c24391fed69 databases/p5-DBD-ODBC/Makefile
--- a/databases/p5-DBD-ODBC/Makefile    Fri Jul 15 23:24:21 2016 +0000
+++ b/databases/p5-DBD-ODBC/Makefile    Fri Jul 15 23:31:57 2016 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.16 2016/06/08 19:22:24 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2016/07/15 23:31:57 wen Exp $
 
-DISTNAME=      DBD-ODBC-1.50
+DISTNAME=      DBD-ODBC-1.52
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   3
 CATEGORIES=    databases perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=DBD/}
 
diff -r 638e04328814 -r 3c24391fed69 databases/p5-DBD-ODBC/distinfo
--- a/databases/p5-DBD-ODBC/distinfo    Fri Jul 15 23:24:21 2016 +0000
+++ b/databases/p5-DBD-ODBC/distinfo    Fri Jul 15 23:31:57 2016 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2015/11/03 01:56:18 agc Exp $
+$NetBSD: distinfo,v 1.8 2016/07/15 23:31:57 wen Exp $
 
-SHA1 (DBD-ODBC-1.50.tar.gz) = 290b8bd11dfddceb7fa8990242763b1c5d8b328e
-RMD160 (DBD-ODBC-1.50.tar.gz) = c64520f1088221ccb5957fcae7eebadf2b0d0148
-SHA512 (DBD-ODBC-1.50.tar.gz) = 90171d743d2c01a251772bd5c36315f32fb0ba327b1b2ad328a6e6b1471b53e345d21bff4d55fde38b37eaf2976a743027cb3cb868ce7b9b1ae20c6ca8746827
-Size (DBD-ODBC-1.50.tar.gz) = 277936 bytes
+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



Home | Main Index | Thread Index | Old Index