Commit Graph

  • 95ac69ff53 Accepting request 1159779 from server:database factory Ana Guerrero 2024-03-21 16:00:01 +0000
  • aa2269cbd0 - bsc#1221709: Fix build with gcc14 Add unixODBC-gcc14.patch Michael Vetter 2024-03-20 07:57:32 +0000
  • 95dc54b3e0 Accepting request 1148252 from server:database Ana Guerrero 2024-02-21 16:52:46 +0000
  • a772c2f807 Accepting request 1148236 from home:dimstar:rpm4.20:u Michael Vetter 2024-02-20 15:54:26 +0000
  • bfa926f2b3 Accepting request 1102884 from server:database Dominique Leuenberger 2023-08-09 15:24:06 +0000
  • b0d6c5f338 - Update unixODC-etc-location.patch Michael Vetter 2023-08-08 11:52:37 +0000
  • f68a2c19d7 - 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 Michael Vetter 2023-08-08 11:51:59 +0000
  • 1b6b5eabcf Accepting request 1098343 from server:database Dominique Leuenberger 2023-07-14 13:35:39 +0000
  • 4185cef1d8 Accepting request 1098342 from home:dancermak:branches:server:database Michael Vetter 2023-07-12 10:41:34 +0000
  • 5ad96a511c Accepting request 987377 from server:database Dominique Leuenberger 2022-07-09 14:59:27 +0000
  • 74b9e04e4e OBS-URL: https://build.opensuse.org/package/show/server:database/unixODBC?expand=0&rev=72 Michael Vetter 2022-07-07 08:34:28 +0000
  • 9a894e58c3 - 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 Michael Vetter 2022-07-07 08:32:52 +0000
  • 0dc8f881e0 Accepting request 974978 from server:database Dominique Leuenberger 2022-05-06 16:58:57 +0000
  • ccbc586561 - Update to 2.3.11: * Add missing files to 2.3.10 - See https://github.com/lurcher/unixODBC/issues/107 Michael Vetter 2022-05-04 17:18:17 +0000
  • fcd37ac08c Accepting request 974444 from server:database Dominique Leuenberger 2022-05-04 13:17:38 +0000
  • 969c446282 Accepting request 974443 from home:jubalh:branches:server:database Michael Vetter 2022-05-02 15:13:25 +0000
  • e9fe391188 Accepting request 931801 from server:database Dominique Leuenberger 2021-11-18 09:33:12 +0000
  • e9fdbe385b OBS-URL: https://build.opensuse.org/package/show/server:database/unixODBC?expand=0&rev=66 Michael Vetter 2021-11-16 15:24:43 +0000
  • 17ce67630f - SLE-20556 Expand documentation: Add: * unixODBC-doc-website.patch * unixODBC-doc-drivers.patch Michael Vetter 2021-11-16 14:59:09 +0000
  • 7951e7399d Accepting request 869575 from server:database Dominique Leuenberger 2021-02-11 11:46:52 +0000
  • 66304fec74 Accepting request 869573 from home:cgiboudeaux:branches:server:database Michael Vetter 2021-02-04 20:30:08 +0000
  • 4faab38689 Accepting request 836234 from server:database Dominique Leuenberger 2020-09-25 14:21:13 +0000
  • 6a0465e982 Accepting request 836160 from home:jengelh:branches:server:database Michael Vetter 2020-09-23 07:50:34 +0000
  • 6ec9a6cef7 Accepting request 834875 from home:jengelh:branches:server:database Lars Vogdt 2020-09-20 08:22:25 +0000
  • ae7c20f1ca Accepting request 833076 from server:database Dominique Leuenberger 2020-09-14 10:01:13 +0000
  • 77190b308d - Update to 2.3.9: * Remove "#define UNIXODBC_SOURCE" from unixodbc_conf.h Michael Vetter 2020-09-08 19:58:24 +0000
  • 0ae2f60fbe Accepting request 830983 from server:database Dominique Leuenberger 2020-09-04 08:53:34 +0000
  • b7c23750e1 - Update to 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 a few leaks - Remove unixODBC-2.3.7-warning-cleanup.patch: upstreamed Michael Vetter 2020-09-01 07:48:47 +0000
  • c6aef0d7f0 Accepting request 644353 from server:database Dominique Leuenberger 2018-11-06 13:08:42 +0000
  • 1cf4c817ed - Update to 2.3.7: * Fix for pkg-config file update on no linux platforms * Add W entry for GUI work * Various fixes for SQLBrowseConnect/W, SQLGetConnectAttr/W,and SQLSetConnectAttr/W * Fix buffer overflows in SQLConnect/W and refine behaviour of SQLGet/WritePrivateProfileString * SQLBrowseConnect/W allow disconnecting a started browse session after error * Add --with-stats-ftok-name configure option to allow the selection of a file name used to generate the IPC id when collecting stats. Default is the system odbc.ini file * Improve diag record handling with the behavior of Windows DM and export SQLCancelHandle * bug fix when SQLGetPrivateProfileString() is called to get a list of sections or a list of keys * Connection pooling: Fix liveness check for Unicode drivers - Add unixODBC-2.3.7-warning-cleanup.patch: 2.3.7 a 64bit protability error See https://github.com/lurcher/unixODBC/issues/18 Michael Vetter 2018-10-24 14:43:50 +0000
  • eba2dfac62 Accepting request 590348 from server:database Dominique Leuenberger 2018-03-26 10:10:18 +0000
  • a6b55d4922 - Add BuildRequires: pkgconfig since we install .pc files - Add unixODBC-rpmlintrc: devel files are in the right place Michael Vetter 2018-03-22 14:24:53 +0000
  • 3172bd0b5d - bsc#1062860: Recommend psqlODBC to stay feature complete Michael Vetter 2018-03-19 12:56:18 +0000
  • a803418cca - bsc#1082060: Update to 2.3.6: * Fix order of arguments in SQLWriteFileDSN.c, fix unwanted free() in iusql.c * Add pkg-config files - bsc#1082290 (CVE-2018-7409): Buffer overflow in unicode_to_ansi_copy() was fixed in 2.3.5 - bsc#1082484 (CVE-2018-7485): Swapped arguments in SQLWriteFileDSN() in odbcinst/SQLWriteFileDSN.c - Remove unixODBC-2.3.1-bison.patch: upstreamed - Remove unixODBC-iaddr.patch: upstreamed - Adapt unixODBC-2.3.1-declarations.patch to unixODBC-2.3.6-declarations.patch - Update unixODBC-gccwarnings.patch Michael Vetter 2018-03-19 12:01:16 +0000
  • 8e491c5f09 Accepting request 578709 from server:database Dominique Leuenberger 2018-02-22 13:58:41 +0000
  • 336b68dd55 - bsc#1062860: Don't install postgres example driver psqlODBC package should be used instead of the example driver provided by unixODBC (libodbcpsql.*). It is unmaintained. Michael Vetter 2018-02-21 13:45:38 +0000
  • bbec0c3147 Accepting request 505899 from server:database Dominique Leuenberger 2017-06-30 16:38:42 +0000
  • 849ad7d2a0 Accepting request 505898 from home:adamm:branches:server:database Martin Pluskal 2017-06-23 14:07:05 +0000
  • ca60575756 Accepting request 394860 from server:database Dominique Leuenberger 2016-05-16 10:02:48 +0000
  • c4c2fe01b9 - Requested by fate#319390 Michael Vetter 2016-05-11 14:03:42 +0000
  • e9ba0ef62c - Add comment in spec file so people know why the .so files are not in the devel package Michael Vetter 2016-05-11 12:48:10 +0000
  • 9a0a252172 Accepting request 394845 from home:jubalh:branches:server:database Michael Vetter 2016-05-11 12:37:16 +0000
  • db6d4b80dd Accepting request 357427 from server:database Dominique Leuenberger 2016-02-12 10:21:28 +0000
  • a2883776b4 Accepting request 356755 from home:markusbeth:branches:server:database Martin Pluskal 2016-02-02 21:53:17 +0000
  • ed55578bc5 Accepting request 328309 from server:database Dominique Leuenberger 2015-09-11 07:00:33 +0000
  • 9e6e20a522 Accepting request 328304 from home:scarabeus_iv:branches:server:database Michael Vetter 2015-09-01 12:03:21 +0000
  • 5e6e3013c0 Accepting request 326524 from server:database Stephan Kulow 2015-08-27 06:54:09 +0000
  • 9d20d861aa Accepting request 326484 from home:adler187:branches:server:database Martin Pluskal 2015-08-25 07:01:15 +0000
  • 6ccbf29c51 Accepting request 263603 from server:database Dominique Leuenberger 2014-12-03 21:53:22 +0000
  • a8ffe02ab0 - Move all .so files from devel as many ext apps dlopen those so you need these on regular package. - Clean up with spec-cleaner - Remove readme.suse as it is obsolete like hell - Wipe all la files as we don't provide static libs anyway - Do not append no-strict-aliasing to cflags, pointless - --enable-driverc enabled too Tomáš Chvátal 2014-12-01 12:25:32 +0000
  • cf023f126e Accepting request 263220 from home:jengelh:branches:server:database Tomáš Chvátal 2014-12-01 10:13:30 +0000
  • 83c55883f1 Accepting request 248849 from server:database Stephan Kulow 2014-09-15 15:40:43 +0000
  • 29e1bf4d5d Accepting request 247952 from home:jengelh:branches:server:database Kristyna Streitova 2014-09-12 09:08:12 +0000
  • c67e54059a Accepting request 222338 from server:database Stephan Kulow 2014-02-15 16:22:39 +0000
  • 6e78a9236e Accepting request 215333 from home:adler187:branches:server:database Sascha Peilicke 2014-02-14 12:48:39 +0000
  • 9803065ebe Accepting request 162826 from server:database Stephan Kulow 2013-04-05 15:14:17 +0000
  • a05ebabb94 Accepting request 162749 from home:namtrac:bugfix Michal Hrusecky (old before rename to _miska_) 2013-04-05 12:41:47 +0000
  • cdd97d7b9f Accepting request 157820 from server:database Stephan Kulow 2013-03-13 06:33:24 +0000
  • b19973996b fix Michal Hrusecky (old before rename to _miska_) 2013-01-04 14:42:11 +0000
  • d6c3b175da - Adding missing includes Michal Hrusecky (old before rename to _miska_) 2013-01-04 14:06:59 +0000
  • baa45296e6 fix Michal Hrusecky (old before rename to _miska_) 2013-01-04 12:52:31 +0000
  • 0ced1ba962 - fixed compilation issues with bison Michal Hrusecky (old before rename to _miska_) 2013-01-04 12:05:22 +0000
  • 12a823a149 Accepting request 142999 from home:babelworx:ldig:branches:server:database Ismail Dönmez 2012-12-03 08:28:25 +0000
  • c2da7ddf95 test Michal Hrusecky (old before rename to _miska_) 2012-11-15 14:36:41 +0000
  • c64cfaccdf test Michal Hrusecky (old before rename to _miska_) 2012-11-15 14:34:46 +0000
  • 7257f20360 test Michal Hrusecky (old before rename to _miska_) 2012-11-15 13:29:34 +0000
  • c2ff386971 more gcc Michal Hrusecky (old before rename to _miska_) 2012-11-15 12:59:13 +0000
  • 0717432746 fix Michal Hrusecky (old before rename to _miska_) 2012-11-15 12:36:12 +0000
  • e46c771b5f Cleanup old patches Michal Hrusecky (old before rename to _miska_) 2012-11-15 09:24:53 +0000
  • 8132a4d4df - Including some basic drivers Michal Hrusecky (old before rename to _miska_) 2012-11-07 10:48:30 +0000
  • dd4724dfcb patch names Michal Hrusecky (old before rename to _miska_) 2012-11-06 09:54:44 +0000
  • f987edfef0 - updated to versio 2.3.1 * reduced unixODBC, after the GUI and additional driver parts have been split off to their own project. * change to the new default SQLLEN size for 64 bit platforms * number of bug fixes and changes, see http://www.unixodbc.org/ Michal Hrusecky (old before rename to _miska_) 2012-11-06 09:45:33 +0000
  • 51d550828d replace license with spdx.org variant Stephan Kulow 2011-12-06 18:10:35 +0000
  • ff386b2d5e replace license with spdx.org variant Stephan Kulow 2011-12-06 18:10:33 +0000
  • 36c1d2d8f3 Accepting request 93959 from server:database Stephan Kulow 2011-11-28 11:58:21 +0000
  • b265ae6f50 Accepting request 93805 from home:coolo:removelibtool Stephan Kulow 2011-11-28 10:18:01 +0000
  • 5b7a4a61c0 Accepting request 86734 from home:uli_suse:branches:server:database Michal Hrusecky (old before rename to _miska_) 2011-10-06 07:51:45 +0000
  • abe2039d6f Accepting request 83030 from server:database Lars Vogdt 2011-09-19 19:27:07 +0000
  • f8209b2347 - fixed mutex locking (bnc#637115) - patch by Petr Vandrovec Michal Hrusecky (old before rename to _miska_) 2011-06-20 15:08:44 +0000
  • e71b2737a6 Updating link to change in openSUSE:Factory/unixODBC revision 13.0 OBS User buildservice-autocommit 2011-06-14 08:58:23 +0000
  • d0597b36bc Autobuild autoformatter for 73431 Sascha Peilicke 2011-06-14 08:58:23 +0000
  • be709e4f90 Accepting request 73431 from server:database Sascha Peilicke 2011-06-14 08:58:07 +0000
  • 85cc9fc6a4 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/unixODBC?expand=0&rev=8 OBS User autobuild 2010-03-18 15:33:43 +0000
  • c1607cf92d Accepting request 29833 from server:database OBS User autobuild 2010-01-21 10:14:43 +0000
  • 2d703e818c OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/unixODBC?expand=0&rev=5 OBS User unknown 2009-01-09 01:05:29 +0000
  • 150bfcc431 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/unixODBC?expand=0&rev=4 OBS User unknown 2008-10-13 15:00:11 +0000
  • 3492b84d03 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/unixODBC?expand=0&rev=3 OBS User unknown 2008-04-10 13:35:40 +0000
  • f7d69936ee OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/unixODBC?expand=0&rev=2 OBS User unknown 2007-05-26 08:58:00 +0000
  • c7e830d361 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/unixODBC?expand=0&rev=1 OBS User unknown 2007-01-15 23:40:12 +0000