Commit Graph

41 Commits

Author SHA256 Message Date
5c81ca22ef Accepting request 1114788 from home:pgajdos
- version update to 1.4.2
  * User visible (not in a particular order):
    - Fix some numeric conversion checks;
    - Always use Unicode for SSPI allowing not ASCII to work;
    - Improve BCP copy, especially for Sybase;
    - Better error reporting for ICONV failures;
    - Disable TLSv1 by default;
    - ODBC: partial TVP support (missing data at execution);
    - ODBC: support for quoted string in connection string;
    - CT-Library: support large identifiers;
    - CT-Library: report appropriate severity values;
    - apps: datacopy report errors on standard error;
    - pool: use poll instead of select to support more connections.
  * Implementation:
    - Use more bool type for boolean instead of integer;
    - more macros for ODBC tests to encapsulate some ODBC API.
- modified patches
  % configure-return-void-fix.patch (refreshed)
- have not BUGS.md anymore

OBS-URL: https://build.opensuse.org/request/show/1114788
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/freetds?expand=0&rev=74
2023-10-02 10:19:34 +00:00
44c0e69e92 Accepting request 1108878 from home:pgajdos
- version update to 1.3.20
  * Allows to specify separate date and/or time format.
  * Add "date only format" and "time only format" to locales.conf
    configuration.
  * Better logs for iconv initialization
  * Report more verbose and helpful logs if tds_iconv_init fails.

OBS-URL: https://build.opensuse.org/request/show/1108878
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/freetds?expand=0&rev=72
2023-09-04 12:50:52 +00:00
bdb3f4b1d6 Accepting request 1091269 from home:pgajdos
- version update to 1.3.18
  * Fix redirect with Azure
- modified patches
  % configure-return-void-fix.patch (refreshed)

OBS-URL: https://build.opensuse.org/request/show/1091269
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/freetds?expand=0&rev=70
2023-06-07 23:19:15 +00:00
dbf25e460d - update to 1.3.17:
* Update dblib.c - _get_printable_size
  * Added more types to _get_printable_size based on /misc/types.csv

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/freetds?expand=0&rev=68
2023-03-02 11:53:22 +00:00
6a33b727ae - update to 1.3.16:
* tds_close_socket and tds_connection_close could have been called
    while reading/writing TLS sockets so calling tds_ssl_deinit
    cause some used structure to be released while used.

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/freetds?expand=0&rev=66
2022-12-22 12:41:46 +00:00
2b5fa3ff91 - update to 1.3.15:
* odbc: Fix some issues with SQLCopyDesc
  * Do not change sql_desc_alloc_type copying descriptors.
  * odbc: Return size from SQLGetDescField for integers

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/freetds?expand=0&rev=64
2022-12-04 21:44:44 +00:00
22bc622b9b - update to 1.3.13:
- Generic:
    - Support UTF-8 columns using MSSQL 2019;
    - Do not accept TDS protocol versions "4.6" (never really supported) and
      "8.0";
    - Minor portability issues;
    - Fix log elision for login;
    - Detect some possible minor memory failure in application;
    - Support long (more than 64k) SSPI packets (never encountered but you
      never know);
    - Fix unicode columns for ASA database;
    - Avoid using BCP with old protocols;
    - (*) Fix bulk copy using big endian machines;
    - (*) Fix Sybase uni(var)char and unsigned types for big endian machines;
    - (*) Do not send nullable data during bulk copy if type is not nullable;
  - ODBC:
    - Added "Timeout" setting;
  - Applications:
    - Improve defncopy utility:
      - Fix some declaration;
      - Fix Sybase support;
    - (*) Fix datacopy and freebcp logging;
  - CT-Library:
    - Minor fix for variant type;
    - Better support for timeout setting;
    - (*) Support some missing types (like nullable unsigned integers) for
      Sybase;
  - DB-library:
    - Unify date format (all systems can use the same syntax);
    - (*) Allows to pass 0 as type for bcp_bind;

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/freetds?expand=0&rev=62
2022-08-19 15:10:28 +00:00
f05ebbe6cb - remove stale _service and fix Source url
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/freetds?expand=0&rev=60
2021-05-11 07:04:21 +00:00
6f66b35454 Accepting request 891907 from home:brassh:branches:devel:libraries:c_c++
- update to 1.2.21:
  * minor bug fixes
  * Support some missing types like nullable unsigned smallint
