On 25.02.2023 21:37, Demi Marie Obenour wrote: > --- a/stubdom/configure > +++ b/stubdom/configure > @@ -3545,7 +3545,7 @@ if test "x$LIBPCI_URL" = "x"; then : > if test "x$extfiles" = "xy"; then : > LIBPCI_URL=\$\(XEN_EXTFILES_URL\) > else > - LIBPCI_URL="http://www.kernel.org/pub/software/utils/pciutils" > + LIBPCI_URL="https://mirrors.edge.kernel.org/pub/software/utils/pciutils" > fi
Simply replacing https:// in the original URL does work. Why did you alter it beyond that? Yes, either access leads to the URL you specify, but that forwarding (or however it's implemented) may change down the road (and it could, aiui, even be dependent upon where in the world the access is coming from). In any event, here and below, any adjustment beyond what the title says wants explaining in the description. Jan