On Mon, Feb 27, 2023 at 09:42:24AM +0100, Jan Beulich wrote: > 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
$ curl --head --fail
https://www.kernel.org/pub/software/utils/pciutils/pciutils-2.2.9.tar.bz2
HTTP/1.1 301 Moved Permanently
Server: nginx
Date: Mon, 27 Feb 2023 20:46:38 GMT
Content-Type: text/html
Content-Length: 162
Connection: keep-alive
Location:
https://mirrors.edge.kernel.org/pub/software/utils/pciutils/pciutils-2.2.9.tar.bz2
X-Frame-Options: DENY
X-Content-Type-Options: nosniff
Strict-Transport-Security: max-age=15768001
Referrer-Policy: same-origin
Content-Security-Policy: default-src 'self'; img-src https: data:
This means that all future requests should be made to
https://mirrors.edge.kernel.org/pub/software/utils/pciutils/pciutils-2.2.9.tar.bz2
as per the HTTP standard. If this were a temporary redirect you would
be correct, but it is not. See:
> Some URLS returned 301 or 302 redirects, so I replaced them with the
> URLs that were redirected to.
from the commit message.
--
Sincerely,
Demi Marie Obenour (she/her/hers)
Invisible Things Lab
signature.asc
Description: PGP signature
