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
This commit is contained in:
parent
c57c8f5dff
commit
bee5574361
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e587645e82db39aa9519d8003eff980fcea0526bdecc59953f076180c5bd9b09
|
||||
size 2913131
|
3
freetds-1.1.20.tar.bz2
Normal file
3
freetds-1.1.20.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fc549b945208c42264f8e31ba6a8c94f8a9b441802f3b952d11445035daac41a
|
||||
size 2261129
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 5 04:17:22 UTC 2019 - Linnaea Lavia <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 04:44:34 UTC 2019 - Martin Liška <mliska@suse.cz>
|
||||
|
||||
|
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user