Should we re-install ruby when this project updates the OpenSSL version for it? #2426
mohamedhafez
started this conversation in
General
Replies: 1 comment 3 replies
-
So according to #2319 (comment), it looks like ruby-build will use a compatible homebrew or system openssl if they are available and fit the range of acceptable versions. My question still is though, if Homebrew or apt updates their version of openssl, do our already-installed rubies automatically get to use that new version? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
So taking a look at aa71a6c, it looks like the version of OpenSSL used and baked to a particular ruby version can be changed.
For this particular change it probably doesn't matter to re-install, but let's say the OpenSSL version was incremented to address a security issue? Should we re-install our versions of ruby if that happens? Or is it dynamically linked to whatever the latest OpenSSL 3.0.x homebrew has installed on my machine for example, or whatever version our Linux package manager has updated it to? Or is there an option to do so if not, so I don't have to continually watch for new OpenSSL releases?
Beta Was this translation helpful? Give feedback.
All reactions