Commit graph

10 commits

Author SHA1 Message Date
Benoit Daloze
572dd651de Use --enable-shared for dev builds too, not only for releases
* Only from Ruby 2.4+ since older releases don't use --enable-shared by default.
* As with releases it can be disabled by setting RUBY_CONFIGURE_OPTS=--disable-shared.
2024-10-09 01:50:09 +02:00
Hiroshi SHIBATA
e319ef1767
Use GitHub instead of openssl.org 2024-09-04 10:40:34 +09:00
Hiroshi SHIBATA
fae22cd524
Bump up openssl-3.0.15 2024-09-04 08:41:04 +09:00
Mislav Marohnić
202b949c11
fix package name for openssl-3.0.14 2024-06-11 13:49:39 +02:00
Hiroshi SHIBATA
ba3512444b
Update to openssl-3.0.14 2024-06-10 18:54:30 +02:00
Hiroshi SHIBATA
076d1a2316 Use LTS version of OpenSSL 3 2024-06-05 22:12:55 +02:00
Mislav Marohnić
7d66ce6ddb
openssl 3.1.5 2024-05-01 13:07:07 +02: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
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