rbenv / ruby-build

A tool to download, compile, and install Ruby on Unix-like systems.
https://rbenv.org/man/ruby-build.1
MIT License
3.89k stars 785 forks source link

Add Ruby 3.3.4 #2421

Closed yahonda closed 4 months ago

yahonda commented 4 months ago

This pull request adds Ruby 3.3.4 to ruby-build.

This commit works in my Ubuntu 24.04 environment as follows.

$ more /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=24.04
DISTRIB_CODENAME=noble
DISTRIB_DESCRIPTION="Ubuntu 24.04 LTS"
$ ruby -v
ruby 3.3.4 (2024-07-09 revision be1089c8ec) [x86_64-linux]
$
hsbt commented 4 months ago

Thanks, I tagged https://github.com/rbenv/ruby-build/releases/tag/v20240709

chadlwilson commented 4 months ago

Naive question, should this have been bumped to include Openssl 3.1.6 due to security patches?

https://www.openssl.org/news/cl31.txt

hsbt commented 4 months ago

@chadlwilson Thanks for your pointing. It should be using OpenSSL 3.0.x, not 3.1 series.

chadlwilson commented 4 months ago

@chadlwilson Thanks for your pointing. It should be using OpenSSL 3.0.x, not 3.1 series.

Oh, OK, even better thanks - including fixing it for 3.3.3! :-)