Commit graph

783 commits

Author SHA1 Message Date
Mislav Marohnić
e5ade82dd2 Merge pull request #506 from anthonator/master
Add support for rbx-2.2.5
2014-02-10 00:58:03 +01:00
Anthony Smith
f147a71bc3 Added support for rbx-2.2.5. 2014-02-09 18:23:14 -05:00
Erik Michaels-Ober
58e6617e1b Merge pull request #505 from chrisseaton/jruby-9000-dev
Add JRuby 9000 snapshot.
2014-02-09 23:34:03 +01:00
Chris Seaton
2c07eaf2d4 Add JRuby 9000 snapshot. 2014-02-09 15:25:42 +00:00
Andreas Fuchs
45067e752f Install libyaml 0.1.5 for 2.x rubies also
This should plug the vulnerability to CVE-2013-6393 (and fix #504)
that can still occur in certain systems: If the ruby build process
couldn't find a libyaml that worked, it would build its own vendored
libyaml, which was 0.1.4 (and is vulnerable).

Instead, specify that the build always should install the latest
libyaml & build against that.
2014-02-07 15:41:03 -08:00
Erik Michaels-Ober
26372ad82a Add warning about CVE-2013-6393 to CHANGELOG [ci skip]
Actually resolves https://github.com/sstephenson/ruby-build/issues/499.
2014-02-04 22:23:00 +01:00
Erik Michaels-Ober
cbc33aaa5f ruby-build 20140204 v20140204 2014-02-04 11:53:40 +01:00
Erik Michaels-Ober
63fc2c91b0 Update libyaml to version 0.1.5
Closes https://github.com/sstephenson/ruby-build/issues/499.
2014-02-04 11:51:46 +01:00
Erik Michaels-Ober
62f8e74c50 Add Rubinius 2.2.4 2014-02-03 12:21:49 +01:00
Mislav Marohnić
55bb34235b Merge pull request #493 from eric/add-make-install-opts-variables
Add MAKE_INSTALL_OPTS for packages
2014-01-29 14:47:34 -08:00
Mislav Marohnić
be987f2a17 Merge branch 'install-mode'
Closes #483
2014-01-23 15:00:28 +01:00
Mislav Marohnić
6544428cc7 Test that files in share/ get installed w/ mode 644 2014-01-23 14:08:47 +01:00
Sebastian Boehm
861f7d73de Fix install file mode for files in share/
install(1) defaults to file mode 0755 which is inappropriate for Ruby
definitions
2014-01-23 14:01:23 +01:00
Eric Lindvall
37c9a0465d Add test for MAKE_INSTALL_OPTS
Also fix the ordering of make install arguments
2014-01-22 11:55:01 -08:00
Eric Lindvall
93828a2d16 Add MAKE_INSTALL_OPTS configuration option 2014-01-21 19:29:02 -08:00
Eric Lindvall
3ec9cfaa7e Add mention of RUBY_MAKE_INSTALL_OPTS in README 2014-01-21 19:04:13 -08:00
Eric Lindvall
52b275680f Add tests for RUBY_MAKE_INSTALL_OPTS= 2014-01-21 18:23:56 -08:00
Eric Lindvall
60f2b2cd79 Add MAKE_INSTALL_OPTS for packages
Allows for passing environment variables specifically to the "make install"
step of package building.

This can be helpful for providing a different DESTDIR= to a ruby install from
the --prefix that is used
2014-01-21 16:03:46 -08:00
Mislav Marohnić
a953cdddda Merge pull request #491 from marc/master
GNU sed compatibility
2014-01-17 08:12:27 -08:00
Marc Bellingrath
eed9b53d35 Run sed without the -E flag.
GNU sed version 4.1.5 on CentOS 5.8 does not support the -E flag:
$ sed -E
sed: invalid option -- E
2014-01-17 10:06:38 -05:00
Erik Michaels-Ober
9cd77be141 ruby-build 20140110.1 v20140110.1 2014-01-09 22:03:06 +01:00
Erik Michaels-Ober
b9ac1b1d89 Remove trailing whitespace from JRuby 1.7.10 definition
Believe it or not, this was causing the following error:

    command not found-build: line 370: build_package_jruby
2014-01-09 22:02:42 +01:00
Erik Michaels-Ober
46720ecb0d ruby-build 20140110 v20140110 2014-01-09 21:46:56 +01:00
Erik Michaels-Ober
f3bca658c7 Add JRuby 1.7.10 2014-01-09 21:46:53 +01:00
Erik Michaels-Ober
7fbe5af432 ruby-build 20131226 2014-01-07 16:43:04 +01:00
Mislav Marohnić
938b1a1790 Merge branch 'hooks'
Closes #368
2014-01-06 15:06:55 -08:00
Mislav Marohnić
eae699d642 Add tests for rbenv install/uninstall hooks 2014-01-05 18:59:23 +01:00
Mislav Marohnić
4d8319bde7 Call rbenv-* subcommands directly, not through the rbenv executable
Benefits:
- makes it easier to stub `rbenv-*` subcommands in tests
- speeds up subcommands because it skips the main `rbenv` executable

Caveats:
- users are no longer able to call `bin/rbenv-install` or
  `rbenv-uninstall` directly
2014-01-05 18:58:57 +01:00
Mislav Marohnić
501855c9ac Fix stubbing programs that have dashes in them 2014-01-05 18:58:57 +01:00
Mislav Marohnić
24ff49ccc0 Support rbenv hook paths that have spaces
Same approach taken in rbenv: sstephenson/rbenv@baf7656d
2014-01-05 18:58:57 +01:00
Yamashita Yuu
92b32f545b Add before/after hooks for rbenv uninstall 2014-01-05 18:58:57 +01:00
Erik Michaels-Ober
57d8918b49 Merge pull request #486 from arthurschreiber/arthur/add-rbx-2.2.3
Add Rubinius 2.2.3
2013-12-30 14:25:20 -08:00
Arthur Schreiber
e713a17f4f Add Rubinius 2.2.3 2013-12-30 23:15:48 +01:00
Erik Michaels-Ober
a0720a9530 Add Rubinius 2.2.2 2013-12-25 19:13:29 -05:00
Erik Michaels-Ober
69f8dcc8b7 ruby-build 20131225.1 v20131225.1 2013-12-25 12:13:58 -05:00
Erik Michaels-Ober
9e76ceb8bf Revert "Rename 2.1.0 -> 2.1.0-p0"
This reverts commit 36b5f33e53.

See https://twitter.com/hsbt/status/415887230318567424.
2013-12-25 12:13:58 -05:00
SHIBATA Hiroshi
945553bbef fix some wrong name 2013-12-26 01:53:06 +09:00
Erik Michaels-Ober
7f398380ba ruby-build 20131225 v20131225 2013-12-25 11:32:51 -05:00
Erik Michaels-Ober
36b5f33e53 Rename 2.1.0 -> 2.1.0-p0 2013-12-25 11:32:47 -05:00
Erik Michaels-Ober
089f911494 Unify tense in CHANGELOG 2013-12-25 11:13:30 -05:00
Erik Michaels-Ober
cd1e47b0df Merge pull request #479 from hsbt/release-2-1-0
Definitions of Ruby 2.1
2013-12-25 08:02:08 -08:00
SHIBATA Hiroshi
d228ce9ab3 added md5 2013-12-26 01:00:56 +09:00
Erik Michaels-Ober
000bedd2dc Merge pull request #477 from hsbt/heroku-support
Added definitions of Heroku's backports.
2013-12-22 18:41:34 -08:00
SHIBATA Hiroshi
b603d6ac9e use official ruby repository 2013-12-23 10:56:32 +09:00
SHIBATA Hiroshi
b971d6bacd preparation of Ruby 2.1 2013-12-22 19:05:09 +09:00
Mislav Marohnić
963d33f5e6 ruby-build 20131220.1 v20131220.1 2013-12-21 02:20:46 +01:00
Mislav Marohnić
09e55a8b96 Merge branch 'jruby-sed'
Closes #476
2013-12-21 02:18:05 +01:00
Mislav Marohnić
9effc7a670 Thorougly test JRuby install process 2013-12-21 02:09:56 +01:00
Phil Smith
85b64c4a52 Fix JRuby install on systems with non-BSD sed
There doesn't seem to be a way to construct a sed invocation for
in-place editing that is compatible with both BSD and GNU sed.

http://stackoverflow.com/q/5694228/11687

Fixes #475
2013-12-21 02:07:06 +01:00
Mislav Marohnić
578f0c5c1c ruby-build 20131220 v20131220 2013-12-20 19:28:36 +01:00