MAINTAINERS: use https for git trees
authorWei Liu <wei.liu2@citrix.com>
Tue, 10 Jul 2018 08:13:43 +0000 (09:13 +0100)
committerWei Liu <wei.liu2@citrix.com>
Tue, 10 Jul 2018 13:18:44 +0000 (14:18 +0100)
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 <wei.liu2@citrix.com>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
MAINTAINERS

index d50ba0a17c0e74a2d8e348996267bcc256c15668..f28d0e1ee08ac0ecb872ed5c819d6a4b36022d24 100644 (file)
@@ -296,7 +296,7 @@ MINI-OS
 M:     Samuel Thibault <samuel.thibault@ens-lyon.org>
 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 <anthony.perard@citrix.com>
 M:     Wei Liu <wei.liu2@citrix.com>
 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 <jbeulich@suse.com>
@@ -333,13 +333,13 @@ F:        tools/python
 QEMU-DM
 M:     Ian Jackson <ian.jackson@eu.citrix.com>
 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 <sstabellini@kernel.org>
 M:     Anthony Perard <anthony.perard@citrix.com>
 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 <rshriram@cs.ubc.ca>
@@ -367,7 +367,7 @@ F:  xen/common/sched*
 SEABIOS UPSTREAM
 M:     Wei Liu <wei.liu2@citrix.com>
 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 <samuel.thibault@ens-lyon.org>