- add baselibs.conf to allow building of i586 libraries (necessary
  to use the driver for programs running under wine)

OBS-URL: https://build.opensuse.org/request/show/891907
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/freetds?expand=0&rev=59
2021-05-11 07:00:40 +00:00
296e961375 Accepting request 866406 from home:dirkmueller:branches:devel:libraries:c_c++
- update to 1.2.18:
- Sybase server:
  - All strings are now converted as MSSQL;
  - Support kerberos login;
  - DB-Library: add DBSETNETWORKAUTH, DBSETMUTUALAUTH, DBSETDELEGATION and
    DBSETSERVERPRINCIPAL;
  - CT-Library: add CS_SEC_NETWORKAUTH, CS_SEC_NETWORKAUTH,
    CS_SEC_NETWORKAUTH and CS_SEC_NETWORKAUTH;
- Bulk copies:
  - DB-Library: fix trim of unicode fields;
  - Apply character conversion for Sybase, like MSSQL;
  - Ignore computed columns;
  - Properly support multibyte strings in column names;
  - DB-Library: stop correctly on BCPMAXERRS setting;
  - DB-Library: do not try to convert skipped rows reading file allowing
    for instance to load CVS files;
- CT-Library: added CS_DATABASE property to allows to connect correctly
  to Azure servers;
- Improve support for MS XML columns for both DB-Library and CT-Library;
- Fix some issues with MSSQL server redirection (used for instance in
  Azure);
- Change SQL_DESC_OCTET_LENGTH value for wise character columns;
- Better support for SQL_VARIANT:
  - Better column checks;
  - CT-Library: now supported, columns are returned as CS_CHAR_TYPE;
- Some updates to server part:
  - Set correctly initial state;
  - IPv6 support;
  - Fix TDS 7.2 logins;
- Support extended character using domain logins under Unix;

OBS-URL: https://build.opensuse.org/request/show/866406
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/freetds?expand=0&rev=57
2021-01-24 21:02:47 +00:00
Tomáš Chvátal
993c8034bf Accepting request 805832 from home:scarabeus_iv:branches:devel:libraries:c_c++
- Update to 1.1.36:
  * Various bugfixes
  * bsc#1141132 CVE-2019-13508

OBS-URL: https://build.opensuse.org/request/show/805832
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/freetds?expand=0&rev=55
2020-05-15 12:14:51 +00:00
Tomáš Chvátal
bee5574361 Accepting request 745292 from home:linnaea:branches:devel:libraries:c_c++
- Version update to 1.1.20 for better protocol auto-detection, server redirection, and UTF-8 support
- Enable Kerberos support

OBS-URL: https://build.opensuse.org/request/show/745292
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/freetds?expand=0&rev=53
2019-11-05 07:54:56 +00:00
Tomáš Chvátal
c57c8f5dff Accepting request 715362 from home:marxin:branches:devel:libraries:c_c++
- Add configure-return-void-fix.patch in order to fix wrong
  configure with -Werror=return-type.

OBS-URL: https://build.opensuse.org/request/show/715362
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/freetds?expand=0&rev=51
2019-07-15 09:01:09 +00:00
Tomáš Chvátal
53d96ce670 - Version update to 1.0.83:
* See NEWS for a complete list of changes

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/freetds?expand=0&rev=49
2018-03-23 10:17:01 +00:00
Tomáš Chvátal
ee584e0b33 Accepting request 496333 from home:vsistek:branches:devel:libraries:c_c++
Update to version 1.0.39

