Commit graph

807 commits

Author SHA1 Message Date
Hiroshi SHIBATA
e160b995af
Merge pull request #2395 from sferik/ruby-3.1.6
Add CRuby security-fix release 3.1.6
2024-05-30 13:20:50 +09:00
Takashi Kokubun
1085cfb706 Add Ruby 3.3.2 2024-05-29 21:16:57 -07:00
Erik Berlin
311ecf5872 Add CRuby security-fix release 3.1.6 2024-05-29 13:16:20 -07:00
Hiroshi SHIBATA
e445f76eab Rename args for install_git 2024-05-25 12:16:08 +08:00
Hiroshi SHIBATA
ac5a0639ba rename x.y.0-dev to x.y-dev 2024-05-25 12:16:08 +08:00
Mislav Marohnić
7daa8765e1
Mark Ruby 3.0 as EOL
Ruby 3.0 reached End of Life on 23 Apr 2024
2024-05-22 16:58:24 +02:00
Camden Narzt
f46369621e
Mark Ruby 3.0.7 as unsupported
This one was missed in https://github.com/rbenv/ruby-build/pull/2307 or was added after, hopefully this removes ruby 3.0.7 from `rbenv install -l` unless you list-all
2024-05-21 10:29:33 -06:00
Adam Daniels
af27e33978 Add Ruby 3.4.0-preview1 2024-05-16 19:15:10 -04:00
Mislav Marohnić
7d66ce6ddb
openssl 3.1.5 2024-05-01 13:07:07 +02:00
Charles Oliver Nutter
e9e5f8d2a6 Add JRuby 9.4.7.0 2024-04-29 14:37:03 -05:00
Kevin P. Fleming
b8ee92c6af Add CRuby security-fix releases 3.0.7, 3.1.5, 3.2.4, and 3.3.1 2024-04-23 05:48:21 -07:00
Benoit Daloze
b9e506636e Add TruffleRuby and TruffleRuby GraalVM 24.0.1 2024-04-16 17:26:53 +02:00
Mislav Marohnić
d3a7889c07
Simplify truffleruby+graalvm-dev build definition re: download redirect
The `http get <url> <destfile>` utility had a bug with aria2c downloader where it couldn't properly save to destfile if it was an absolute path.

I have tried having `http get <url> -` output the downloaded file to stdout, but this conflicted with the output of `log_command` (which is also to stdout) so for now let's keep using the temporary file to resolve manual URL redirects.
2024-03-22 16:14:21 +01:00
Benoit Daloze
89f6260a07 Add TruffleRuby and TruffleRuby GraalVM 24.0.0 2024-03-19 16:53:52 +01:00
Benoit Daloze
f08493ab8c Switch to EA builds from graalvm/graal-languages-ea-builds for truffleruby+graalvm-dev
* See https://github.com/graalvm/graal-languages-ea-builds
* These builds are based on Oracle GraalVM.
2024-03-18 18:57:07 +01:00
Charles Oliver Nutter
e42110ac83 Add JRuby 9.3.14.0 and 9.4.6.0 2024-02-20 14:28:11 -06:00
HASUMI Hitoshi
20fc226350 Add mruby-3.3.0 2024-02-15 16:20:26 +09:00
Tom Naessens
605fb64856
Add Ruby 3.2.3 2024-01-18 10:27:54 +01:00
Benoit Daloze
4887105fc9 Add TruffleRuby and TruffleRuby GraalVM 23.1.2 2024-01-16 15:57:01 +01:00
Hiroshi SHIBATA
1d1aa3bbd1
Added 3.4-dev definition 2023-12-25 18:20:58 +09:00
Hiroshi SHIBATA
8eaf35d143
Merge pull request #2327 from rbenv/ruby-3-3-branch
Switch 3.3.0-dev to ruby_3_3 branch
2023-12-25 16:43:26 +09:00
Hiroshi SHIBATA
cbf7537be4
Switch 3.3.0-dev to ruby_3_3 branch 2023-12-25 16:35:38 +09:00
Takashi Kokubun
38ad5276db Add Ruby 3.3.0 2023-12-24 23:01:28 -08:00
Jean Boussier
5775055887 Add Ruby 3.3.0-rc1
https://www.ruby-lang.org/en/news/2023/12/11/ruby-3-3-0-rc1-released/
2023-12-11 09:32:45 +01:00
Mislav Marohnić
c5346187ac
Simplify build & install steps for dev rubies
This merges "standard_build" and "standard_install" build steps into one again
and modifies "standard_install_with_bundled_gems" to just invoke "standard"
with the addition of `update-gems` & `extract-gems` targets.
2023-11-30 16:32:57 +01:00
Mislav Marohnić
a029f72e2c
Remove deprecated verify_openssl step from build definitions 2023-11-21 19:26:52 +01:00
Mislav Marohnić
4cb285791c
Remove verify_opensl step from build definitions
The functionality to fail the build if openssl or psych are missing is
now built into the `./configure && make` phase for Ruby.
2023-11-21 17:12:53 +01:00
Benoit Daloze
4b7ce4d00f Add ruby-dev definition
* Currently the same as 3.3.0-dev but that name changes every year,
  so this makes it easy to install ruby dev/master.
