Skip to content

Commit

Permalink
Update bundled ruby to 3.2.3 (#626)
Browse files Browse the repository at this point in the history
See
* https://github.com/ruby/ruby/releases/tag/v3_2_3
*
https://github.com/oneclick/rubyinstaller2/releases/tag/RubyInstaller-3.2.3-1

There are remarkable changes:

* Bug #20096: Ruby 3.2.2 win32/registry: Junk appended to Windows
Registry String Value
  https://bugs.ruby-lang.org/issues/20096

and fixes many segfault or memory leaks.

Signed-off-by: Kentaro Hayashi <[email protected]>
  • Loading branch information
kenhys authored Mar 6, 2024
1 parent 1333a78 commit d49f03f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions fluent-package/config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,17 @@
BUNDLER_VERSION= "2.3.26"

# https://www.ruby-lang.org/en/downloads/ (tar.gz)
BUNDLED_RUBY_VERSION = "3.2.2"
BUNDLED_RUBY_SOURCE_SHA256SUM = "96c57558871a6748de5bc9f274e93f4b5aad06cd8f37befa0e8d94e7b8a423bc"
BUNDLED_RUBY_VERSION = "3.2.3"
BUNDLED_RUBY_SOURCE_SHA256SUM = "af7f1757d9ddb630345988139211f1fd570ff5ba830def1cc7c468ae9b65c9ba"

BUNDLED_RUBY_PATCHES = [
# An example entry:
# ["ruby-3.0/0001-ruby-resolv-Fix-confusion-of-received-response-messa.patch", ["= 3.0.1"]],
]

# https://rubyinstaller.org/downloads/ (7-ZIP ARCHIVES)
BUNDLED_RUBY_INSTALLER_X64_VERSION = "3.2.2-1"
BUNDLED_RUBY_INSTALLER_X64_SHA256SUM = "1f0f55ba0790676be6d701515a244159e9ca2d6314f1101560e3e8a277a2661e"
BUNDLED_RUBY_INSTALLER_X64_VERSION = "3.2.3-1"
BUNDLED_RUBY_INSTALLER_X64_SHA256SUM = "cf106d718499125a55dff82daee40e7744ed224694c96036765b84a3ac4f654c"

# Files under rubyinstaller/ are patches for RubyInstaller's binary package.
# Other patches for Ruby's source tree which can be shared with BUNDLED_RUBY_PATCHES.
Expand Down

0 comments on commit d49f03f

Please sign in to comment.