[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen staging] MAINTAINERS: use https for git trees
commit f14e5a00bf5f9a02a0e321c64f395e222be8b582 Author: Wei Liu <wei.liu2@xxxxxxxxxx> AuthorDate: Tue Jul 10 09:13:43 2018 +0100 Commit: Wei Liu <wei.liu2@xxxxxxxxxx> CommitDate: Tue Jul 10 14:18:44 2018 +0100 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 <wei.liu2@xxxxxxxxxx> Acked-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx> --- MAINTAINERS | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index d50ba0a17c..f28d0e1ee0 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -296,7 +296,7 @@ MINI-OS M: Samuel Thibault <samuel.thibault@xxxxxxxxxxxx> S: Supported L: minios-devel@xxxxxxxxxxxxxxxxxxxx -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@xxxxxxxxxx> M: Wei Liu <wei.liu2@xxxxxxxxxx> 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@xxxxxxxx> @@ -333,13 +333,13 @@ F: tools/python QEMU-DM M: Ian Jackson <ian.jackson@xxxxxxxxxxxxx> 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@xxxxxxxxxx> M: Anthony Perard <anthony.perard@xxxxxxxxxx> 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@xxxxxxxxx> @@ -367,7 +367,7 @@ F: xen/common/sched* SEABIOS UPSTREAM M: Wei Liu <wei.liu2@xxxxxxxxxx> 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@xxxxxxxxxxxx> -- generated by git-patchbot for /home/xen/git/xen.git#staging _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |