Skip to content

Commit 01cf7c2

Browse files
committed
Update OpenSSL to v3.6.1
1 parent 7799988 commit 01cf7c2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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 for Windows and Linux builds.
5+
* Use libiconv v1.18 and OpenSSL v3.6.1 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
@@ -1,7 +1,7 @@
11
ICONV_VERSION = ENV["TINYTDS_ICONV_VERSION"] || "1.19"
22
ICONV_SOURCE_URI = "http://ftp.gnu.org/pub/gnu/libiconv/libiconv-#{ICONV_VERSION}.tar.gz"
33

4-
OPENSSL_VERSION = ENV["TINYTDS_OPENSSL_VERSION"] || "3.6.0"
4+
OPENSSL_VERSION = ENV["TINYTDS_OPENSSL_VERSION"] || "3.6.1"
55
OPENSSL_SOURCE_URI = "https://www.openssl.org/source/openssl-#{OPENSSL_VERSION}.tar.gz"
66

77
FREETDS_VERSION = ENV["TINYTDS_FREETDS_VERSION"] || "1.5.10"

0 commit comments

Comments
 (0)