File tree Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 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 and freetds v1.4.26 for Windows and Linux builds
67
78## 3.1.0
89
Original file line number Diff line number Diff line change 1- ICONV_VERSION = ENV [ "TINYTDS_ICONV_VERSION" ] || "1.17 "
1+ ICONV_VERSION = ENV [ "TINYTDS_ICONV_VERSION" ] || "1.18 "
22ICONV_SOURCE_URI = "http://ftp.gnu.org/pub/gnu/libiconv/libiconv-#{ ICONV_VERSION } .tar.gz"
33
44OPENSSL_VERSION = ENV [ "TINYTDS_OPENSSL_VERSION" ] || "3.4.0"
55OPENSSL_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 "
88FREETDS_SOURCE_URI = "http://www.freetds.org/files/stable/freetds-#{ FREETDS_VERSION } .tar.bz2"
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ CrossLibraries.each do |xlib|
77
88 RakeCompilerDock . sh <<-EOT , platform : platform
99 bundle install &&
10- rake native:#{ platform } pkg/#{ SPEC . full_name } -#{ platform } .gem MAKEOPTS=-j`nproc` RUBY_CC_VERSION=3.4.1:3.3.5:3.2.0:3.1.0:3.0.0:2.7.0 MAKEFLAGS="V=1"
10+ rake native:#{ platform } pkg/#{ SPEC . full_name } -#{ platform } .gem MAKEOPTS=-j`nproc` RUBY_CC_VERSION=#{ RakeCompilerDock . set_ruby_cc_version ( "~> 2.7" , "~> 3.0" ) } MAKEFLAGS="V=1"
1111 EOT
1212 end
1313
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Gem::Specification.new do |s|
2222 s . add_development_dependency "mini_portile2" , "~> 2.8.0"
2323 s . add_development_dependency "rake" , "~> 13.0.0"
2424 s . add_development_dependency "rake-compiler" , "~> 1.2"
25- s . add_development_dependency "rake-compiler-dock" , "~> 1.7.0 "
25+ s . add_development_dependency "rake-compiler-dock" , "~> 1.9.1 "
2626 s . add_development_dependency "minitest" , "~> 5.25"
2727 s . add_development_dependency "minitest-reporters" , "~> 1.6.1"
2828 s . add_development_dependency "connection_pool" , "~> 2.2.0"
You can’t perform that action at this time.
0 commit comments