Releases: MSP-Greg/ruby-loco
Error Logs
Contains error logs, will delete files if issues are found
Old Ruby build tools and packages
OpenSSL 1.1.1w update
The MSYS2 system has upgraded their OpenSSL packages to 3.x, so OpenSSL 1.1.1 packages are archived, and haven't been updated since 1.1.1t. The packages included here were built locally for use with older Windows Rubies.
-
Download correct packages, Ruby 3.1 should use the mingw-w64-ucrt-x86_64-openssl-1.1.1.w package, Rubies 2.5 thru 3.0 should use the mingw-w64-x86_64-openssl-1.1.1.w package
-
Update your MSYS2 install with
ridk exec pacman -Syuu
Follow the prompts, it may need to be done more than once
-
Add signing key
ridk exec bash.exe -c "pacman-key --init" ridk exec bash.exe -c "pacman-key --recv-keys D688DA4A77D8FA18" ridk exec bash.exe -c "pacman-key --lsign-key D688DA4A77D8FA18"
-
Install package
ridk exec pacman -U <folder>/<pkg filename>
-
Replace your Ruby OpenSSL dlls (optional)
Find the location of your MSYS2 install via
ridk version
, see the path specified in msys2: -> path:Depending on the Ruby version, the MSYS2 OpenSSL dlls (libcrypto-1_1-x64.dll, libssl-1_1-x64.dll) will be located in either of the subdirectories of the above path
ucrt64/bin
mingw64/binYou can copy these dlls to the Ruby bin/ruby_builtin_dlls folder. I would suggest renaming the old files, not deleting them.
Once that is done, ruby -ropenssl -e "puts OpenSSL::OPENSSL_LIBRARY_VERSION"
should return
OpenSSL 1.1.1w 11 Sep 2023
Ruby master binaries for Windows CI
Self contained Windows Ruby binaries for use with GitHub Actions and other CI.
SHA512 Info:
ruby-mingw: ruby 3.5.0dev (2025-02-20T06:34:32Z master 34098b669c) +PRISM [x64-mingw32] Run No: 6152
2add72dad7b66af9e5f0da160c5e55f375d682c9d1b900ef36ae01323e52c8b11bde9ee7c1e9e2f280daea8760bfdb2506856164a6296ba3c24316639195c0d3
ruby-mswin: ruby 3.5.0dev (2025-02-20T06:34:32Z master 34098b669c) +PRISM [x64-mswin64_140] Run No: 6077
a4e6f728ab73f6e209e7a25529f07aab62ed72c9d8dd8e71cc28846e03b65f10d9781ea9542f212990ebe1a9d86f549a163a577fd58166f7c8ed1f0effb91a9f
ruby-ucrt: ruby 3.5.0dev (2025-02-20T06:34:32Z master 34098b669c) +PRISM [x64-mingw-ucrt] Run No: 4072
57f4e1d6295debcc5a4708aba4568a3829f0cf9979f1cd926b6b19160f44acf2d1f0a1002d1e7649dae85094331d7709bf5ef5246748b689a4edf050fec1d2b3