- 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/package/show/devel:libraries:c_c++/freetds?expand=0&rev=66
This commit is contained in:
Dirk Mueller 2022-12-22 12:41:46 +00:00 committed by Git OBS Bridge
parent 2b5fa3ff91
commit 6a33b727ae
4 changed files with 12 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:180448023ad8b10a3399e1e0ab9f82031682d3c3a5dbbd488daf8dfffa9e15f1
size 3060986

3
freetds-1.3.16.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bdf5b7427ab99b8065d15e22ca224dfcc34dde29473a02bc97fd53b3a3257517
size 3061135

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Thu Dec 22 12:41:30 UTC 2022 - Dirk Müller <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 4 21:43:52 UTC 2022 - Dirk Müller <dmueller@suse.com>

View File

@ -17,7 +17,7 @@
Name: freetds
Version: 1.3.15
Version: 1.3.16
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