pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/databases/unixodbc unixodbc: updated to 2.3.9
details: https://anonhg.NetBSD.org/pkgsrc/rev/5f4834cd1382
branches: trunk
changeset: 439224:5f4834cd1382
user: adam <adam%pkgsrc.org@localhost>
date: Mon Sep 14 17:46:39 2020 +0000
description:
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
diffstat:
databases/unixodbc/Makefile | 4 ++--
databases/unixodbc/distinfo | 10 +++++-----
2 files changed, 7 insertions(+), 7 deletions(-)
diffs (28 lines):
diff -r d3a0a9a67c7a -r 5f4834cd1382 databases/unixodbc/Makefile
--- a/databases/unixodbc/Makefile Mon Sep 14 16:59:59 2020 +0000
+++ b/databases/unixodbc/Makefile Mon Sep 14 17:46:39 2020 +0000
@@ -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/
diff -r d3a0a9a67c7a -r 5f4834cd1382 databases/unixodbc/distinfo
--- a/databases/unixodbc/distinfo Mon Sep 14 16:59:59 2020 +0000
+++ b/databases/unixodbc/distinfo Mon Sep 14 17:46:39 2020 +0000
@@ -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