Skip to content

Commit 39add79

Browse files
authored
Updates for new OpenSSL versions (#14)
1 parent 216cb69 commit 39add79

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,19 +30,19 @@ updated files to the 7z. All Ruby Windows releases from version 2.4 and later u
3030
tools.
3131

3232
* **`mingw64.7z`** This contains the mingw64 gcc chain and any packages needed to build
33-
Ruby. This has OpenSSL 1.1.1 installed, as of 19-Jan-2023, 1.1.1.s. Normal Ruby Windows
33+
Ruby. This has OpenSSL 1.1.1 installed, as of 26-Apr-2024, 1.1.1.w. Normal Ruby Windows
3434
releases from version 2.4 thru 3.0 use these tools.
3535

3636
* **`mingw64-3.0.7z`** This contains the mingw64 gcc chain and any packages needed to build
37-
Ruby. The MSYS2 OpenSSL 3.0.z package is installed. The mingw Ruby master build is the
37+
Ruby. The MSYS2 OpenSSL 3.3.z package is installed. The mingw Ruby master build is the
3838
only build that uses this.
3939

4040
* **`ucrt64.7z`** This contains the ucrt64 gcc chain and any packages needed to build
41-
Ruby. This has OpenSSL 1.1.1 installed, as of 19-Jan-2023, 1.1.1.s. Ruby version 3.1 is
41+
Ruby. This has OpenSSL 1.1.1 installed, as of 26-Apr-2024, 1.1.1.w. Ruby version 3.1 is
4242
the only release that uses this.
4343

4444
* **`ucrt64-3.0.7z`** This contains the ucrt64 gcc chain and any packages needed to build
45-
Ruby. The MSYS2 OpenSSL 3.0.z package is installed. Ruby 3.2, head, & ucrt builds use this.
45+
Ruby. The MSYS2 OpenSSL 3.3.z package is installed. Ruby 3.2, head, & ucrt builds use this.
4646

4747
* **`mswin.7z`** This contains files needed to compile Windows Ruby mswin builds. It contains
4848
libffi, libyaml, openssl, readline, and zlib, built with the Microsoft vcpkg system. This

create_gcc_pkg.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def add_ri2_key
5858
def openssl_downgrade
5959
add_ri2_key
6060

61-
pkg_name = "openssl-1.1.1.t-1-any.pkg.tar.zst"
61+
pkg_name = "openssl-1.1.1.w-1-any.pkg.tar.zst"
6262
pkg = "https://github.com/ruby/setup-msys2-gcc/releases/download/msys2-packages/#{PKG_PRE}#{pkg_name}"
6363
pkg_sig = "#{pkg}.sig"
6464

0 commit comments

Comments
 (0)