File:  [cvs.NetBSD.org] / pkgsrc / databases / unixodbc / PLIST
Revision 1.15: download - view: text, annotated - select for diffs
Thu Aug 10 07:44:52 2023 UTC (17 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2024Q4-base, pkgsrc-2024Q4, pkgsrc-2024Q3-base, pkgsrc-2024Q3, pkgsrc-2024Q2-base, pkgsrc-2024Q2, pkgsrc-2024Q1-base, pkgsrc-2024Q1, pkgsrc-2023Q4-base, pkgsrc-2023Q4, pkgsrc-2023Q3-base, pkgsrc-2023Q3, HEAD
unixodbc: updated to 2.3.12

2.3.12

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

@comment $NetBSD: PLIST,v 1.15 2023/08/10 07:44:52 adam Exp $
bin/dltest
bin/isql
bin/iusql
bin/odbc_config
bin/odbcinst
bin/slencheck
include/autotest.h
include/odbcinst.h
include/odbcinstext.h
include/sql.h
include/sqlext.h
include/sqlspi.h
include/sqltypes.h
include/sqlucode.h
include/unixODBC/unixodbc_conf.h
include/unixodbc.h
include/uodbc_extras.h
include/uodbc_stats.h
${UNIXODBC_DRIVERS_DIR}/libnn.la
${UNIXODBC_DRIVERS_DIR}/libodbcpsql.la
${UNIXODBC_DRIVERS_DIR}/libtemplate.la
lib/libodbc.la
lib/libodbccr.la
lib/libodbcinst.la
lib/pkgconfig/odbc.pc
lib/pkgconfig/odbccr.pc
lib/pkgconfig/odbcinst.pc
man/man1/dltest.1
man/man1/isql.1
man/man1/iusql.1
man/man1/odbc_config.1
man/man1/odbcinst.1
man/man5/odbc.ini.5
man/man5/odbcinst.ini.5
man/man7/unixODBC.7
share/examples/unixodbc/odbc.ini

CVSweb <webmaster@jp.NetBSD.org>