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. > Some URLs returned 301 or 302 redirects, so I replaced them with the > URLs that were redirected to. > > Signed-off-by: Demi Marie Obenour <d...@invisiblethingslab.com> > --- > stubdom/configure | 12 ++++++------ > stubdom/configure.ac | 12 ++++++------ > tools/firmware/etherboot/Makefile | 6 +-----
This drops the final reference to GIT_HTTP. As you're modifying configure anyway, it would be preferable to drop this option too, for an even more negative diffstat. (Probably ok to be folded in on commit.) ~Andrew