OBS-URL: https://build.opensuse.org/request/show/496333
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/freetds?expand=0&rev=47
2017-05-18 13:52:04 +00:00
Tomáš Chvátal
0b84f80941 Accepting request 482635 from home:pluskalm:branches:devel:libraries:c_c++
- Update to version 1.0.27
  * See NEWS for a complete list of changes

OBS-URL: https://build.opensuse.org/request/show/482635
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/freetds?expand=0&rev=45
2017-03-25 10:18:11 +00:00
Tomáš Chvátal
4f64c16045 Accepting request 448862 from home:pluskalm:branches:devel:libraries:c_c++
- Update to version 1.00.24
  * See NEWS for a complete list of changes

OBS-URL: https://build.opensuse.org/request/show/448862
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/freetds?expand=0&rev=43
2017-01-05 14:27:57 +00:00
Tomáš Chvátal
6bd44258bc Accepting request 393174 from home:pluskalm:branches:devel:libraries:c_c++
- Update to 0.95.95
  * See NEWS for a complete list of changes

OBS-URL: https://build.opensuse.org/request/show/393174
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/freetds?expand=0&rev=41
2016-05-01 13:24:02 +00:00
39fda2cd7a Accepting request 390722 from home:pluskalm:branches:devel:libraries:c_c++
- Update to 0.95.94
  * See NEWS for a complete list of changes

OBS-URL: https://build.opensuse.org/request/show/390722
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/freetds?expand=0&rev=39
2016-04-21 10:44:35 +00:00
Tomáš Chvátal
d161dbf966 Accepting request 366741 from home:tabraham1:branches:devel:libraries:c_c++
update to freetds-0.95-87

OBS-URL: https://build.opensuse.org/request/show/366741
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/freetds?expand=0&rev=37
2016-03-05 19:28:44 +00:00
Tomáš Chvátal
ade9dfcd42 Accepting request 358927 from home:pluskalm:branches:devel:libraries:c_c++
- Update to 0.95.82
  * See NEWS for complete list of changes

OBS-URL: https://build.opensuse.org/request/show/358927
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/freetds?expand=0&rev=35
2016-02-12 17:59:19 +00:00
Ismail Dönmez
4c24ee1592 Accepting request 354159 from home:pluskalm:branches:devel:libraries:c_c++
- Update to 0.95.80
  * See NEWS for complete list of changes

OBS-URL: https://build.opensuse.org/request/show/354159
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/freetds?expand=0&rev=33
2016-01-17 09:08:31 +00:00
Tomáš Chvátal
b0f1294bed - Version update to 0.95.79:
* See NEWS file for in-depth changes list

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/freetds?expand=0&rev=32
2016-01-08 10:37:54 +00:00
Ismail Dönmez
880a839851 Accepting request 349915 from home:pluskalm:branches:devel:libraries:c_c++
- Update to 0.95.76
  - See NEWS for complete list of changes

OBS-URL: https://build.opensuse.org/request/show/349915
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/freetds?expand=0&rev=30
2015-12-20 17:54:01 +00:00
Tomáš Chvátal
48c9771b34 Accepting request 344803 from home:pluskalm:branches:devel:libraries:c_c++
- Update to 0.95.67
  - See NEWS for complete list of changes

OBS-URL: https://build.opensuse.org/request/show/344803
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/freetds?expand=0&rev=28
2015-11-16 19:07:08 +00:00
bb2ae6e08d Accepting request 341768 from home:pluskalm:branches:devel:libraries:c_c++
- Update to 0.95.65
  - See NEWS for complete list of changes
- Make building more verbose

OBS-URL: https://build.opensuse.org/request/show/341768
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/freetds?expand=0&rev=26
2015-10-31 08:21:06 +00:00
Tomáš Chvátal
86e09dbe4c Accepting request 330590 from home:pluskalm:branches:devel:libraries:c_c++
- Update to 0.95.8
  - See NEWS for complete list of changes
- Update dependencies
- Enable gnutls support

