pkgsrc-Changes archive

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

CVS commit: pkgsrc/databases/unixodbc



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Sep 14 17:46:39 UTC 2020

Modified Files:
        pkgsrc/databases/unixodbc: Makefile distinfo

Log Message:
unixodbc: updated to 2.3.9

2.3.9
Fix that broke several driver builds. Sorry

2.3.8
Add configure support for editline
SQLDriversW was ignoring user config
SQLDataSources Fix termination character
Fix for pooling seg fault
Make calling SQLSetStmtAttrW call the W function in the driver is its there
Try and fix race condition clearing system odbc.ini file
Remove trailing space from isql/iusql SQL
When setting connection attributes set before connect also check if the W entry poins can be used
Try calling the W error functions first if available in the driver
Add iconvperdriver configure option to allow calling unicode_setup in SQLAllocHandle
iconv handles was being lost when reusing pooled connection
Catch null copy in iniPropertyInsert
Fix some leaks


To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 pkgsrc/databases/unixodbc/Makefile
cvs rdiff -u -r1.18 -r1.19 pkgsrc/databases/unixodbc/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/unixodbc/Makefile
diff -u pkgsrc/databases/unixodbc/Makefile:1.42 pkgsrc/databases/unixodbc/Makefile:1.43
--- pkgsrc/databases/unixodbc/Makefile:1.42     Wed May 13 03:27:27 2020
+++ pkgsrc/databases/unixodbc/Makefile  Mon Sep 14 17:46:39 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.42 2020/05/13 03:27:27 rillig Exp $
+# $NetBSD: Makefile,v 1.43 2020/09/14 17:46:39 adam Exp $
 
-DISTNAME=      unixODBC-2.3.7
+DISTNAME=      unixODBC-2.3.9
 PKGNAME=       ${DISTNAME:S/ODBC/odbc/}
 CATEGORIES=    databases
 MASTER_SITES=  ftp://ftp.unixodbc.org/pub/unixODBC/

Index: pkgsrc/databases/unixodbc/distinfo
diff -u pkgsrc/databases/unixodbc/distinfo:1.18 pkgsrc/databases/unixodbc/distinfo:1.19
--- pkgsrc/databases/unixodbc/distinfo:1.18     Tue Aug 14 13:04:24 2018
+++ pkgsrc/databases/unixodbc/distinfo  Mon Sep 14 17:46:39 2020
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.18 2018/08/14 13:04:24 adam Exp $
+$NetBSD: distinfo,v 1.19 2020/09/14 17:46:39 adam Exp $
 
-SHA1 (unixODBC-2.3.7.tar.gz) = a066c4f3fcb19befbaf5a5801b830ec41b7318df
-RMD160 (unixODBC-2.3.7.tar.gz) = ebbd9e9cee6888779e572b8a32596f49a8bdad2d
-SHA512 (unixODBC-2.3.7.tar.gz) = a87afeaaa0476f4ae6345c7021b3af52718944e599abb595c864d9126744a21341889802512a1de3ebaf86ac89e7f8b1bbd7f8f5285e8f4bccf928bd1585ff70
-Size (unixODBC-2.3.7.tar.gz) = 1669501 bytes
+SHA1 (unixODBC-2.3.9.tar.gz) = 8787833ccfa6b7b6b14a391ae9cbefcff13fb753
+RMD160 (unixODBC-2.3.9.tar.gz) = 9b2522032e8d8452139119c11702d563c2af8c4a
+SHA512 (unixODBC-2.3.9.tar.gz) = 6637eab751401522e0af775cb104cd07693b82927453a98e5af28e079f4b9f40e1cfab8cb36f509c46dced89b45244bc5ed1a3dda17ba5a52a844e8e82f187bb
+Size (unixODBC-2.3.9.tar.gz) = 1676145 bytes
 SHA1 (patch-Makefile.in) = bf15efe813f44ae8b56ef2d4f1baa0be034c2028



Home | Main Index | Thread Index | Old Index