Received: by mail.netbsd.org (Postfix, from userid 605) id B609B84D54; Mon, 14 Sep 2020 17:46:40 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3D3B084D47 for ; Mon, 14 Sep 2020 17:46:40 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id rDxuDiazn6r9 for ; Mon, 14 Sep 2020 17:46:39 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id AE2E684CEA for ; Mon, 14 Sep 2020 17:46:39 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A79CEFB28; Mon, 14 Sep 2020 17:46:39 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1600105599172820" MIME-Version: 1.0 Date: Mon, 14 Sep 2020 17:46:39 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/databases/unixodbc To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20200914174639.A79CEFB28@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1600105599172820 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_1600105599172820 Content-Disposition: inline Content-Length: 1760 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 --_----------=_1600105599172820--