OBS-URL: https://build.opensuse.org/request/show/330590
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/freetds?expand=0&rev=24
2015-09-12 07:31:08 +00:00
Tomáš Chvátal
655924d4df - Drop autoreconf call which was pointless. Seems to build without
and thus fixes build on sle11.

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/freetds?expand=0&rev=22
2015-04-11 08:23:15 +00:00
Tomáš Chvátal
069858a7ef - Version bump to 0.91.112:
* No obvious changelog
- Various spec-cleaner sorting

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/freetds?expand=0&rev=20
2015-03-13 13:24:47 +00:00
b57da6fa76 Accepting request 266797 from home:jengelh:branches:devel:libraries:c_c++
- Update to new upstream release 0.91.103

OBS-URL: https://build.opensuse.org/request/show/266797
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/freetds?expand=0&rev=18
2014-12-30 10:26:49 +00:00
Stephan Kulow
af0533f021 - there is a GPL copying too, so add GPL-2.0+ too
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/freetds?expand=0&rev=15
2012-02-07 08:07:45 +00:00
Ismail Dönmez
bbb98f5193 Accepting request 102918 from home:jengelh:branches:devel:libraries:c_c++
- Remove redundant tags/sections
- Resolve dependency indirection

OBS-URL: https://build.opensuse.org/request/show/102918
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/freetds?expand=0&rev=14
2012-02-06 18:20:58 +00:00
Ismail Dönmez
e71f0c3989 Accepting request 87551 from home:tabraham1
update to upstream freetds 0.91

OBS-URL: https://build.opensuse.org/request/show/87551
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/freetds?expand=0&rev=12
2011-10-12 16:38:05 +00:00
Cristian Rodríguez
5da69baa9d Accepting request 87248 from home:jengelh:bl-new
Resubmit for 87174, %makeinstall

OBS-URL: https://build.opensuse.org/request/show/87248
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/freetds?expand=0&rev=10
2011-10-10 15:15:00 +00:00
6922877e42 Accepting request 86013 from home:coolo:removelibtool
add libtool as buildrequires so we no longer rely on libtool in the project config of factory - it's only needed by <10% of all packages

OBS-URL: https://build.opensuse.org/request/show/86013
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/freetds?expand=0&rev=8
2011-10-02 14:43:33 +00:00
OBS User buildservice-autocommit
0313ff05da Updating link to change in openSUSE:Factory/freetds revision 2.0
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/freetds?expand=0&rev=3f3d4e01df762118cbb06c747c308b7b
2011-08-11 11:42:55 +00:00
Sascha Peilicke
0eb5a95470 Autobuild autoformatter for 78186
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/freetds?expand=0&rev=2
2011-08-11 11:42:55 +00:00
Sascha Peilicke
03e64bbab1 Accepting request 78186 from devel:libraries:c_c++
This library provides an interface for the tabular data stream format for database client-server communication.  I was told to submit it to openSUSE:Factory by the openSUSE-KDE team.  It is used by KDE for koffice and calligra office applications, but apparently is also of more general interest.  

License labeling issues should be fixed.  The (hopefully) LGPL libraries and GPL/LGPL executables have been split into two packages as well.

OBS-URL: https://build.opensuse.org/request/show/78186
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/freetds?expand=0&rev=1
2011-08-11 11:42:43 +00:00
Ismail Dönmez
50466996bb Accepting request 78175 from home:TheBlackCat
Another update to this package, this time to (hopefully) fix license labeling issues.  As before, please review this as soon as possible so it can be submitted to openSUSE:Factory before the deadline in a couple of days.

OBS-URL: https://build.opensuse.org/request/show/78175
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/freetds?expand=0&rev=6
2011-08-06 14:13:37 +00:00
Stephan Kulow
ffc1d81561 - ran format_spec source service
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/freetds?expand=0&rev=5
2011-08-04 09:43:40 +00:00
Ismail Dönmez
2c8b9a4a71 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/freetds?expand=0&rev=4 2011-08-03 13:14:03 +00:00