On Sat, Feb 25, 2023 at 11:34:32PM +0100, Marek Marczykowski-Górecki wrote: > On Sat, Feb 25, 2023 at 03:37:11PM -0500, Demi Marie Obenour wrote: > > 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 for all xenbits.xen.org > > Git repositories. It was generated with the following shell script: > > > > git ls-files -z | > > xargs -0 -- sed -Ei -- > > 's@(git://xenbits\.xen\.org|http://xenbits\.xen\.org/git-http)/@https://xenbits.xen.org/git-http/@g' > > > > All altered links have been tested and are known to work. > > > > Signed-off-by: Demi Marie Obenour <d...@invisiblethingslab.com> > > It seems expired Lets Encrypt root issue applies to few other containers > too:
Yes, I haven't finished rebuilding all containers needed to be rebuilt. I've mostly took care of fixing dockerfiles for those needed to change. Cheers, > - archlinux:current: > https://gitlab.com/xen-project/patchew/xen/-/jobs/3834739751 > - debian:stretch-i386: > https://gitlab.com/xen-project/patchew/xen/-/jobs/3834739762 > - debian:unstable-i386: > https://gitlab.com/xen-project/patchew/xen/-/jobs/3834739771 -- Anthony PERARD