Skip to content

Commit c96642a

Browse files
committed
Bump freetds to v1.4.23
1 parent 2bff820 commit c96642a

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
* Drop support for SQL Server < 2017
55
* Drop support for FreeTDS < 1.0
66
* Raise error if FreeTDS is unable to sent command buffer to the server
7+
* Use freetds v1.4.23 for Windows builds
78

89
## 2.1.7
910
* Add Ruby 3.3 to the cross compile list

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ $ apt-get install wget
3434
$ apt-get install build-essential
3535
$ apt-get install libc6-dev
3636

37-
$ wget http://www.freetds.org/files/stable/freetds-1.4.10.tar.gz
38-
$ tar -xzf freetds-1.4.10.tar.gz
39-
$ cd freetds-1.4.10
37+
$ wget http://www.freetds.org/files/stable/freetds-1.4.23.tar.gz
38+
$ tar -xzf freetds-1.4.23.tar.gz
39+
$ cd freetds-1.4.23
4040
$ ./configure --prefix=/usr/local --with-tdsver=7.4
4141
$ make
4242
$ make install

ext/tiny_tds/extconsts.rb

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

8-
FREETDS_VERSION = ENV['TINYTDS_FREETDS_VERSION'] || '1.1.24'
8+
FREETDS_VERSION = ENV['TINYTDS_FREETDS_VERSION'] || '1.4.23'
99
FREETDS_SOURCE_URI = "http://www.freetds.org/files/stable/freetds-#{FREETDS_VERSION}.tar.bz2"

0 commit comments

Comments
 (0)