Sync from SUSE:SLFO:Main freetds revision 493760eb1d5d149c3cf941a5814edff9

This commit is contained in:
Adrian Schröter 2024-10-01 08:36:07 +02:00
parent 33b887ac94
commit 3440eaebd3
5 changed files with 44 additions and 11 deletions

View File

@ -1,8 +1,8 @@
Index: freetds-1.4.2/configure
Index: freetds-1.4.12/configure
===================================================================
--- freetds-1.4.2.orig/configure
+++ freetds-1.4.2/configure
@@ -21580,6 +21580,7 @@ SQLRETURN SQL_API SQLColAttribute (SQLH
--- freetds-1.4.12.orig/configure
+++ freetds-1.4.12/configure
@@ -21713,6 +21713,7 @@ SQLRETURN SQL_API SQLColAttribute (SQLH
SQLUSMALLINT ColumnNumber, SQLUSMALLINT FieldIdentifier,
SQLPOINTER CharacterAttribute, SQLSMALLINT BufferLength,
SQLSMALLINT *StringLength, SQLLEN * NumericAttribute) {

BIN
freetds-1.4.10.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
freetds-1.4.17.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,37 @@
-------------------------------------------------------------------
Fri Jun 7 14:02:23 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 1.4.17:
* _blk_get_col_data: Consistently return TDS_FAIL on failure.
* Support very old Sybase ASE versions
* datacopy: Increase CREATE TABLE command buffer to accommodate
larger queries
* datacopy fails on tables with an unusually high number of
columns.
* Change some file license from GPL to LGPL
* Support Sybase server not configured with UTF-8 charset
-------------------------------------------------------------------
Tue Apr 2 13:56:39 UTC 2024 - pgajdos@suse.com
- version update to 1.4.12
* ctlib: Fix crash using ct_command with CS_MORE option
* defncopy: Use memory instead of temporary file
* defncopy: Fix MS column length for N(VAR)CHAR types
* defncopy: Quote strings and identifiers
* defncopy: Trim spaces around nullable flags
* defncopy: Fix for order of index recordset
* defncopy: Quote key index names
* defncopy: Add test for the applications
- modified patches
% configure-return-void-fix.patch (refreshed)
-------------------------------------------------------------------
Mon Feb 26 08:44:42 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Use %autosetup macro. Allows to eliminate the usage of deprecated
PatchN.
-------------------------------------------------------------------
Wed Dec 27 21:00:42 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package freetds
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,7 +17,7 @@
Name: freetds
Version: 1.4.10
Version: 1.4.17
Release: 0
Summary: A free re-implementation of the TDS (Tabular Data Stream) protocol
License: GPL-2.0-or-later AND LGPL-2.1-or-later
@ -120,8 +120,7 @@ The freetds-doc package contains the useguide and reference of FreeTDS
and can be installed even if FreeTDS main package is not installed
%prep
%setup -q
%patch0 -p1
%autosetup -p1
%build
%configure \