[go: nahoru, domu]

Skip to content

Releases: MSP-Greg/ruby-loco

Error Logs

02 Apr 17:05
c36c95b
Compare
Choose a tag to compare

Contains error logs, will delete files if issues are found

Old Ruby build tools and packages

26 Apr 13:54
65e2741
Compare
Choose a tag to compare

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.

  1. 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

  2. Update your MSYS2 install with

    ridk exec pacman -Syuu
    

    Follow the prompts, it may need to be done more than once

  3. 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"
    
  4. Install package

    ridk exec pacman -U <folder>/<pkg filename>
    
  5. 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/bin

    You 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

27 Jan 00:02
Compare
Choose a tag to compare

Self contained Windows Ruby binaries for use with GitHub Actions and other CI.

SHA512 Info:

ruby-mingw: ruby 3.4.0dev (2024-07-09T17:22:29Z master 6f6aff56b1) [x64-mingw32] Run No: 5417
3c18fbca2096ea1e3b8530ed231c032a8f36b5a972452fa45e374ef208929631f34a77b96c263c92f62bf699095af231f8a5b262176bd191e00311e784ced639

ruby-mswin: ruby 3.4.0dev (2024-07-09T17:22:29Z master 6f6aff56b1) [x64-mswin64_140] Run No: 5347
eb3f7d7a1ec0ec0f52d6a4185eda116c0e838d73827a356bc4a54f0c85c29856899949db9571155e94c63104e77218caba69e2e6fec97427874bf0ef37943c63

ruby-ucrt: ruby 3.4.0dev (2024-07-09T17:22:29Z master 6f6aff56b1) [x64-mingw-ucrt] Run No: 3350
a86baaa5eda4ddb461adf47b0974f56be1dc5319b846a432d5579cb4883efc0715146b5e68296c1492c61acccf9b1a2ee1efb1fe2de0e25d27a909480638cd14