Commit Graph

70 Commits

Author SHA256 Message Date
Dominique Leuenberger
7951e7399d Accepting request 869575 from server:database
OBS-URL: https://build.opensuse.org/request/show/869575
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/unixODBC?expand=0&rev=39
2021-02-11 11:46:52 +00:00
Michael Vetter
66304fec74 Accepting request 869573 from home:cgiboudeaux:branches:server:database
- 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.

OBS-URL: https://build.opensuse.org/request/show/869573
OBS-URL: https://build.opensuse.org/package/show/server:database/unixODBC?expand=0&rev=63
2021-02-04 20:30:08 +00:00
Dominique Leuenberger
4faab38689 Accepting request 836234 from server:database
OBS-URL: https://build.opensuse.org/request/show/836234
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/unixODBC?expand=0&rev=38
2020-09-25 14:21:13 +00:00
Michael Vetter
6a0465e982 Accepting request 836160 from home:jengelh:branches:server:database
- Update requires and baselibs for new libodbc2.

OBS-URL: https://build.opensuse.org/request/show/836160
OBS-URL: https://build.opensuse.org/package/show/server:database/unixODBC?expand=0&rev=61
2020-09-23 07:50:34 +00:00
Lars Vogdt
6ec9a6cef7 Accepting request 834875 from home:jengelh:branches:server:database
- Employ shared library packaging guideline

OBS-URL: https://build.opensuse.org/request/show/834875
OBS-URL: https://build.opensuse.org/package/show/server:database/unixODBC?expand=0&rev=60
2020-09-20 08:22:25 +00:00
Dominique Leuenberger
ae7c20f1ca Accepting request 833076 from server:database
- Update to 2.3.9:
  * Remove "#define UNIXODBC_SOURCE" from unixodbc_conf.h

OBS-URL: https://build.opensuse.org/request/show/833076
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/unixODBC?expand=0&rev=37
2020-09-14 10:01:13 +00:00
Michael Vetter
77190b308d - Update to 2.3.9:
* Remove "#define UNIXODBC_SOURCE" from unixodbc_conf.h

OBS-URL: https://build.opensuse.org/package/show/server:database/unixODBC?expand=0&rev=58
2020-09-08 19:58:24 +00:00
Dominique Leuenberger
0ae2f60fbe Accepting request 830983 from server:database
- 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

OBS-URL: https://build.opensuse.org/request/show/830983
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/unixODBC?expand=0&rev=36
2020-09-04 08:53:34 +00:00
Michael Vetter
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

OBS-URL: https://build.opensuse.org/package/show/server:database/unixODBC?expand=0&rev=56
2020-09-01 07:48:47 +00:00
Dominique Leuenberger
c6aef0d7f0 Accepting request 644353 from server:database
- 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

OBS-URL: https://build.opensuse.org/request/show/644353
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/unixODBC?expand=0&rev=35
2018-11-06 13:08:42 +00:00
Michael Vetter
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

OBS-URL: https://build.opensuse.org/package/show/server:database/unixODBC?expand=0&rev=54
2018-10-24 14:43:50 +00:00
Dominique Leuenberger
eba2dfac62 Accepting request 590348 from server:database
- Add BuildRequires: pkgconfig since we install .pc files
- Add unixODBC-rpmlintrc: devel files are in the right place

- bsc#1062860: Recommend psqlODBC to stay feature complete

- 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

OBS-URL: https://build.opensuse.org/request/show/590348
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/unixODBC?expand=0&rev=34
2018-03-26 10:10:18 +00:00
Michael Vetter
a6b55d4922 - Add BuildRequires: pkgconfig since we install .pc files
- Add unixODBC-rpmlintrc: devel files are in the right place

OBS-URL: https://build.opensuse.org/package/show/server:database/unixODBC?expand=0&rev=52
2018-03-22 14:24:53 +00:00
Michael Vetter
3172bd0b5d - bsc#1062860: Recommend psqlODBC to stay feature complete
OBS-URL: https://build.opensuse.org/package/show/server:database/unixODBC?expand=0&rev=51
2018-03-19 12:56:18 +00:00
Michael Vetter
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

OBS-URL: https://build.opensuse.org/package/show/server:database/unixODBC?expand=0&rev=50
2018-03-19 12:01:16 +00:00
Dominique Leuenberger
8e491c5f09 Accepting request 578709 from server:database
- 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.

OBS-URL: https://build.opensuse.org/request/show/578709
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/unixODBC?expand=0&rev=33
2018-02-22 13:58:41 +00:00
Michael Vetter
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.

OBS-URL: https://build.opensuse.org/package/show/server:database/unixODBC?expand=0&rev=48
2018-02-21 13:45:38 +00:00
Dominique Leuenberger
bbec0c3147 Accepting request 505899 from server:database
1