2023-11-21 10:24:07 +01:00
Mislav Marohnić
a6a79ac48d
Merge pull request #2307 from rbenv/ruby-3.0-unsupported
Mark Ruby 3.0.x as unsupported
2023-11-14 14:06:14 +01:00
Andrei Maxim
6e85a7bad4
Add 3.3.0-preview3 2023-11-12 22:36:04 +02:00
Mislav Marohnić
ed3800a409
Mark Ruby 3.0.x as unsupported
It reaches EOL status in March 2024.
2023-11-11 12:33:27 +01:00
Mislav Marohnić
a706e117d7
Remove maglev
Maglev Ruby hasn't seen a release in 10 years.
2023-11-06 16:49:29 +01:00
Mislav Marohnić
469a0af96d
Merge pull request #2289 from headius/jruby_9.4.5.0_9.3.13.0
Add JRuby 9.4.5.0 and 9.3.13.0
2023-11-05 14:18:07 +01:00
Charles Oliver Nutter
208fbb4564 Add JRuby 9.4.5.0 and 9.3.13.0 2023-11-02 11:15:20 -05:00
Mislav Marohnić
315373b1de
Change legacy needs_openssl_* conditions to one with inline arguments 2023-11-02 13:53:50 +01:00
Mislav Marohnić
b54a73b127
Merge pull request #2286 from rbenv/2.7-unsupported
Unmark Ruby 2.7 as soon-to-be-EOL since it's already EOL
2023-10-28 16:46:03 +02:00
Mislav Marohnić
2ae1416948
Unmark Ruby 2.7 as soon-to-be-EOL since it's already EOL 2023-10-27 16:07:26 +02:00
Benoit Daloze
4996d18f46 Add TruffleRuby and TruffleRuby GraalVM 23.1.1 2023-10-25 11:57:34 +02:00
Hiroshi SHIBATA
fbcb6bdc3a
Bump up OpenSSL 3.1.4 2023-10-25 09:56:17 +09:00
Mislav Marohnić
99fda28fc4 JRuby: remove openssl@1.1 requirement from jruby-dev
This is to allow JRuby itself to check for compatible OpenSSL versions and not have ruby-build abort early on macOS.
2023-10-20 15:09:45 +02:00
Mislav Marohnić
db600ccdfd TruffleRuby: remove explicit openssl@1.1 requirement on macOS
TruffleRuby build definitions used to explicitly rely on `brew --prefix openssl@1.1` on macOS and abort installation if that was not found. However, this check didn't take into account that the user might have set OPENSSL_PREFIX in their environment, or that they have another `openssl@*` version installed via Homebrew. This change removes the `use_homebrew_openssl` check and allows TruffleRuby to perform its own OpenSSL detection.

https://github.com/oracle/truffleruby/blob/vm-23.1.0/lib/truffle/truffle/openssl-prefix.rb#L14-L17
2023-10-20 15:09:45 +02:00
Charles Oliver Nutter
0be9ae1956 Add JRuby 9.4.4.0 2023-10-18 13:52:53 -05:00
Mislav Marohnić
04ba857b6c
Remove "ldflags_dirs" step from build definitions 2023-10-13 19:25:03 +02:00
Benoit Daloze
86af235370 Use builds from ruby/truffleruby-dev-builder for truffleruby-dev on macos-arm64
* macos-arm64 runners recently became available for ruby/truffleruby-dev-builder.
* Those builds are more frequently updated than on graalvm-ce-dev-builds.
2023-10-12 11:45:54 +02:00
Hiroshi SHIBATA
4eb7e5a239
Merge pull request #2257 from rbenv/openssl-3-1-3
Bump up OpenSSL 3.1.3
2023-09-21 21:28:48 +09:00
Hiroshi SHIBATA
d98943aede
Bump up openssl-3.1.3 2023-09-21 15:17:10 +03:00
Benoit Daloze
696828981d Add TruffleRuby and TruffleRuby GraalVM 23.1.0 2023-09-19 14:59:07 +02:00
Benoit Daloze
9e1290d66a Update URLs for truffleruby+graalvm-dev 2023-09-14 16:18:10 +02:00
Benoit Daloze
43702d07e8 Use the TruffleRuby JVM Standalones for truffleruby+graalvm-dev
* In TruffleRuby 23.1+, the GraalVM Updater (`gu`) is no longer available in GraalVM,
  instead JVM Standalones and Maven artifacts are provided to replace `gu`.
* See https://github.com/oracle/graal/issues/6855
2023-09-14 13:54:34 +02:00
Hiroshi SHIBATA
23fda20b36
Merge pull request #2250 from rbenv/openssl-1-1-1w
Bump up openssl-1.1.1w
2023-09-14 16:31:05 +09:00