File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 55OPENSSL_VERSION = ENV [ 'TINYTDS_OPENSSL_VERSION' ] || '1.1.1s'
66OPENSSL_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 '
99FREETDS_SOURCE_URI = "http://www.freetds.org/files/stable/freetds-#{ FREETDS_VERSION } .tar.bz2"
You can’t perform that action at this time.
0 commit comments