OBS-URL: https://build.opensuse.org/request/show/505899
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/unixODBC?expand=0&rev=32
2017-06-30 16:38:42 +00:00
Martin Pluskal
849ad7d2a0 Accepting request 505898 from home:adamm:branches:server:database
- Enabled --enable-fastvalidate option in configure (bnc#1044970)

OBS-URL: https://build.opensuse.org/request/show/505898
OBS-URL: https://build.opensuse.org/package/show/server:database/unixODBC?expand=0&rev=46
2017-06-23 14:07:05 +00:00
Dominique Leuenberger
ca60575756 Accepting request 394860 from server:database
OBS-URL: https://build.opensuse.org/request/show/394860
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/unixODBC?expand=0&rev=31
2016-05-16 10:02:48 +00:00
Michael Vetter
c4c2fe01b9 - Requested by fate#319390
OBS-URL: https://build.opensuse.org/package/show/server:database/unixODBC?expand=0&rev=45
2016-05-11 14:03:42 +00:00
Michael Vetter
e9ba0ef62c - Add comment in spec file so people know why the .so files are
not in the devel package

OBS-URL: https://build.opensuse.org/package/show/server:database/unixODBC?expand=0&rev=44
2016-05-11 12:48:10 +00:00
Michael Vetter
9a0a252172 Accepting request 394845 from home:jubalh:branches:server:database
OBS-URL: https://build.opensuse.org/request/show/394845
OBS-URL: https://build.opensuse.org/package/show/server:database/unixODBC?expand=0&rev=43
2016-05-11 12:37:16 +00:00
Dominique Leuenberger
db6d4b80dd Accepting request 357427 from server:database
1

OBS-URL: https://build.opensuse.org/request/show/357427
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/unixODBC?expand=0&rev=30
2016-02-12 10:21:28 +00:00
Martin Pluskal
a2883776b4 Accepting request 356755 from home:markusbeth:branches:server:database
removed some obsolete patches

OBS-URL: https://build.opensuse.org/request/show/356755
OBS-URL: https://build.opensuse.org/package/show/server:database/unixODBC?expand=0&rev=41
2016-02-02 21:53:17 +00:00
Dominique Leuenberger
ed55578bc5 Accepting request 328309 from server:database
1

OBS-URL: https://build.opensuse.org/request/show/328309
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/unixODBC?expand=0&rev=29
2015-09-11 07:00:33 +00:00
Michael Vetter
9e6e20a522 Accepting request 328304 from home:scarabeus_iv:branches:server:database
- Version bump to 2.3.4:
  * Fix typo in the loading of the cursor lib

OBS-URL: https://build.opensuse.org/request/show/328304
OBS-URL: https://build.opensuse.org/package/show/server:database/unixODBC?expand=0&rev=39
2015-09-01 12:03:21 +00:00
Stephan Kulow
5e6e3013c0 Accepting request 326524 from server:database
1

OBS-URL: https://build.opensuse.org/request/show/326524
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/unixODBC?expand=0&rev=28
2015-08-27 06:54:09 +00:00
Martin Pluskal
9d20d861aa Accepting request 326484 from home:adler187:branches:server:database
Update to 2.3.3

OBS-URL: https://build.opensuse.org/request/show/326484
OBS-URL: https://build.opensuse.org/package/show/server:database/unixODBC?expand=0&rev=37
2015-08-25 07:01:15 +00:00
Dominique Leuenberger
6ccbf29c51 Accepting request 263603 from server:database
- 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

- Account for changes in libtool 2.4.3: remove ACLOCAL_AMFLAGS
  and explicit libtoolize call.
- Replace $RPM_BUILD_ROOT by macro (fits with the other macros used)

OBS-URL: https://build.opensuse.org/request/show/263603
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/unixODBC?expand=0&rev=27
2014-12-03 21:53:22 +00:00
Tomáš Chvátal
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

OBS-URL: https://build.opensuse.org/package/show/server:database/unixODBC?expand=0&rev=35
2014-12-01 12:25:32 +00:00
Tomáš Chvátal
cf023f126e Accepting request 263220 from home:jengelh:branches:server:database
- Account for changes in libtool 2.4.3: remove ACLOCAL_AMFLAGS
  and explicit libtoolize call.
- Replace $RPM_BUILD_ROOT by macro (fits with the other macros used)

OBS-URL: https://build.opensuse.org/request/show/263220
OBS-URL: https://build.opensuse.org/package/show/server:database/unixODBC?expand=0&rev=34
2014-12-01 10:13:30 +00:00
Stephan Kulow
83c55883f1 Accepting request 248849 from server:database
1

OBS-URL: https://build.opensuse.org/request/show/248849
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/unixODBC?expand=0&rev=26
2014-09-15 15:40:43 +00:00
29e1bf4d5d Accepting request 247952 from home:jengelh:branches:server:database
- Turn Obsoletes: libiodbc-devel back into Conflicts.
  The iODBC project has not shut down, and unixODBC-devel does
  _not_ provide all files from iODBC, like libiodbc.pc.

OBS-URL: https://build.opensuse.org/request/show/247952
OBS-URL: https://build.opensuse.org/package/show/server:database/unixODBC?expand=0&rev=32
2014-09-12 09:08:12 +00:00
Stephan Kulow
c67e54059a Accepting request 222338 from server:database
Update to 2.3.2 and fix issue with man page extension from previous request (forwarded request 215333 from adler187)

OBS-URL: https://build.opensuse.org/request/show/222338
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/unixODBC?expand=0&rev=24
2014-02-15 16:22:39 +00:00
Sascha Peilicke
6e78a9236e Accepting request 215333 from home:adler187:branches:server:database
Update to 2.3.2 and fix issue with man page extension from previous request

OBS-URL: https://build.opensuse.org/request/show/215333
OBS-URL: https://build.opensuse.org/package/show/server:database/unixODBC?expand=0&rev=30
2014-02-14 12:48:39 +00:00
Stephan Kulow
9803065ebe Accepting request 162826 from server:database
- Cleanup spec file
- Add Source URL, see https://en.opensuse.org/SourceUrls (forwarded request 162749 from namtrac)

OBS-URL: https://build.opensuse.org/request/show/162826
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/unixODBC?expand=0&rev=22
2013-04-05 15:14:17 +00:00
Michal Hrusecky (old before rename to _miska_)
a05ebabb94 Accepting request 162749 from home:namtrac:bugfix
- Cleanup spec file
- Add Source URL, see https://en.opensuse.org/SourceUrls

OBS-URL: https://build.opensuse.org/request/show/162749
OBS-URL: https://build.opensuse.org/package/show/server:database/unixODBC?expand=0&rev=28
2013-04-05 12:41:47 +00:00
Stephan Kulow
cdd97d7b9f Accepting request 157820 from server:database
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/157820
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/unixODBC?expand=0&rev=21
2013-03-13 06:33:24 +00:00
Michal Hrusecky (old before rename to _miska_)
b19973996b fix
OBS-URL: https://build.opensuse.org/package/show/server:database/unixODBC?expand=0&rev=26
2013-01-04 14:42:11 +00:00
Michal Hrusecky (old before rename to _miska_)
d6c3b175da - Adding missing includes
OBS-URL: https://build.opensuse.org/package/show/server:database/unixODBC?expand=0&rev=25
2013-01-04 14:06:59 +00:00
Michal Hrusecky (old before rename to _miska_)
baa45296e6 fix
OBS-URL: https://build.opensuse.org/package/show/server:database/unixODBC?expand=0&rev=24
2013-01-04 12:52:31 +00:00
Michal Hrusecky (old before rename to _miska_)
0ced1ba962 - fixed compilation issues with bison
OBS-URL: https://build.opensuse.org/package/show/server:database/unixODBC?expand=0&rev=23
2013-01-04 12:05:22 +00:00
Ismail Dönmez
12a823a149 Accepting request 142999 from home:babelworx:ldig:branches:server:database
license update: GPL-2.0+ and LGPL-2.1+
Semicolon is ambigous. Use ^and^ or ^or^ depending on the nature of the interaction of the license code componentes

OBS-URL: https://build.opensuse.org/request/show/142999
OBS-URL: https://build.opensuse.org/package/show/server:database/unixODBC?expand=0&rev=22
2012-12-03 08:28:25 +00:00
Michal Hrusecky (old before rename to _miska_)
c2da7ddf95 test
OBS-URL: https://build.opensuse.org/package/show/server:database/unixODBC?expand=0&rev=21
2012-11-15 14:36:41 +00:00
Michal Hrusecky (old before rename to _miska_)
c64cfaccdf test
OBS-URL: https://build.opensuse.org/package/show/server:database/unixODBC?expand=0&rev=20
2012-11-15 14:34:46 +00:00
Michal Hrusecky (old before rename to _miska_)
7257f20360 test
OBS-URL: https://build.opensuse.org/package/show/server:database/unixODBC?expand=0&rev=19
2012-11-15 13:29:34 +00:00
Michal Hrusecky (old before rename to _miska_)
c2ff386971 more gcc
OBS-URL: https://build.opensuse.org/package/show/server:database/unixODBC?expand=0&rev=18
2012-11-15 12:59:13 +00:00
Michal Hrusecky (old before rename to _miska_)
0717432746 fix
OBS-URL: https://build.opensuse.org/package/show/server:database/unixODBC?expand=0&rev=17
2012-11-15 12:36:12 +00:00
Michal Hrusecky (old before rename to _miska_)
e46c771b5f Cleanup old patches
OBS-URL: https://build.opensuse.org/package/show/server:database/unixODBC?expand=0&rev=16
2012-11-15 09:24:53 +00:00