Commit graph

835 commits

Author SHA1 Message Date
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
Hiroshi SHIBATA
d24c6b7a7c
Bump openssl-1.1.1w 2023-09-14 16:28:11 +09:00
Hiroshi SHIBATA
b577b997cb
Added 3.3.0-preview2 2023-09-14 16:11:40 +09:00
Charles Oliver Nutter
e73ecb8d65 Add JRuby 9.3.11.0 2023-09-11 21:31:33 +02:00
Benoit Daloze
7f43b224f3 Update URLs for truffleruby+graalvm-dev 2023-09-04 20:46:04 +02:00
Mislav Marohnić
4d4678bc1e
Merge pull request #2231 from rbenv/llvm-cleanup
Remove `require_llvm` implementation
2023-08-08 10:43:56 +02:00
Mislav Marohnić
a4c6878ff5
Remove require_gcc implementation
This was only used in Ruby versions < 1.9.3, which are now EOL.

This also removes a 11-years old workaround for building Ruby 2.0 with clang.
06d7994bcf
2023-08-03 14:53:52 +02:00
Mislav Marohnić
ad1e1bc1ba
Remove require_llvm implementation
This was used by Rubinius over the years to ensure that a correct llvm version was selected from the ones available on the system, but for recent Rubinius this function is a no-op, and since Rubinius isn't an actively maintained project anymore, I don't feel strongly for keeping ruby-build workarounds that only help ancient Rubinius versions.
2023-08-03 14:34:39 +02:00
Hiroshi SHIBATA
eb31e86b92
Use OpenSSL-1.1.1v 2023-08-02 11:22:42 +09:00
Hiroshi SHIBATA
e5cb144fc4
Use OpenSSL-3.1.2 2023-08-02 11:07:42 +09:00
Benoit Daloze
bf3db4e98b Follow truffleruby dev standalones rename 2023-07-17 13:25:00 +02:00
Hiroshi SHIBATA
8d6b0e0c27
Use OpenSSL-1.1.1u 2023-07-10 09:17:06 +09:00
Hiroshi SHIBATA
e7beb605d3
Use OpenSSL-3.1.1 2023-07-10 09:15:54 +09:00
Benoit Daloze
e4ca1b3dc3 Print a message about the new distribution and license when installing TruffleRuby 23.0 2023-06-14 23:03:20 +02:00
Benoit Daloze
4f44477627 Add TruffleRuby and TruffleRuby+GraalVM 23.0.0
* Use the new Oracle GraalVM distribution which uses the GFTC license as it is
  significantly faster than GraalVM CE and is free for development and production use.
