|
|
|
|
Changelog for libodbc2-2.3.9-5.1.i586.rpm :
* Thu Feb 04 2021 Christophe Giboudeaux - 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 Jan Engelhardt - Update requires and baselibs for new libodbc2. * Wed Sep 16 2020 Jan Engelhardt - Employ shared library packaging guideline: new subpacakge libodbc2. mariadb\'s ha_connect.so wants this library, but a unixODBC\'s Recommends line would awkwardly pull in psqlODBC by default. * Tue Sep 08 2020 Michael Vetter - Update to 2.3.9: * Remove \"#define UNIXODBC_SOURCE\" from unixodbc_conf.h * Tue Sep 01 2020 Michael Vetter - 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 * Wed Oct 24 2018 mvetterAATTsuse.com- 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 * Thu Mar 22 2018 mvetterAATTsuse.com- Add BuildRequires: pkgconfig since we install .pc files- Add unixODBC-rpmlintrc: devel files are in the right place * Mon Mar 19 2018 mvetterAATTsuse.com- bsc#1062860: Recommend psqlODBC to stay feature complete * Mon Mar 19 2018 mvetterAATTsuse.com- 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 * Wed Feb 21 2018 mvetterAATTsuse.com- 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. * Fri Jun 23 2017 adam.majerAATTsuse.de- Enabled --enable-fastvalidate option in configure (bnc#1044970) * Wed May 11 2016 mvetterAATTsuse.com- Requested by fate#319390 * Wed May 11 2016 mvetterAATTsuse.com- Add comment in spec file so people know why the .so files are not in the devel package * Thu Jan 28 2016 markus.bethAATTweb.de- dropped obsolete unixODBC-2.3.1-uninitialized.patch and unixODBC-nonvoid.patch * Tue Sep 01 2015 tchvatalAATTsuse.com- Version bump to 2.3.4: * Fix typo in the loading of the cursor lib * Mon Aug 24 2015 zekeAATTzekesdominion.com- update to version 2.3.3 * Various buffer overflow and unchecked memory references * More ODBC 3.80 additions (streaming parameters) * Allow setting custom non standard attributes via DMStmtAttr * Add -L option to isql to increase max column data display * More manual pages for the tools * many other fixes, see http://www.unixodbc.org * Mon Dec 01 2014 tchvatalAATTsuse.com- 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 * Thu Nov 27 2014 jengelhAATTinai.de- 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) * Mon Sep 08 2014 jengelhAATTinai.de- 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.- Kill manual provides of libiodbc *.so, they are in the wrong spot and thus never could have been effective.- Remove redundant %clean section. * Tue Jan 28 2014 adler_187AATTyahoo.com- Don\'t hard code gz extension for man pages * Fri Jan 24 2014 adler_187AATTyahoo.com- update to version 2.3.2 * Some ODBC 3.80 support added * Unicode/ANSI conversion fixes * isql regained -e option since it was missing * Add slencheck executable to try and find the sizeof(SQLLEN) from an installed driver * some man pages added * many other fixes, see http://www.unixodbc.org * Fri Apr 05 2013 idonmezAATTsuse.com- Cleanup spec file- Add Source URL, see https://en.opensuse.org/SourceUrls * Fri Jan 04 2013 mhruseckyAATTsuse.cz- Adding missing includes * Fri Jan 04 2013 mhruseckyAATTsuse.cz- fixed compilation issues with bison * Tue Nov 27 2012 cfarrellAATTsuse.com- 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 * Wed Nov 07 2012 mhruseckyAATTsuse.cz- Including some basic drivers * Tue Nov 06 2012 mhruseckyAATTsuse.cz- 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/ * Sun Nov 27 2011 cooloAATTsuse.com- add libtool as buildrequire to avoid implicit dependency * Wed Oct 05 2011 uliAATTsuse.com- cross-build fix: use %configure macro * Mon Jun 20 2011 mhruseckyAATTsuse.cz- fixed mutex locking (bnc#637115) - patch by Petr Vandrovec * Mon Jun 13 2011 mhruseckyAATTsuse.cz- fixed CVE-2011-1145 (bnc#678796) * Sat Dec 19 2009 jengelhAATTmedozas.de- add baselibs.conf as a source * Wed Jan 07 2009 olhAATTsuse.de- obsolete old -XXbit packages (bnc#437293) * Mon Oct 13 2008 nadvornikAATTsuse.cz- dropped the dlopen patch, it no longer matches * Thu Apr 10 2008 roAATTsuse.de- added baselibs.conf file to build xxbit packages for multilib support * Fri May 25 2007 dmuellerAATTsuse.de- add missing ldconfig fall to %post/un * Wed Oct 18 2006 anosekAATTsuse.cz- updated to version 2.2.12 * Add missing SQLSetStmtOptionA and SQLSetStmtOptionW * The config string being passed into ConfigDsn was wrong, removed semicolon, and added terminating double null * Add help help to isql * Alter odbctest FullConnect to use SQLDriverConnect * Replace a missed flag for true 64 bit operation * Add ODBC3<->ODBC2 type mapping in SQLSetParam * Tidy up the search for GUI lib code in SQLManageDatasource * Fix possible exit from SQLConnect without having closed in the driver * Alter args to SQLParamOptions * Fix bug preventing attribute length from being returned from SQLDrivers * Fixed broken iusql- dropped obsolete unixODBC-2.2.12.patch unixODBC-qt-dirs.patch * Thu Jun 15 2006 mmarekAATTsuse.cz- moved %{_libdir}/unixODBC/ *.so to main package, so that libfoo.so and libfooS.so can be used in driver configuration. * Thu Jun 15 2006 mmarekAATTsuse.cz- updated distributed libltdl to make autoconf happy- dropped unixODBC-gui-gtk * Mon Mar 27 2006 mmarekAATTsuse.cz- fixed some uninitialized variables reported by David Binderman [#160570] (uninitialized.patch) * Tue Jan 31 2006 mmarekAATTsuse.cz- fixed txt driver [#146507] (sqp.patch) * Wed Jan 25 2006 mlsAATTsuse.de- converted neededforbuild to BuildRequires * Fri Jan 20 2006 roAATTsuse.de- split gui packages to own specfile * Tue Jan 17 2006 sbrabecAATTsuse.cz- Remove unneeded libunicode from neededforbuild. * Tue Nov 29 2005 mmarekAATTsuse.cz- fix build with flex-2.5.31 (flex.patch) * Tue Nov 01 2005 mmarekAATTsuse.cz- add libtool and libinilc symbols to odbcinst/odbcinst.exp (#131175)- disable unixODBC-2.2.11-dm.patch since it\'s probably no more needed * Thu Oct 20 2005 mmarekAATTsuse.cz- remove LT_GLOBAL flag from libtool to enable dlopen()ing libodbc.so (#96312)- remove headers for compatibility with qt3 (no longer needed)- added norootforbuild * Tue Sep 27 2005 mmarekAATTsuse.cz- compile with --disable-stats to prevent DoS [#118547] * Mon Sep 19 2005 mmarekAATTsuse.cz- fix gcc warnings about implicit function declarations * Wed Apr 27 2005 ltinklAATTsuse.cz- updated to 2.2.11- fix build with gcc4 * Tue Apr 12 2005 roAATTsuse.de- added audiofile-devel to neededforbuild * Fri Feb 11 2005 ltinklAATTsuse.cz- update to 2.2.10, adapt patches * Wed Nov 10 2004 roAATTsuse.de- reduced neededforbuild * Tue Sep 14 2004 ltinklAATTsuse.cz- put the .desktop file in the right package (#44790) * Mon Jul 26 2004 roAATTsuse.de- fix some compiler warnings * Mon Jul 19 2004 ltinklAATTsuse.cz- update to 2.2.9 * Mon May 24 2004 roAATTsuse.de- fix some compiler warnings * Tue Mar 23 2004 ltinklAATTsuse.cz- don\'t package generated files (#36304) * Thu Feb 26 2004 kukukAATTsuse.de- Obsolete libiodbc-devel instead of conflicting with it.- provide 64bit libodbcinst.so/libobdc.so on all 64bit architectures. * Wed Feb 25 2004 schwabAATTsuse.de- Provide libodbcinst.so()(64bit), libodbc.so()(64bit) on ia64 for BEAJava2 [#29515]. * Fri Feb 20 2004 ltinklAATTsuse.cz- update to 2.2.8 * Wed Jan 14 2004 ltinklAATTsuse.cz- added patch to fix SQL results * Wed Dec 03 2003 ltinklAATTsuse.cz- update to 2.2.7 * Fri Sep 05 2003 ltinklAATTsuse.cz- fix #29515 * Mon Sep 01 2003 ltinklAATTsuse.cz- created patch unixODBC-odbctest.patch to fix #29639 * Fri Aug 15 2003 adrianAATTsuse.de- add desktop file * Wed Jul 30 2003 roAATTsuse.de- fix gODBCconfig configure.in for autoreconf * Wed Jul 30 2003 ltinklAATTsuse.de- update to version 2.2.6 * Tue Jul 29 2003 roAATTsuse.de- remove traces of buildroot from installed files * Fri Jul 18 2003 sbrabecAATTsuse.cz- GNOME prefix change to /opt/gnome. * Mon Jul 14 2003 sbrabecAATTsuse.cz- Added gnome-filesystem to neededforbuild. * Mon Jun 23 2003 roAATTsuse.de- fix for current automake * Fri Dec 27 2002 prehakAATTsuse.cz- temporarily added two header files from Qt which make it build with Qt-3.1.1 (remove them when they won\'t be needed to build) * Tue Nov 19 2002 roAATTsuse.de- add AM_GNU_GETTEXT_VERSION * Sun Nov 17 2002 prehakAATTsuse.cz- fixed to build with autoconf 2.56 * Tue Nov 12 2002 tcrhakAATTsuse.cz- fixed for bison 1.75: end rules with semicolons * Tue Oct 01 2002 prehakAATTsuse.cz- updated to version 2.2.3- libodbcinstQ.{so,la} moved from unixODBC-devel to unixODBC-gui-qt [#19743] * Fri Sep 27 2002 roAATTsuse.de- Added alsa alsa-devel to neededforbuild (esound) * Mon Sep 09 2002 meissnerAATTsuse.de- Use qt3 instead of qt2. * Sun Aug 18 2002 prehakAATTsuse.cz- fixed segfaulting isql when using SAPDB driver (created unixODBC-segfault.dif) * Mon Aug 12 2002 schwabAATTsuse.de- Fix configure script. * Sat Jul 27 2002 adrianAATTsuse.de- fix neededforbuild * Tue Jul 09 2002 prehakAATTsuse.de- updated to version 2.2.2 (mainly bugfixes, some unicode changes) * Mon Jun 10 2002 prehakAATTsuse.cz- updated to version 2.2.1 (mainly bugfixes)- changed group to Productivity/Databases/Tools- changed path for .ini files to /etc/unixODBC/ and path for drivers to /usr/lib/unixODBC/- removed sample odbcinst.ini (TXT driver is not used so freqvently)- created patch to apply %{_lib} macro- added new configure feature --with-odbc-libs in gODBCConfig- moved *.so files to devel package- created README.SuSE * Thu May 16 2002 roAATTsuse.de- use libdir * Thu Apr 04 2002 roAATTsuse.de- build with current autoconf/automake/gettext * Wed Feb 27 2002 poemlAATTsuse.de- don\'t include the (empty anyway) .ini files to the package, to avoid a file conflict with the libiodbc package. The .ini files are now packed as %ghost and touched in %post in both packages.- rewrote %post to not use absolute paths. * Tue Jan 08 2002 roAATTsuse.de- help libtool with RPM_BUILD_ROOT * Fri Jan 04 2002 poemlAATTsuse.de- update to 2.1.1 (bugfixes, 64 bit fixes, support for FILEDSN\'s, changes to ODBCConfig. See http://www.unixodbc.org/ for the changelog.)- add new libodbcinstQ.so * to filelist- remove libodbccr.so * from filelist (not to be installed) * Fri Nov 09 2001 roAATTsuse.de- use qt-devel-packages in neededforbuild * Tue Oct 02 2001 rbarnAATTsuse.de- update to version 2.0.9- Fix small bug in postgres driver * Sun May 13 2001 schwabAATTsuse.de- Fix missing declarations. * Wed May 09 2001 poemlAATTsuse.de- bzip2 sources * Fri Apr 13 2001 roAATTsuse.de- hack for new gettext * Sun Apr 01 2001 mfruehAATTsuse.de- created initial package
|
|
|