Re: [PATCH v4 2/3] Build system: Replace git:// and http:// with https://

2023-02-27 Thread Demi Marie Obenour
On Mon, Feb 27, 2023 at 09:25:32AM +0100, Jan Beulich wrote: > On 24.02.2023 23:55, Demi Marie Obenour wrote: > > On Tue, Feb 21, 2023 at 11:07:58AM +0100, Jan Beulich wrote: > >> On 19.02.2023 03:46, Demi Marie Obenour wrote: > >>> --- a/stubdom/configure > >>> +++ b/stubdom/configure > >>> @@

Re: [PATCH v4 2/3] Build system: Replace git:// and http:// with https://

2023-02-27 Thread Jan Beulich
On 24.02.2023 23:55, Demi Marie Obenour wrote: > On Tue, Feb 21, 2023 at 11:07:58AM +0100, Jan Beulich wrote: >> 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

Re: [PATCH v4 2/3] Build system: Replace git:// and http:// with https://

2023-02-24 Thread Demi Marie Obenour
On Tue, Feb 21, 2023 at 11:07:58AM +0100, Jan Beulich wrote: > 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 : > >

Re: [PATCH v4 2/3] Build system: Replace git:// and http:// with https://

2023-02-21 Thread Jan Beulich
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; > +

[PATCH v4 2/3] Build system: Replace git:// and http:// with https://

2023-02-18 Thread Demi Marie Obenour
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