Package Release Info

unixODBC-2.3.12-160000.2.2

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

libodbc2-32bit
unixODBC-32bit
unixODBC-devel-32bit

Change Logs

* Wed Mar 20 2024 mvetter@suse.com
- bsc#1221709: Fix build with gcc14
  Add unixODBC-gcc14.patch
* Tue Feb 20 2024 dimstar@opensuse.org
- Use %patch -P N instead of deprecated %patchN.
* Tue Aug 08 2023 mvetter@suse.com
- Update to 2.3.12:
  * Makefile.am: Do not install config.h #108
  * DriverManager/drivermanager.h: fix build without threads #112
  * DriverManager/_info.c: Get locale encoding on Windows. #115
  * Fixed Connection String #127
  * Allow diagnostics to be retrieved on SQL_NO_DATA #137
  * Avoid implicit function declarations, for C99 compatibility #138
  * Remove self-reference #140
  * isql.1: Add information about handling passwords containing semicolons #126
- Remove unixODBC-gccwarnings.patch, unixODBC-2.3.6-declarations.patch:
  Changes have been done in https://github.com/lurcher/unixODBC/pull/138
- Update unixODC-etc-location.patch
* Wed Jul 12 2023 dcermak@suse.com
- Add missing requires for glibc-locale-base, required for utf16 codec
  (bsc#1213242)
* Thu Jul 07 2022 mvetter@suse.com
- Add unixODC-etc-location.patch:
  Correct location of odbc.ini and odbcinst.ini in man pages.
  Since we pass --sysconfdir=%{_sysconfdir}/%{name} they are in
  /etc/unixODBC not /etc
* Wed May 04 2022 mvetter@suse.com
- Update to 2.3.11:
  * Add missing files to 2.3.10
- See https://github.com/lurcher/unixODBC/issues/107
* Mon May 02 2022 mvetter@suse.com
- Update to 2.3.10:
  * Add connection pooling via wide connection functions
  * Remove "#define VERSION" from unixodbc_conf.h
  * Call driver functions through prototypes
  * Add connection pool limit option
  * Add fseeko support in cursor lib
  * Try and prevent logging buffer overflow
  * Add 'echo' option to isql/iusql
  * Alter isql/iusql buffering
  * Alter unicode to ascii conversion in SQLGetDiagField
  * Fix pooling problem when user name and or password is not provided
  * Fix a couple of reported buffer overflow conditions
  * Fix iconv leak with timeout in pooled connection
- Remove upstreamed patches:
  * unixODBC-doc-drivers.patch
  * unixODBC-doc-website.patch
- Remove unixODBC-2.3.1-libodbcinst-exports.patch:
  Upstream exports more symbols now. In our patch there were
  still a couple more of them but we decided to drop them.
  See https://github.com/lurcher/unixODBC/issues/50 and
  https://github.com/lurcher/unixODBC/issues/8 for the discussion.
- For the future be aware of different tarball content/confusing
  git tag for this release. Resulting in different content from
  tarball from website vs GitHub.
  See https://github.com/lurcher/unixODBC/issues/107
* Tue Nov 16 2021 mvetter@suse.com
- SLE-20556 Expand documentation:
  Add:
  * unixODBC-doc-website.patch
  * unixODBC-doc-drivers.patch
* Thu Feb 04 2021 christophe@krop.fr
- Fix incorrect permission for documentation files.
  Using %attr affects the documentation subdirectory permission.
  Instead, the executable bit for doc files will be removed in
  the %prep section.
* Tue Sep 22 2020 jengelh@inai.de
- Update requires and baselibs for new libodbc2.