llvm / llvm/llvm-project

llvm.sh should default to https for BASE_URL vs. http

Open
#163,216 0 comments 0 reactions 1 assignee Claimed by @sylvestre View on GitHub
packaging platform:linux
Dominant language
LLVM
Stars
40.5k
Forks
18.7k
PR merge metrics
PR metrics pending

Description

Currently the llvm.sh script up at https://apt.llvm.org/llvm.sh has the following:
```
BASE_URL="http://apt.llvm.org"
```

That BASE_URL is then used later for some wget validation. More and more networks are locking down the inbound and outbound use of http. A simple workaround is to just pass in "-m https://apt.llvm.org" to the script but it seems best if long term we just default to https in the script.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.