From a24e224975d6a8a0889219a42a988e6e02bea0f0 Mon Sep 17 00:00:00 2001 From: wangmy Date: Fri, 15 Apr 2022 09:37:53 +0800 Subject: [PATCH] unixodbc: upgrade 2.3.7 -> 2.3.9 Changelog: ========= * 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 if 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 points 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 a few leaks * Remove "#define UNIXODBC_SOURCE" from unixodbc_conf.h Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../unixodbc/{unixodbc_2.3.7.bb => unixodbc_2.3.9.bb} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename meta-oe/recipes-support/unixodbc/{unixodbc_2.3.7.bb => unixodbc_2.3.9.bb} (83%) diff --git a/meta-oe/recipes-support/unixodbc/unixodbc_2.3.7.bb b/meta-oe/recipes-support/unixodbc/unixodbc_2.3.9.bb similarity index 83% rename from meta-oe/recipes-support/unixodbc/unixodbc_2.3.7.bb rename to meta-oe/recipes-support/unixodbc/unixodbc_2.3.9.bb index b91c22e919..c194739cb1 100644 --- a/meta-oe/recipes-support/unixodbc/unixodbc_2.3.7.bb +++ b/meta-oe/recipes-support/unixodbc/unixodbc_2.3.9.bb @@ -11,8 +11,7 @@ DEPENDS = "libtool readline" SRC_URI = "http://ftp.unixodbc.org/unixODBC-${PV}.tar.gz \ file://do-not-use-libltdl-source-directory.patch \ " -SRC_URI[md5sum] = "274a711b0c77394e052db6493840c6f9" -SRC_URI[sha256sum] = "45f169ba1f454a72b8fcbb82abd832630a3bf93baa84731cf2949f449e1e3e77" +SRC_URI[sha256sum] = "52833eac3d681c8b0c9a5a65f2ebd745b3a964f208fc748f977e44015a31b207" UPSTREAM_CHECK_REGEX = "unixODBC-(?P\d+(\.\d+)+)\.tar"