fosslinux / live-bootstrap

Use of a Linux initramfs to fully automate the bootstrapping process
286 stars 26 forks source link

Update URL for openssl-3.0.13.tar.gz #472

Closed pyy closed 2 weeks ago

Googulator commented 2 weeks ago

OpenSSL is what enables access to HTTPS URLs, so we can't pull OpenSSL via HTTPS.

pyy commented 2 weeks ago

OpenSSL is what enables access to HTTPS URLs, so we can't pull OpenSSL via HTTPS.

But the old link is invalid. Should we use third-party repos, like some linux repos to get openssl-3.0.13.tar.gz?

stikonas commented 2 weeks ago

Also target branch is incorrect, it should go to 1.0 branch.

stikonas commented 2 weeks ago

OpenSSL is what enables access to HTTPS URLs, so we can't pull OpenSSL via HTTPS.

But the old link is invalid. Should we use third-party repos, like some linux repos to get openssl-3.0.13.tar.gz?

I think third-party mirror should be fine. See if there is anything with 3.0.13.

Googulator commented 2 weeks ago

See also: https://github.com/openssl/openssl/issues/24706

stikonas commented 2 weeks ago

On #bootstrappable BearSSL was mentioned, longer term it might be worth looking into including that into pre-network part of bootstrap. Though perhaps for short term we could switch to HTTP mirror.