rubyinstaller2-packages icon indicating copy to clipboard operation
rubyinstaller2-packages copied to clipboard

updating openssl version to 3.0.13

Open Vishal1309 opened this issue 1 year ago • 4 comments

Vishal1309 avatar May 21 '24 13:05 Vishal1309

I don't know how to update the SHAsums here, can anyone help out please? @larskanis @junaruga @MSP-Greg .

Also, does this change ensure that rubyinstaller package will have openssl 3.0.13 linked with it... lets say rubyinstaller for 3.2.2 ruby?

Vishal1309 avatar May 21 '24 13:05 Vishal1309

Maybe this one.

$ ./configure --with-openssl-dir=/path/to/your/openssl

https://stackoverflow.com/questions/32885960/building-ruby-and-specifying-openssl-directory

junaruga avatar May 21 '24 13:05 junaruga

@Vishal1309

Enthusiastic people trying to learn about OSS are always appreciated. But, opening PR's as a means to ask a question is not appropriate.

Also, does this change ensure that rubyinstaller package will have openssl 3.0.13 linked with it... lets say rubyinstaller for 3.2.2 ruby?

Sort of.

First of all, you've changed a file in the mingw-w64-ruby33 folder, which only affects Ruby 3.3.z builds. If you want to change 3.2.z builds, you need to change the file in the mingw-w64-ruby32 folder.

Secondly, Ruby 3.2.z builds and later are currently using the most recent MSYS2 OpenSSL package, which is 3.3.0. Why would a PR be accepted forcing it back to 3.0.13?

It's not clear what you're trying to do.

JFYI, if you're wondering about the most recent Ruby builds, see the most recent Actions run in https://github.com/MSP-Greg/github-actions-ruby-info/actions. Each run shows data for several Ruby versions, across several OS's/platforms.

MSP-Greg avatar May 21 '24 14:05 MSP-Greg

Just for your information, I am unsubscribing from this PR, as I don't want to receive the notification for each commit update. But feel free to ask me questions if you want to ask questions related to OpenSSL or FIPS. But I don't know about this repository, and I am not familiar with Windows things.

junaruga avatar May 22 '24 17:05 junaruga