[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


  • To: Demi Marie Obenour <demi@xxxxxxxxxxxxxxxxxxxxxx>
  • From: Jan Beulich <jbeulich@xxxxxxxx>
  • Date: Mon, 27 Feb 2023 09:42:24 +0100
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=suse.com; dmarc=pass action=none header.from=suse.com; dkim=pass header.d=suse.com; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=gnqYGSXYntkhgVXCRW0NUps+KP9tf5XVkWsUniAf6rw=; b=eHRUIKv9zjVJq9UioYUZs4Q1KiluIwHbbeo83ZKC4P5mfO+FJGz7S+eRETDrakMQwtEFXwvFLEJQjHeb1yupjoU7T/V0PUvp/yUxzEyw4AOd0qqOUb6z3pi4puxesCQEQaHbsvG09C4NL376/6SmeMinAtiSh48gkFcyAHc6xIU512tajgkxQPq8JuZDBmWrWUCCZAH9dog/+5307Dwj0n2IqaawIsaDHFOP0OddCocApQyHTsoEB/Y2nxwBplGPXVcP698bcnJBSf8vRUOBO3n2MiNCjolkD5M0ZBGGOy0Q961qeUE1kWLmNb6+vq9WmsWMSvfpqmEt9fOwTKXF5g==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=HgZ2xIuOPh4ru3/pDSog9t5zIxrL9OZTbiTB4AfciRgelIsjqjcLw7T31raqWHERJqEzplAKlnN+PLJ6+M0Q0zRZ6E5Fx2JHaXr/qKC2JwhK/atvfeXaQe5KTLDN2Az2A+6AUbTJK4VHCuul5n/y0pTQzZIUgNQxkgHkvAPJVww0b02XYLhKeTLJKDlFhbhIq0ptsamb0FyAvKljg+9FClhGOfSKQoLgdgCSjgi9MfwtQ9qPe7gY1A+hNxFUonJ+zdovxTHIAtcxZHxoBJR7chgmpBfvFmftEeTGJu17MmtAdfrODAbloUc6k4E6P8T5rIt+Mht/HyUU70VUDWbSCA==
  • Authentication-results: dkim=none (message not signed) header.d=none;dmarc=none action=none header.from=suse.com;
  • Cc: Marek Marczykowski-Górecki <marmarek@xxxxxxxxxxxxxxxxxxxxxx>, Samuel Thibault <samuel.thibault@xxxxxxxxxxxx>, Wei Liu <wl@xxxxxxx>, Anthony PERARD <anthony.perard@xxxxxxxxxx>, xen-devel@xxxxxxxxxxxxxxxxxxxx
  • Delivery-date: Mon, 27 Feb 2023 08:42:42 +0000
  • List-id: Xen developer discussion <xen-devel.lists.xenproject.org>

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



 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.