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

Don't download OpenSSL from ftp.openssl.org anyomre #763

Merged

Conversation

KJTsanaktsidis
Copy link
Contributor

@KJTsanaktsidis KJTsanaktsidis commented Jun 4, 2024

OpenSSL announced that they're changing how they handle releases in this blog post: https://openssl.org/blog/blog/2024/04/30/releases-distribution-changes/

The tl;dr is that:

  • ftp.openssl.org is being shut down (even for HTTP access)
  • The releases at openssl.org/source will redirect to github
  • git.openssl.org is also shut down (the git repo is on github)

This commit just changes over to using openss.org/source instead of ftp.openssl.org. We might also need to switch to downloading directly from Github... let's see.

It also changes to cloning the head of openssl from github too.

OpenSSL announced that they're changing how they handle releases in this
blog post: https://openssl.org/blog/blog/2024/04/30/releases-distribution-changes/

The tl;dr is that:

* ftp.openssl.org is being shut down (even for HTTP access)
* The releases at openssl.org/source will redirect to github
* git.openssl.org is also shut down (the git repo is on github)

This commit just changes over to using openss.org/source instead of
ftp.openssl.org. We might also need to switch to downloading directly
from Github... let's see.

It also changes to cloning the head of openssl from github too.
@KJTsanaktsidis KJTsanaktsidis force-pushed the ktsanaktsidis/fix_openssl_downloads branch from 3eb08df to 64c5011 Compare June 4, 2024 06:31
@KJTsanaktsidis KJTsanaktsidis marked this pull request as ready for review June 4, 2024 06:43
@junaruga
Copy link
Member

junaruga commented Jun 4, 2024

Thanks for the PR! It looks good to me!

@hsbt hsbt merged commit b1bfe8a into ruby:master Jun 5, 2024
54 checks passed
@KJTsanaktsidis KJTsanaktsidis deleted the ktsanaktsidis/fix_openssl_downloads branch June 5, 2024 00:36
@KJTsanaktsidis
Copy link
Contributor Author

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants