Commit graph

476 commits

Author SHA1 Message Date
Mislav Marohnić
c660cfcd03 Use mktemp to securely initialize the build directory
Hopefully this works between BSD and GNU mktemp.

Closes #540
2019-11-02 19:17:41 +01:00
Mislav Marohnić
f6e8dc1ebd ruby-build 20191102 2019-11-02 13:16:26 +01:00
Mislav Marohnić
c30d4cba91 Fix verifying Java 9+ versions
Ref. #1135
2019-11-02 13:09:38 +01:00
Mislav Marohnić
9d78f06d1d Fix requiring Java 8 for JRuby 9.2
Ref. #1372, fix #1373, fix #1246
2019-11-02 11:33:08 +01:00
Mislav Marohnić
e4904cd49e ruby-build 20191031 2019-10-31 15:34:09 +01:00
Mislav Marohnić
3a10951711 Remove overzealous permission change post-install
Allows group-writeable Ruby installations

Reverts e1b50e68e3

Fix #400, close #903
2019-10-31 09:08:26 +01:00
Mislav Marohnić
1fe53fac65 ruby-build 20191030 2019-10-30 18:11:02 +01:00
SHIBATA Hiroshi
efd272209b
Merge pull request #1363 from felixonmars/patch-1
Correct a typo in ruby-build
2019-10-24 09:09:48 +09:00
Mislav Marohnić
1a902f3903 ruby-build 20191024 2019-10-24 00:03:50 +02:00
Felix Yan
920e9764eb
Correct a typo in ruby-build 2019-10-11 16:11:21 +08:00
Hiroshi SHIBATA
da8e0b41fc
Bump version to v20191004 2019-10-04 09:56:49 +09:00
Hiroshi SHIBATA
041dca7a31
bump version to v20191002 2019-10-02 06:39:35 +09:00
Grant Guthrie
8441a80ecc Look for Homebrew openssl@1.1
ruby-build formula depends on openssl@1.1, let’s look for that version
2019-09-19 16:22:34 -04:00
Hiroshi SHIBATA
5db61acea3
Bump version to v20190828 2019-08-28 21:41:29 +09:00
Irfan
6eba687264 Typo: Replaced the word use with the word using. 2019-06-27 22:17:53 +06:00
Hiroshi SHIBATA
0867187ba6
Bump version to v20190615 2019-06-15 18:21:23 +09:00
SHIBATA Hiroshi
ca85eba8c6
20190423 2019-04-23 08:48:23 +09:00
SHIBATA Hiroshi
e7ca4c8467
Bump up to 20190401. 2019-04-01 16:14:46 +09:00
SHIBATA Hiroshi
34894ad523
Bump version to v20190320 2019-03-20 20:44:59 +09:00
SHIBATA Hiroshi
2ecfe4d42a
bump version to v20190314 2019-03-14 08:21:49 +09:00
SHIBATA Hiroshi
7205ae4775
Bump version to 20190130 2019-01-30 21:47:11 +09:00
SHIBATA Hiroshi
4bc853a215
Bump version to 20181225 2018-12-25 19:11:59 +09:00
SHIBATA Hiroshi
ca77169bed
Bump version to 20181207 2018-12-07 10:19:53 +09:00
Justin Searls
21b97deb17 Update EOL Ruby message for macOS > 10.9 Mavericks 2018-11-11 17:43:37 -05:00
Devin Morgenstern
bccc4f2e2e
Bump version to 20181019 2018-10-19 09:42:39 -04:00
SHIBATA Hiroshi
5fa75e797e
Bump version to 20181018 2018-10-18 08:28:18 +09:00
Mislav Marohnić
0e58785812 ruby-build 20180822 2018-08-22 13:38:07 +02:00
Mislav Marohnić
9219a43caf
Merge pull request #1198 from yyuu/http-client-based-on-envvar
Allow overriding HTTP client type based on environment variable of `RUBY_BUILD_HTTP_CLIENT`
2018-08-22 11:27:06 +00:00
Mislav Marohnić
407a74b734 Simplify detecting available HTTP client 2018-08-22 13:09:20 +02:00
Benoit Daloze
d09d3148e4 Use quotes for consistency 2018-08-21 22:13:46 +02:00
Benoit Daloze
e4574939da Rename the extracted directory if it is not the same as the package name
* make_package() assumes the archive was extracted to $package_name.
* fetch_tarball() does not check the name of the toplevel directory in
  the archive, so rename after if it's not exactly "$package_name".
