diff --git a/freetds-1.00.83.tar.gz b/freetds-1.00.83.tar.gz deleted file mode 100644 index 2ee344d..0000000 --- a/freetds-1.00.83.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e587645e82db39aa9519d8003eff980fcea0526bdecc59953f076180c5bd9b09 -size 2913131 diff --git a/freetds-1.1.20.tar.bz2 b/freetds-1.1.20.tar.bz2 new file mode 100644 index 0000000..34c7f88 --- /dev/null +++ b/freetds-1.1.20.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc549b945208c42264f8e31ba6a8c94f8a9b441802f3b952d11445035daac41a +size 2261129 diff --git a/freetds.changes b/freetds.changes index 3daa12a..611e34c 100644 --- a/freetds.changes +++ b/freetds.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Tue Nov 5 04:17:22 UTC 2019 - Linnaea Lavia + +- 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 04:44:34 UTC 2019 - Martin Liška diff --git a/freetds.spec b/freetds.spec index d5f6d7e..6978780 100644 --- a/freetds.spec +++ b/freetds.spec @@ -17,13 +17,13 @@ Name: freetds -Version: 1.00.83 +Version: 1.1.20 Release: 0 Summary: A free re-implementation of the TDS (Tabular Data Stream) protocol License: LGPL-2.1-or-later AND GPL-2.0-or-later Group: Productivity/Databases/Clients Url: http://www.freetds.org/ -Source: ftp://ftp.freetds.org/pub/freetds/stable/%{name}-%{version}.tar.gz +Source: ftp://ftp.freetds.org/pub/freetds/stable/%{name}-%{version}.tar.bz2 Patch0: configure-return-void-fix.patch BuildRequires: fdupes BuildRequires: gcc-c++ @@ -31,6 +31,7 @@ BuildRequires: pkgconfig BuildRequires: readline-devel BuildRequires: unixODBC-devel BuildRequires: pkgconfig(gnutls) +BuildRequires: pkgconfig(krb5-gssapi) BuildRequires: pkgconfig(nettle) Requires: glibc-locale @@ -133,8 +134,9 @@ and can be installed even if FreeTDS main package is not installed %configure \ --with-unixodbc=%{_prefix} \ --enable-threadsafe \ + --enable-krb5 \ --sysconfdir=%{_sysconfdir} \ - --with-tdsver=4.2 \ + --with-tdsver=auto \ --disable-static \ %if 0%{?suse_version} >= 1310 --with-gnutls \