- Feb 14, 2014
-
-
Erik Michaels-Ober authored
-
Erik Michaels-Ober authored
Update MagLev branch from master-1.9 to master
-
Erik Michaels-Ober authored
Leaves rubies >= 2.0 vulnerable to CVE-2013-6393
-
- Feb 10, 2014
-
-
JohnnyT authored
-
Mislav Marohnić authored
Ensures that color is off if the stderr stream is not a terminal
-
Mislav Marohnić authored
-
Erik Michaels-Ober authored
Require Java 7 for jruby-9000-dev.
-
Chris Seaton authored
-
Erik Michaels-Ober authored
-
Erik Michaels-Ober authored
-
- Feb 09, 2014
-
-
Mislav Marohnić authored
Add support for rbx-2.2.5
-
Anthony Smith authored
-
Erik Michaels-Ober authored
Add JRuby 9000 snapshot.
-
Chris Seaton authored
-
- Feb 07, 2014
-
-
Andreas Fuchs authored
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.
-
- Feb 04, 2014
-
-
Erik Michaels-Ober authored
Actually resolves https://github.com/sstephenson/ruby-build/issues/499.
-
Erik Michaels-Ober authored
-
Erik Michaels-Ober authored
Closes https://github.com/sstephenson/ruby-build/issues/499.
-
- Feb 03, 2014
-
-
Erik Michaels-Ober authored
-
- Jan 29, 2014
-
-
Mislav Marohnić authored
Add MAKE_INSTALL_OPTS for packages
-
- Jan 23, 2014
-
-
Mislav Marohnić authored
Closes #483
-
Mislav Marohnić authored
-
Sebastian Boehm authored
install(1) defaults to file mode 0755 which is inappropriate for Ruby definitions
-
- Jan 22, 2014
-
-
Eric Lindvall authored
Also fix the ordering of make install arguments
-
Eric Lindvall authored
-
Eric Lindvall authored
-
Eric Lindvall authored
-
Eric Lindvall authored
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
-
- Jan 17, 2014
-
-
Mislav Marohnić authored
GNU sed compatibility
-
Marc Bellingrath authored
GNU sed version 4.1.5 on CentOS 5.8 does not support the -E flag: $ sed -E sed: invalid option -- E
-
- Jan 09, 2014
-
-
Erik Michaels-Ober authored
-
Erik Michaels-Ober authored
Believe it or not, this was causing the following error: command not found-build: line 370: build_package_jruby
-
Erik Michaels-Ober authored
-
Erik Michaels-Ober authored
-
- Jan 07, 2014
-
-
Erik Michaels-Ober authored
-
- Jan 06, 2014
-
-
Mislav Marohnić authored
Closes #368
-
- Jan 05, 2014
-
-
Mislav Marohnić authored
-
Mislav Marohnić authored
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
-
Mislav Marohnić authored
-
Mislav Marohnić authored
Same approach taken in rbenv: sstephenson/rbenv@baf7656d
-