2018-08-21 22:13:46 +02:00
Benoit Daloze
9d1333e5aa Revert "Ensure extracted tarball matches the package name"
* This reverts commit d155b41eb0.
* tar's --strip-components does not seem supported on OpenBSD, even
  though bsdtar does support it.
  See d155b41e (commitcomment-30215955)
2018-08-21 13:28:51 +02:00
Benoit Daloze
0ec626bc4d Remove early check for LLVM when installing TruffleRuby
* TruffleRuby already checks for LLVM itself when it needs it and
  looks up more paths to find the LLVM executables clang and opt.
* See https://github.com/oracle/truffleruby/issues/1386.
2018-07-14 22:39:37 +02:00
SHIBATA Hiroshi
f50343c81f
bump version to 20180618 2018-06-18 11:28:25 +09:00
Benoit Daloze
ad4a9fefdd Support patches for TruffleRuby too 2018-06-15 20:17:13 +02:00
Benoit Daloze
af0850c292 Add build hook for TruffleRuby 2018-06-15 20:17:13 +02:00
Benoit Daloze
d155b41eb0 Ensure extracted tarball matches the package name 2018-06-15 19:29:38 +02:00
SHIBATA Hiroshi
312f3aecbd
bump version to 20180601 2018-06-01 13:53:26 +09:00
Yamashita, Yuu
34652a4fae Allow overriding HTTP client type based on environment variable RUBY_BUILD_HTTP_CLIENT (pyenv/pyenv#1126) 2018-04-26 02:08:59 +00:00
SHIBATA Hiroshi
d7fa3adcbb
bump version to v20180424 2018-04-24 09:38:18 +09:00
Jeremy Daer
a7b0154f6b
Ruby 2.2 reaches end of life on 2018-03-31 2018-03-28 22:02:27 -07:00
SHIBATA Hiroshi
52c37a70da
bump version to v20180329 2018-03-29 09:56:35 +09:00
SHIBATA Hiroshi
9380f311df
bump version to 20180224 2018-02-24 21:19:47 +09:00
SHIBATA Hiroshi
2f29268033
Merge pull request #1147 from krbullock/fix/openssl-darwin-pkgconfig
Build Ruby against the right OpenSSL on macOS if pkg-config is present
2018-02-24 20:49:24 +09:00
SHIBATA Hiroshi
c3c29ccf9a
Bump version to 20171226 2017-12-26 10:06:46 +09:00
Kjetil Limkjær
6d6725a8a2 Fix rbenv install on Solaris / Illumos
rbenv install crashes on Solaris with an empty log file. Adding support
for the proper Solaris getconf call in num_cpu_cores fixed it. Tested
and working under OmniOS CE r151024.
2017-12-15 11:17:14 +01:00
SHIBATA Hiroshi
81a4cd64d7
Bump version to 20171215 2017-12-15 09:28:38 +09:00
SHIBATA Hiroshi
331a408adc
Merge pull request #1136 from juanibiapina/relax-java-version-regexp
Relax java version regexp
2017-11-27 15:26:35 +09:00
Ville Skyttä
67c47603ee num_cpu_cores: Prefer getconf over cpuinfo grep, simplify grep usage 2017-11-09 09:28:49 +02:00
Kevin Bullock
5d5792f6ca Build Ruby against the right OpenSSL on macOS if pkg-config is present (#1085) 2017-11-06 20:53:31 -06:00