Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

freetds-config-1.4.2-150600.1.3 RPM for x86_64

From OpenSuSE Leap 15.6 for x86_64

Name: freetds-config Distribution: SUSE Linux Enterprise 15
Version: 1.4.2 Vendor: SUSE LLC <https://www.suse.com/>
Release: 150600.1.3 Build date: Fri Mar 8 21:19:28 2024
Group: Unspecified Build host: h04-ch1c
Size: 4189 Source RPM: freetds-1.4.2-150600.1.3.src.rpm
Packager: https://www.suse.com/
Url: https://www.freetds.org/
Summary: A free re-implementation of the TDS (Tabular Data Stream) protocol
FreeTDS is a project to document and implement the TDS (Tabular Data Stream)
protocol. TDS is used by Sybase and Microsoft for client to database server
communications.

This subpackage contains default configuration files and documentation for
them.

Provides

Requires

License

LGPL-2.1-or-later

Changelog

* Mon Oct 02 2023 pgajdos@suse.com
  - 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
* Mon Sep 04 2023 pgajdos@suse.com
  - 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.
* Wed Jun 07 2023 pgajdos@suse.com
  - version update to 1.3.18
    * Fix redirect with Azure
  - modified patches
    % configure-return-void-fix.patch (refreshed)
* Thu Mar 02 2023 dmueller@suse.com
  - update to 1.3.17:
    * Update dblib.c - _get_printable_size
    * Added more types to _get_printable_size based on /misc/types.csv
* Thu Dec 22 2022 dmueller@suse.com
  - 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.
* Sun Dec 04 2022 dmueller@suse.com
  - 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
* Fri Aug 19 2022 dmueller@suse.com
  - 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;
    - (*) Fix DBSETLSERVERPRINCIPAL macro;
    - (*) Do not limit queries length for bcp using Sybase;
    - (*) Add KEEP_NULLS to BCP hints.
* Tue May 11 2021 dmueller@suse.com
  - remove stale _service and fix Source url
* Sun May 09 2021 brassh@web.de
  - 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)
* Sun Jan 24 2021 dmueller@suse.com
  - 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;
  - Improve MARS:
    - Less memory copies;
    - Remove possible deadlock;
    - Handle wrapping sequence/window numbers;
    - Make sure we sent the wanted packet;
  - Support UTF-16 surrogate pairs in odbc_wide2utf and odbc_set_string_flag
    fixing some character encoding support;
  - Fix multiple queries, used by ODBC to optimize data load;
  - Improve emulated parameter queries, fixing minor issues and reducing
    memory usage;
  - Support DBVERSION_UNKNOWN in dbsetlversion (will use automatic detection);
  - CT-Library: define CS_MIN_SYBTYPE and CS_MAX_SYBTYPE;
  - CT-Library: fix cs_will_convert accepting library constants, not libTDS.
* Fri May 15 2020 tchvatal@suse.com
  - Update to 1.1.36:
    * Various bugfixes
    * bsc#1141132 CVE-2019-13508
* Tue Nov 05 2019 obs@lavia.moe
  - Enable Kerberos support
  - Version update to 1.1.20:
    * Default TDS protocol version is now "auto"
    * Improved UTF-8 performances
    * TDS Pool Server is enabled
    * MARS support is enabled
    * NTLMv2 is enabled
    * See NEWS and ChangeLog for a complete list of changes
* Mon Jul 15 2019 mliska@suse.cz
  - Add configure-return-void-fix.patch in order to fix wrong
    configure with -Werror=return-type.
* Fri Mar 23 2018 tchvatal@suse.com
  - Version update to 1.0.83:
    * See NEWS for a complete list of changes
* Thu May 18 2017 vsistek@suse.com
  - Update to version 1.0.39
    * See NEWS for a complete list of changes
* Sat Mar 25 2017 mpluskal@suse.com
  - Update to version 1.0.27
    * See NEWS for a complete list of changes
* Thu Jan 05 2017 mpluskal@suse.com
  - Update to version 1.00.24
    * See NEWS for a complete list of changes
* Sun May 01 2016 mpluskal@suse.com
  - Update to 0.95.95
    * See NEWS for a complete list of changes
* Tue Apr 19 2016 mpluskal@suse.com
  - Update to 0.95.94
    * See NEWS for a complete list of changes
* Wed Mar 02 2016 tabraham@suse.com
  - Update to 0.95.87
    * See NEWS for a complete list of changes
* Thu Feb 11 2016 mpluskal@suse.com
  - Update to 0.95.82
    * See NEWS for complete list of changes
* Sun Jan 17 2016 mpluskal@suse.com
  - Update to 0.95.80
    * See NEWS for complete list of changes
* Fri Jan 08 2016 tchvatal@suse.com
  - Version update to 0.95.79:
    * See NEWS file for in-depth changes list
* Sun Dec 20 2015 mpluskal@suse.com
  - Update to 0.95.76
    - See NEWS for complete list of changes
* Mon Nov 16 2015 mpluskal@suse.com
  - Update to 0.95.67
    - See NEWS for complete list of changes
* Sat Oct 31 2015 mpluskal@suse.com
  - Update to 0.95.65
    - See NEWS for complete list of changes
  - Make building more verbose
* Fri Sep 11 2015 mpluskal@suse.com
  - Update to 0.95.8
    - See NEWS for complete list of changes
  - Update dependencies
  - Enable gnutls support
* Sat Apr 11 2015 tchvatal@suse.com
  - Drop autoreconf call which was pointless. Seems to build without
    and thus fixes build on sle11.
* Fri Mar 13 2015 tchvatal@suse.com
  - Version bump to 0.91.112:
    * No obvious changelog
  - Various spec-cleaner sorting
* Sat Dec 06 2014 jengelh@inai.de
  - Update to new upstream release 0.91.103
    * fix memleak when using REALM option in freetds.conf
    * ODBC driver did not return parameters as rows
  - freetds-devel had a dangling symlink due to lack of Require on
    libtdsodbc0
  - Shlib packaging guideline: put libct and libsybdb in separate
    subpackages.
  - Improve description for the different API libraries.
  - Do not ignore output from odbcinst or ldconfig.

Files

/etc/freetds.conf
/etc/locales.conf
/etc/pool.conf
/usr/share/man/man5/freetds.conf.5.gz


Generated by rpm2html 1.8.1

Fabrice Bellet, Fri Apr 26 23:37:53 2024