[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v4 2/3] Build system: Replace git:// and http:// with https://
- To: Demi Marie Obenour <demi@xxxxxxxxxxxxxxxxxxxxxx>
- From: Jan Beulich <jbeulich@xxxxxxxx>
- Date: Tue, 21 Feb 2023 11:07:58 +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=5nwxMrqXsXkvIK31EmztkiosJrZKAmAtMMBg0ncVPNw=; b=a279ZVspaAr4sQ/qoIpbd/1NB5BuLOoLdpPBfRcSz2Y+0oc6RW2qg1aPdG+brNmcGl3HOWZHOPBEacNXqJmoDlZ9qOsaiNtSPVWh8ViNEMiKCwxmlX4LZ+TSSTHcQM59xfdGkmhr00+GusASWp9kk4rjPlBiTFmTs+sKtW+n5pzK93pmyR0aUSZodFRrsOK110Fy8auhoCj3KIi5vb87xqhOuFB9Ca/8Xi8xIF64YW1RCf1H5ZGNJ3Zko5idtJd0GJp9rIsrnpf0vgJKoimV6xIjEkkP+cY2LXJjmOt9Danrb5FPo7HxRWNLvGJR1DefhBTLXCp6UPTeHYP2wPHakA==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=X8RIi7JfA1peri8p93Vyez55b18PtZQO9J4P32gz0JZDiuuo8BLi32TMv93hXk13xvnvG9KfgimIXEvolp3ltIq4hUSz0YhYY3G7vp9Z2wd/Ww1er67O6oZfopgnCj0vjDKR4753TSv5vy2nuN/R1Zg39DzRvqqE9Rnl2WrYv7YsiMOs0LtoBimJRjA6eHFTnyXkVvDFKqaXMCQVr/dm9sAu0xgcJwzg3a9A3T5j+cBAh5OYL5QtNhf2McSvhWY6hWuXFjozRgQXfh8RbStiTjjHEVjjgzwB3Z7wRVgeJoOf/BCKJSbedWdAkVGHE4pLsgga7ZO/tiTG+f6mYjQQGA==
- 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>, Andrew Cooper <andrew.cooper3@xxxxxxxxxx>, George Dunlap <george.dunlap@xxxxxxxxxx>, Julien Grall <julien@xxxxxxx>, Stefano Stabellini <sstabellini@xxxxxxxxxx>, Wei Liu <wl@xxxxxxx>, Samuel Thibault <samuel.thibault@xxxxxxxxxxxx>, Anthony PERARD <anthony.perard@xxxxxxxxxx>, xen-devel@xxxxxxxxxxxxxxxxxxxx
- Delivery-date: Tue, 21 Feb 2023 10:08:16 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
On 19.02.2023 03:46, Demi Marie Obenour wrote:
> --- a/stubdom/configure
> +++ b/stubdom/configure
> @@ -3535,7 +3535,7 @@ if test "x$ZLIB_URL" = "x"; then :
> if test "x$extfiles" = "xy"; then :
> ZLIB_URL=\$\(XEN_EXTFILES_URL\)
> else
> - ZLIB_URL="http://www.zlib.net"
> + ZLIB_URL="https://www.zlib.net"
> fi
In v3 you said that this URL can't be used anymore for the version we're
trying to fetch (which I can confirm). Leaving aside the question of why
stubdom was never updated in that regard, what use is it to update URL
(without even mentioning the aspect in the description) in such a case?
(I haven't gone through any of the other URLs again, so there may well
be more similar cases.)
Jan
|