Skip to content

Commit c733747

Browse files
committed
Update freetds to v1.5.1
1 parent 09a443a commit c733747

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
@@ -1,6 +1,6 @@
11
## (unreleased)
22

3-
* Use OpenSSL v3.5.0 for Windows and Linux builds.
3+
* Use freetds v1.5.1 and OpenSSL v3.5.0 for Windows and Linux builds.
44

55
## 3.2.1
66

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.5.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.26"
7+
FREETDS_VERSION = ENV["TINYTDS_FREETDS_VERSION"] || "1.5.1"
88
FREETDS_SOURCE_URI = "http://www.freetds.org/files/stable/freetds-#{FREETDS_VERSION}.tar.bz2"

0 commit comments

Comments
 (0)