diff options
author | Khem Raj <raj.khem@gmail.com> | 2024-04-12 20:03:18 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-04-14 08:38:43 -0700 |
commit | 8eb09b7afbe5d66ea5cb662d2c36daeb54a4591b (patch) | |
tree | afc693380a3c123c2783d768829eb0a14e1e96ae | |
parent | d0eeed38148ec2511df0c096bab2c57980b5af65 (diff) | |
download | meta-openembedded-8eb09b7afbe5d66ea5cb662d2c36daeb54a4591b.tar.gz |
unixodbc: Upgrade to 2.3.12
Brings
Fix iconv handle leak with pooling
Add windows encoding patch
Avoid failed build if clock_gettime() is not available
Allow passing in a entire connection string into iusql
Allow isql to handle SQL_SUCCESS_WITH_INFO from SQLPrepare
Add extra logging for ODBCINST connect settings
Allow allocated copy (instead of fixed length) for the connection string with pooling to allow any length
Export __clear_ini_cache() from odbcinst to allow explicitly clearing the ini cache
Fix seg fault when used with SQLAPI
Add --enable-utf8ini flag to add utf8 to WCHAR conversions in SQLGetPrivateProfileStringW
Allow longer error messages via GetDiag functions
Add --enable-singleenv to enable single shared env handle when using pooling
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-support/unixodbc/unixodbc_2.3.12.bb (renamed from meta-oe/recipes-support/unixodbc/unixodbc_2.3.11.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/unixodbc/unixodbc_2.3.11.bb b/meta-oe/recipes-support/unixodbc/unixodbc_2.3.12.bb index 0ab4f8864d..ccdd666408 100644 --- a/meta-oe/recipes-support/unixodbc/unixodbc_2.3.11.bb +++ b/meta-oe/recipes-support/unixodbc/unixodbc_2.3.12.bb | |||
@@ -12,7 +12,7 @@ SRC_URI = "https://www.unixodbc.org/unixODBC-${PV}.tar.gz \ | |||
12 | file://do-not-use-libltdl-source-directory.patch \ | 12 | file://do-not-use-libltdl-source-directory.patch \ |
13 | file://0001-exe-Makefile.am-add-CROSS_LAUNCHER-to-run-odbc_confi.patch \ | 13 | file://0001-exe-Makefile.am-add-CROSS_LAUNCHER-to-run-odbc_confi.patch \ |
14 | " | 14 | " |
15 | SRC_URI[sha256sum] = "d9e55c8e7118347e3c66c87338856dad1516b490fb7c756c1562a2c267c73b5c" | 15 | SRC_URI[sha256sum] = "f210501445ce21bf607ba51ef8c125e10e22dffdffec377646462df5f01915ec" |
16 | 16 | ||
17 | UPSTREAM_CHECK_REGEX = "unixODBC-(?P<pver>\d+(\.\d+)+)\.tar" | 17 | UPSTREAM_CHECK_REGEX = "unixODBC-(?P<pver>\d+(\.\d+)+)\.tar" |
18 | 18 | ||
@@ -44,5 +44,5 @@ do_install:prepend() { | |||
44 | } | 44 | } |
45 | 45 | ||
46 | do_install:append() { | 46 | do_install:append() { |
47 | oe_multilib_header unixodbc.h unixODBC/config.h unixODBC/unixodbc_conf.h | 47 | oe_multilib_header unixodbc.h unixODBC/unixodbc_conf.h |
48 | } | 48 | } |