38 Commits

Author SHA256 Message Date
ef431eebf7 Accepting request 1180933 from devel:libraries:c_c++
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1180933
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/freetds?expand=0&rev=45
2024-06-17 17:27:21 +00:00
eac985beb2 Accepting request 1164160 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/1164160
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/freetds?expand=0&rev=44
2024-04-03 15:18:18 +00:00
2822337c8b Accepting request 1150724 from devel:libraries:c_c++
Prepare for RPM 4.20 (forwarded request 1150709 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/1150724
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/freetds?expand=0&rev=43
2024-02-27 21:43:41 +00:00
86de442533 Accepting request 1135377 from devel:libraries:c_c++
- update to 1.4.10:
  * odbc: Return better error for invalid character set

OBS-URL: https://build.opensuse.org/request/show/1135377
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/freetds?expand=0&rev=42
2023-12-28 21:54:19 +00:00
20de2b1267 Accepting request 1128790 from devel:libraries:c_c++
- update to 1.4.7:
  * tds: improve openssl compatibility

    - (*) Add KEEP_NULLS to BCP hints.
- remove stale _service and fix Source url
- Modifications for 0.52 ver and ODBC drivers
- First stab at RPM for 0.51 ver

OBS-URL: https://build.opensuse.org/request/show/1128790
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/freetds?expand=0&rev=41
2023-11-27 21:42:22 +00:00
f2194620ba Accepting request 1126842 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/1126842
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/freetds?expand=0&rev=40
2023-11-17 19:48:36 +00:00
35fd2da225 Accepting request 1114801 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/1114801
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/freetds?expand=0&rev=39
2023-10-03 18:15:19 +00:00
a09e40c340 Accepting request 1108879 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/1108879
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/freetds?expand=0&rev=38
2023-09-06 16:55:38 +00:00
fb39418869 Accepting request 1091347 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/1091347
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/freetds?expand=0&rev=37
2023-06-09 18:36:58 +00:00
528c1231e1 Accepting request 1068676 from devel:libraries:c_c++
- 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/request/show/1068676
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/freetds?expand=0&rev=36
2023-03-03 21:24:25 +00:00
83d710dde6 Accepting request 1044254 from devel:libraries:c_c++
- 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/request/show/1044254
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/freetds?expand=0&rev=35
2022-12-24 13:50:53 +00:00
900ad78a51 Accepting request 1040073 from devel:libraries:c_c++
- 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/request/show/1040073
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/freetds?expand=0&rev=34
2022-12-07 16:33:10 +00:00
19853f2d8e Accepting request 998195 from devel:libraries:c_c++
- 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/request/show/998195
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/freetds?expand=0&rev=33
2022-08-20 18:28:02 +00:00
79cb51557d Accepting request 892166 from devel:libraries:c_c++
- remove stale _service and fix Source url 

- 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/892166
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/freetds?expand=0&rev=32
2021-05-13 20:18:05 +00:00
e63a08951a Accepting request 866420 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/866420
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/freetds?expand=0&rev=31
2021-02-01 12:24:29 +00:00
11c7895c5b Accepting request 805834 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/805834
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/freetds?expand=0&rev=30
2020-05-16 20:26:26 +00:00
04eefd6755 Accepting request 745336 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/745336
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/freetds?expand=0&rev=29
2019-11-07 22:13:49 +00:00
21c6c6620b Accepting request 715433 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/715433
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/freetds?expand=0&rev=28
2019-07-29 15:24:18 +00:00
b280554e88 Accepting request 590615 from devel:libraries:c_c++
- Version update to 1.0.83:
  * See NEWS for a complete list of changes

OBS-URL: https://build.opensuse.org/request/show/590615
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/freetds?expand=0&rev=27
2018-03-29 09:47:32 +00:00
b8dc2d0848 Accepting request 496335 from devel:libraries:c_c++
1

OBS-URL: https://build.opensuse.org/request/show/496335
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/freetds?expand=0&rev=26
2017-05-27 11:12:09 +00:00
5c528f116c Accepting request 482638 from devel:libraries:c_c++
1

OBS-URL: https://build.opensuse.org/request/show/482638
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/freetds?expand=0&rev=25
2017-04-11 10:38:46 +00:00
8920f350eb Accepting request 448870 from devel:libraries:c_c++
1

OBS-URL: https://build.opensuse.org/request/show/448870
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/freetds?expand=0&rev=24
2017-01-10 09:37:31 +00:00
65b9a63b1f Accepting request 393176 from devel:libraries:c_c++
1

OBS-URL: https://build.opensuse.org/request/show/393176
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/freetds?expand=0&rev=23
2016-05-05 11:18:56 +00:00
29630b5f28 Accepting request 391138 from devel:libraries:c_c++
1

OBS-URL: https://build.opensuse.org/request/show/391138
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/freetds?expand=0&rev=22
2016-04-28 14:50:39 +00:00
efbfa8ee41 Accepting request 366750 from devel:libraries:c_c++
1

OBS-URL: https://build.opensuse.org/request/show/366750
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/freetds?expand=0&rev=21
2016-03-09 14:15:14 +00:00
54c6af496f Accepting request 359089 from devel:libraries:c_c++
1

OBS-URL: https://build.opensuse.org/request/show/359089
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/freetds?expand=0&rev=20
2016-02-23 15:54:11 +00:00
fe60facc17 Accepting request 354160 from devel:libraries:c_c++
1

OBS-URL: https://build.opensuse.org/request/show/354160
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/freetds?expand=0&rev=19
2016-01-23 00:15:56 +00:00
06566812ad Accepting request 349916 from devel:libraries:c_c++
1

OBS-URL: https://build.opensuse.org/request/show/349916
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/freetds?expand=0&rev=18
2015-12-23 07:48:46 +00:00
Stephan Kulow
a476c1a2a4 Accepting request 344810 from devel:libraries:c_c++
1

OBS-URL: https://build.opensuse.org/request/show/344810
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/freetds?expand=0&rev=17
2015-11-24 21:33:13 +00:00
e32ea6401d Accepting request 341780 from devel:libraries:c_c++
1

OBS-URL: https://build.opensuse.org/request/show/341780
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/freetds?expand=0&rev=16
2015-11-04 14:32:05 +00:00
9875b7104d Accepting request 330591 from devel:libraries:c_c++
1

OBS-URL: https://build.opensuse.org/request/show/330591
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/freetds?expand=0&rev=15
2015-09-17 07:18:21 +00:00
565b4a209c Accepting request 297878 from devel:libraries:c_c++
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/297878
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/freetds?expand=0&rev=14
2015-04-21 23:14:21 +00:00
ca0bb56e43 Accepting request 290645 from devel:libraries:c_c++
- Version bump to 0.91.112:
  * No obvious changelog
- Various spec-cleaner sorting

OBS-URL: https://build.opensuse.org/request/show/290645
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/freetds?expand=0&rev=13
2015-03-16 05:53:50 +00:00
9ca4fa3c5d Accepting request 266848 from devel:libraries:c_c++
1

OBS-URL: https://build.opensuse.org/request/show/266848
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/freetds?expand=0&rev=12
2015-01-03 21:02:11 +00:00
Stephan Kulow
987f98a772 Accepting request 102976 from devel:libraries:c_c++
- there is a GPL copying too, so add GPL-2.0+ too

- Remove redundant tags/sections
- Resolve dependency indirection

OBS-URL: https://build.opensuse.org/request/show/102976
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/freetds?expand=0&rev=7
2012-02-10 16:13:32 +00:00
Lars Vogdt
35119cb05b Accepting request 87574 from devel:libraries:c_c++
update to upstream freetds 0.91 (forwarded request 87551 from tabraham1)

OBS-URL: https://build.opensuse.org/request/show/87574
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/freetds?expand=0&rev=5
2011-10-12 21:58:21 +00:00
Lars Vogdt
19fc018b00 Accepting request 87282 from devel:libraries:c_c++
Resubmit for 87174, %makeinstall (forwarded request 87248 from jengelh)

OBS-URL: https://build.opensuse.org/request/show/87282
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/freetds?expand=0&rev=4
2011-10-11 14:53:16 +00:00
Lars Vogdt
b0681580e6 Accepting request 86067 from devel:libraries:c_c++
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 (forwarded request 86013 from coolo)

OBS-URL: https://build.opensuse.org/request/show/86067
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/freetds?expand=0&rev=3
2011-10-03 07:18:29 +00:00

Diff Content Not Available