From: Wei Liu Date: Tue, 10 Jul 2018 08:13:43 +0000 (+0100) Subject: MAINTAINERS: use https for git trees X-Git-Tag: archive/raspbian/4.14.0+80-gd101b417b7-1+rpi1^2~63^2~3638 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=f14e5a00bf5f9a02a0e321c64f395e222be8b582;p=xen.git MAINTAINERS: use https for git trees Commit message stolen from a reply from Ian: The git protocol is not just unencrypted, but also unauthenticated. In theory it is possible to verify the signed tags for actual releases, but that is a cumbersome process which I very much doubt anyone really does. As for the various branch tips, there is currently no way (unless you have a shell account on xenbits) to get any kind of authenticated value. Conversely, if you use an https url, you get some cryptographic authentication of what you are cloning. The crypto there is far from perfect but it is massively better than nothing. Additionally, in general, using and supporting https also means that *what users are accessing* is encrypted. This enhances user privacy. In the specific case of the git trees on xenbits this is a very minor consideration. Signed-off-by: Wei Liu Acked-by: Ian Jackson --- diff --git a/MAINTAINERS b/MAINTAINERS index d50ba0a17c..f28d0e1ee0 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -296,7 +296,7 @@ MINI-OS M: Samuel Thibault S: Supported L: minios-devel@lists.xenproject.org -T: git git://xenbits.xenproject.org/mini-os.git +T: git https://xenbits.xenproject.org/git-http/mini-os.git F: config/MiniOS.mk OCAML TOOLS @@ -309,7 +309,7 @@ OVMF UPSTREAM M: Anthony PERARD M: Wei Liu S: Supported -T: git git://xenbits.xenproject.org/ovmf.git +T: git https://xenbits.xenproject.org/git-http/ovmf.git POWER MANAGEMENT M: Jan Beulich @@ -333,13 +333,13 @@ F: tools/python QEMU-DM M: Ian Jackson S: Supported -T: git git://xenbits.xenproject.org/qemu-xen-traditional.git +T: git https://xenbits.xenproject.org/git-http/qemu-xen-traditional.git QEMU UPSTREAM M: Stefano Stabellini M: Anthony Perard S: Supported -T: git git://xenbits.xenproject.org/qemu-xen.git +T: git https://xenbits.xenproject.org/git-http/qemu-xen.git REMUS M: Shriram Rajagopalan @@ -367,7 +367,7 @@ F: xen/common/sched* SEABIOS UPSTREAM M: Wei Liu S: Supported -T: git git://xenbits.xenproject.org/seabios.git +T: git https://xenbits.xenproject.org/git-http/seabios.git STUB DOMAINS M: Samuel Thibault