Skip to content

Commit 6ea6e75

Browse files
committed
Update freetds to v1.5.14
1 parent 01cf7c2 commit 6ea6e75

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## 3.4.1
44

5-
* Use libiconv v1.18 and OpenSSL v3.6.1 for Windows and Linux builds.
5+
* Use libiconv v1.18, OpenSSL v3.6.1 and freetds v1.5.14 for Windows and Linux builds.
66

77
## 3.4.0
88

ext/tiny_tds/extconsts.rb

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

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

0 commit comments

Comments
 (0)