Dear BLFS folks,
It’d be awesome if you used the HTTPS URL for downloading the Rust compiler archive in the instructions [1].
-http://static.rust-lang.org/dist/rustc-1.16.0-src.tar.gz +https://static.rust-lang.org/dist/rustc-1.16.0-src.tar.gz ``` $ curl -I http://static.rust-lang.org/ HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Thu, 20 Apr 2017 15:56:13 GMT Content-Type: text/html Content-Length: 183 Connection: keep-alive Location: https://static.rust-lang.org/ X-Cache: Redirect from cloudfront Via: 1.1 42784a7a05b9d149cd97ebe4008edeea.cloudfront.net (CloudFront) X-Amz-Cf-Id: dJvW42hGiuruKkwGc03HNCEJxYKkkBSA0AekRCkNQZtSvC76eZ8VAw== ``` Kind regards, Paul [1] http://www.linuxfromscratch.org/blfs/view/svn/general/rust.html -- http://lists.linuxfromscratch.org/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
