Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ruby precompiled binaries and support for 2.2.2, 2.1.6, and 2.0.0p645 #3384

Closed
BrianHawley opened this issue Apr 17, 2015 · 15 comments
Closed
Labels
Milestone

Comments

@BrianHawley
Copy link
Contributor

https://www.ruby-lang.org/en/news/2015/04/13/ruby-openssl-hostname-matching-vulnerability/

So it looks like we should be updating MRI again, to 2.2.2, 2.1.6 and 2.0.0p645.

We use OS X and Centos here, but I'm sure other platforms need these too.

@0x7FFFFFFFFFFFFFFF
Copy link

I just installed 2.2.1 and it tells me this version has security vulnerabilities and asks me to upgrade to 2.2.2.

@DanielKehoe
Copy link

I just installed Ruby with $ rvm install ruby and got Ruby 2.2.1. The current stable release is 2.2.2 as of six days ago so I think RVM needs to be updated.

@havenwood
Copy link
Member

@DanielKehoe Until the next stable version of RVM is released you can get the latest definitions by updating RVM with rvm get master.

@zekefast
Copy link

Ruby MRI v2.2.2 does not listed in ruby list known rubies, but still can be installed with rvm install ruby-2.2.2 with compilation from sources.

Expected Result: MRI ruby v2.2.2 will be listed in the list of known rubies.

Ruby version:

rvm 1.26.11 (latest) by Wayne E. Seguin <wayneeseguin@gmail.com>, Michal Papis <mpapis@gmail.com> [https://rvm.io/]

OS: Debian jessie

$ rvm list known rubies
# MRI Rubies
[ruby-]1.8.6[-p420]
[ruby-]1.8.7[-head] # security released on head
[ruby-]1.9.1[-p431]
[ruby-]1.9.2[-p330]
[ruby-]1.9.3[-p551]
[ruby-]2.0.0[-p643]
[ruby-]2.1.4
[ruby-]2.1[.5]
[ruby-]2.2[.1]
[ruby-]2.2-head
ruby-head

# for forks use: rvm install ruby-head-<name> --url https://github.com/github/ruby.git --branch 2.1

# JRuby
jruby-1.6.8
jruby[-1.7.19]
jruby-head
jruby-9.0.0.0.pre1

# Rubinius
rbx-1.4.3
rbx-2.4.1
rbx[-2.5.2]
rbx-head

# Opal
opal

# Minimalistic ruby implementation - ISO 30170:2012
mruby[-head]

# Ruby Enterprise Edition
ree-1.8.6
ree[-1.8.7][-2012.02]

# GoRuby
goruby

# Topaz
topaz

# MagLev
maglev[-head]
maglev-1.0.0

# Mac OS X Snow Leopard Or Newer
macruby-0.10
macruby-0.11
macruby[-0.12]
macruby-nightly
macruby-head

# IronRuby
ironruby[-1.1.3]

@BrianHawley
Copy link
Contributor Author

Note that even once the known rubies are updated, this issue is about the availability of precompiled binaries. When precompiled binaries of those versions are available in the RVM binaries server, this ticket can be considered resolved. Source support is good, but not enough.

@wingfire
Copy link

rvm stable is still delivering the ruby version 2.2.1 as default

@arteezy
Copy link

arteezy commented Jun 3, 2015

Is rvm dead? New Rubies have been out for months, yet still no fresh release of rvm.

@jrgifford
Copy link
Member

jrgifford commented Jun 3, 2015 via email

@scalp42
Copy link

scalp42 commented Jul 16, 2015

@jrgifford any chance to release them please?

@havenwood
Copy link
Member

OS X binaries are now available for 2.2.2, 2.1.6 and 2.0.0-p645.

@scalp42
Copy link

scalp42 commented Aug 21, 2015

@havenwood I can't find them on https://rvm.io/binaries/ubuntu/14.04/x86_64/

@FranklinYu
Copy link
Contributor

@scalp42 He said "OS X binaries".

@havenwood
Copy link
Member

OS X binaries are now available for 2.2.3, 2.1.7 and 2.0.0-p647 as well.

@FranklinYu
Copy link
Contributor

@havenwood Thank you! Using 2.2.3 on Yosemite right now.

@pkuczynski
Copy link
Member

This issue seems to be solved by now. Please reopen if it's not...

@pkuczynski pkuczynski modified the milestone: rvm-1.28.0 Nov 8, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests