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:           Fri Jul 15 23:31:57 UTC 2016

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/databases/p5-DBD-ODBC/Makefile
cvs rdiff -u -r1.7 -r1.8 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.16 pkgsrc/databases/p5-DBD-ODBC/Makefile:1.17
--- pkgsrc/databases/p5-DBD-ODBC/Makefile:1.16  Wed Jun  8 19:22:24 2016
+++ pkgsrc/databases/p5-DBD-ODBC/Makefile       Fri Jul 15 23:31:57 2016
@@ -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/}
 

Index: pkgsrc/databases/p5-DBD-ODBC/distinfo
diff -u pkgsrc/databases/p5-DBD-ODBC/distinfo:1.7 pkgsrc/databases/p5-DBD-ODBC/distinfo:1.8
--- pkgsrc/databases/p5-DBD-ODBC/distinfo:1.7   Tue Nov  3 01:56:18 2015
+++ pkgsrc/databases/p5-DBD-ODBC/distinfo       Fri Jul 15 23:31:57 2016
@@ -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