Re: [PATCH v6 4/5] Build system: Replace git:// and http:// with https://

2023-03-22 Thread Andrew Cooper
On 21/03/2023 5:33 pm, Demi Marie Obenour wrote: > Obtaining code over an insecure transport is a terrible idea for > blatently obvious reasons. Even for non-executable data, insecure > transports are considered deprecated. > > This patch enforces the use of secure transports in the build system.

[PATCH v6 4/5] Build system: Replace git:// and http:// with https://

2023-03-21 Thread Demi Marie Obenour
Obtaining code over an insecure transport is a terrible idea for blatently obvious reasons. Even for non-executable data, insecure transports are considered deprecated. This patch enforces the use of secure transports in the build system. Some URLs returned 301 or 302 redirects, so I replaced the