* See https://medium.com/graalvm/whats-new-in-graalvm-languages-161527df3d76
2023-06-14 10:26:02 +02:00
Charles Oliver Nutter
5ef7d07675 Add JRuby 9.4.3.0 2023-06-07 17:18:12 -05:00
Hiroshi SHIBATA
37351f83d3
Update OpenSSL package for 3.3.0-preview1 2023-05-12 22:02:01 +09:00
Hiroshi SHIBATA
3e7879d5b5
Added Ruby 3.3.0-preview1 2023-05-12 21:57:13 +09:00
Benoit Daloze
3e196fd567 Add TruffleRuby+GraalVM 23.0.0-preview1 2023-04-28 15:34:57 +02:00
Benoit Daloze
1ae88806fd Add TruffleRuby 23.0.0-preview1 2023-04-28 15:05:10 +02:00
Benoit Daloze
fca13fbea8 Fix truffleruby+graalvm-dev download URLs 2023-04-24 21:39:50 +02:00
Hiroshi SHIBATA
83319f8745
Mark EOL warning to preview versions of Ruby 2.6 2023-04-04 10:39:18 +09:00
Hiroshi SHIBATA
269dff92b6
Mark EOL warning to Ruby 2.7 2023-04-04 10:36:15 +09:00
Mislav Marohnić
41a4106762
Upgrade from OpenSSL 3.0 to OpenSSL 3.1 2023-03-30 17:12:43 +02:00
Joe Stein
c0c7b81220
Add definitions for Ruby 2.7.8, 3.0.6, 3.1.4, 3.2.2 (#2174) 2023-03-30 16:42:20 +02:00
Charles Oliver Nutter
90b5582531 Add JRuby 9.4.2.0 2023-03-08 15:17:38 -05:00
HASUMI Hitoshi
c847aeb0dd Add mruby-3.2.0 2023-02-25 13:28:34 +09:00
Kevin Menard
a622956f4a Update truffleruby+graalvm-dev builds to use the latest Java LTS build as a base.
truffleruby+graalvm-dev currently delivers builds using both the latest Java and the latest Java LTS release as a base. Since the latest Java changes more frequently than the LTS release, using the LTS as a base helps prevent the URLs from growing stale.
2023-02-22 17:07:45 +01:00
Kevin Menard
f36ddae60f Update truffleruby-dev to use builds based on Ubuntu 20.04.
Ubuntu 18.04 will be end of life soon and TruffleRuby will stop delivering builds based on 18.04 accordingly.
2023-02-22 17:07:45 +01:00
Pedro Moreira
704dfc3b89
Add Ruby 3.2.1 2023-02-08 14:00:39 +00:00
Hiroshi SHIBATA
579813118e
http://topazruby.com/ is 404 now 2023-02-08 09:06:06 +09:00
Hiroshi SHIBATA
451d78cbbf
bump openssl version to 1.1.1t 2023-02-08 07:31:58 +09:00
Hiroshi SHIBATA
6ede529fd8
bump openssl version to 3.0.8 2023-02-08 07:31:56 +09:00
Hiroshi SHIBATA
d8a70eec25
Update sha2 for JRuby 1.7.2 2023-02-08 07:24:47 +09:00
Hiroshi SHIBATA
4f238ced0f
Removed definitions that are already removed from official site 2023-02-08 07:23:59 +09:00
Hiroshi SHIBATA
4b86d6980e
Use the current JRuby download url 2023-02-08 07:05:56 +09:00
Charles Oliver Nutter
18ccd7d4a7 Add JRuby 9.4.1.0 2023-02-07 17:33:40 +01:00
Charles Oliver Nutter
18aecc098b Add JRuby 9.3.10.0 2023-02-01 16:21:56 -06:00
Benoit Daloze
2a2880fd97 graalvm-ce-dev-builds are now using JDK 19 2023-01-24 19:26:19 +01:00
Benoit Daloze
5924f1529d Add TruffleRuby and TruffleRuby GraalVM 22.3.1 2023-01-24 18:45:46 +01:00
Hiroshi SHIBATA
697bcff8b5
Merge pull request #2121 from rbenv/drop-svn-support
Drop svn support
2022-12-28 15:37:59 +09:00
Hiroshi SHIBATA
716a7df990
Use git instead of svn 2022-12-28 15:04:21 +09:00
Hiroshi SHIBATA
9a7489d06c
Fixes #2119 2022-12-28 14:01:19 +09:00
Hiroshi SHIBATA
7a60c65f1a Warn EOL status for all of rbx packages 2022-12-26 13:59:14 +01:00
Hiroshi SHIBATA
a4c1cbb208
Development of 3.3.0 started. 2022-12-26 11:30:20 +09:00
Hiroshi SHIBATA
40cca223ff
Added 3.2.0 2022-12-25 17:35:07 +09:00
Koichi ITO
2503703e5c Add definition for Ruby 3.2.0 RC 1
Ruby 3.2.0 RC 1 has been released.
https://www.ruby-lang.org/en/news/2022/12/06/ruby-3-2-0-rc1-released/
2022-12-06 05:11:16 -06:00
Koichi ITO
03c2445ed0 Add definition for Ruby 3.1.3, 3.0.5, and 2.7.7
These Rubies have been released.

- https://www.ruby-lang.org/en/news/2022/11/24/ruby-3-1-3-released/
- https://www.ruby-lang.org/en/news/2022/11/24/ruby-3-0-5-released/
- https://www.ruby-lang.org/en/news/2022/11/24/ruby-2-7-7-released/
2022-11-24 22:55:09 +09:00
Charles Oliver Nutter
f346ea99d0 JRuby 9.4.0.0 2022-11-23 22:47:58 +01:00
Benoit Daloze
fd12e58102 truffleruby+graalvm-dev builds are now based on Java 17
* Fixes #2092.
2022-11-21 12:39:55 +01:00
Mislav Marohnić
e6a7b335ec
Do not automatically enable YJIT nor attempt to detect rustc
Latest Ruby 3.2 development version now detects `rustc` on the system and automatically assumes `--enable-yjit` on susupported platforms unless `--disable-yjit` was explicitly passed.
2022-11-16 17:30:25 +01:00
Mislav Marohnić
cae596e08c
Update to openssl 1.1.1s 2022-11-15 01:28:16 +01:00
Koichi ITO
6c15f63905 Add definition for Ruby 3.2.0-preview3
Ruby 3.2.0-preview3 has been released.
https://www.ruby-lang.org/en/news/2022/11/11/ruby-3-2-0-preview3-released/
2022-11-11 18:41:39 +01:00
Mislav Marohnić
41e3f5c622
Mark Ruby 2.7 as unsupported 2022-11-01 23:36:22 +01:00
Mislav Marohnić
c99a2fc0d2
Mark Ruby 2.6 as EOL 2022-11-01 18:04:11 +01:00
Richard Towers
004aef385c Use OpenSSL 3.0.7 for ruby 3.1
There are a couple of HIGH severity issues fixed in this release, as
described in:

https://www.openssl.org/news/secadv/20221101.txt

Done with:

./script/update-openssl 3.0.7 83049d042a260e696f62406ac5c08bf706fd84383f945cf21bd61e9ed95c396e

Checksum taken from:

https://www.openssl.org/source/openssl-3.0.7.tar.gz.sha256
2022-11-01 16:33:58 +00:00
Benoit Daloze
10b05a9e10 Add TruffleRuby and TruffleRuby GraalVM 22.3.0 2022-10-25 18:12:45 +02:00
Charles Oliver Nutter
42ef890c2d Add JRuby 9.3.9.0 2022-10-24 16:17:02 -05:00
Charles Oliver Nutter
5f063af6aa Add JRuby 9.3.8.0 2022-09-13 19:50:38 +02:00
Hiroshi SHIBATA
1c1bd7b461
enable YJIT with 3.2.0-preview2 2022-09-10 14:56:25 +09:00
Hiroshi SHIBATA
f023ddc0c4
Added 3.2.0-preview2 2022-09-09 10:33:20 +09:00
Charles Oliver Nutter
bd08de2e60
Add JRuby 9.3.7.0 (#2026) 2022-08-16 22:41:53 +02:00
Benoit Daloze
0bdfebe7bc Add TruffleRuby 22.2.0 2022-07-26 15:06:48 +02:00
Noah Gibbs (and/or Benchmark CI)
807a371a3e For Ruby 3.2.0-dev, install YJIT by default if rustc 1.60+ is available 2022-07-13 20:54:15 +02:00
Hiroshi SHIBATA
71b30d75fb
Use OpenSSL 3.x with Ruby 3.1.x 2022-07-12 09:23:25 +09:00
Benoit Daloze
b945b7ae84 Install openssl whenever the system version does not match
* Make supported openssl versions explicit per definition.
2022-07-10 14:04:58 +02:00
Kazuhiro NISHIYAMA
fb0e82c647 Install openssl 1 when openssl is 3 2022-07-10 14:04:58 +02:00
Hiroshi SHIBATA
707518723b
Use OpenSSL 1.1.1q 2022-07-06 10:19:35 +09:00
Hiroshi SHIBATA
69ccb3e7ce
Use OpenSSL 3.0.5 2022-07-06 10:16:31 +09:00
HASUMI Hitoshi
bcb9277365 Add picoruby-3.0.0 2022-06-28 15:18:51 +09:00
HASUMI Hitoshi
a4c5e99b26 Add mruby-3.1.0 2022-06-28 09:47:32 +09:00
Charles Oliver Nutter
fd36eb0d4e Add JRuby 9.2.21.0 and 9.3.6.0 2022-06-27 22:26:40 +02:00
Benoit Daloze
a03e3b42f4 Add Darwin-arm64 for truffleruby+graalvm-dev 2022-06-10 15:45:53 +02:00