Skip to content

Commit 0ff7ad5

Browse files
committed
Update freetds to v1.4.26
1 parent 8b0cbe1 commit 0ff7ad5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Reduce number of files shipped with precompiled Windows gem
44
* Provide precompiled gem for Linux (GNU + MUSL / 64-bit x86 + ARM)
55
* Fix wrappers for `tsql` and `defncopy` utility.
6-
* Use libiconv v1.18 for Windows and Linux builds
6+
* Use libiconv v1.18 and freetds v1.4.26 for Windows and Linux builds
77

88
## 3.1.0
99

ext/tiny_tds/extconsts.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
OPENSSL_VERSION = ENV["TINYTDS_OPENSSL_VERSION"] || "3.4.0"
55
OPENSSL_SOURCE_URI = "https://www.openssl.org/source/openssl-#{OPENSSL_VERSION}.tar.gz"
66

7-
FREETDS_VERSION = ENV["TINYTDS_FREETDS_VERSION"] || "1.4.23"
7+
FREETDS_VERSION = ENV["TINYTDS_FREETDS_VERSION"] || "1.4.26"
88
FREETDS_SOURCE_URI = "http://www.freetds.org/files/stable/freetds-#{FREETDS_VERSION}.tar.bz2"

0 commit comments

Comments
 (0)