From ebe2aad24e65fad69b3ec2996cd450d3fc884d24 Mon Sep 17 00:00:00 2001 From: Stefan Hajnoczi Date: Thu, 8 Nov 2018 11:15:28 +0000 Subject: [PATCH] git: use HTTPS git URLs for repo.or.cz MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit When you clone the repository without previous commit history, 'git://' doesn't protect from man-in-the-middle attacks. HTTPS is more secure since the client verifies the server certificate. Suggested-by: Eric Blake Reviewed-by: Eric Blake Signed-off-by: Stefan Hajnoczi Reviewed-by: Michael S. Tsirkin Reviewed-by: Alex Bennée Reviewed-by: Daniel P. Berrangé Reviewed-by: Cornelia Huck Reviewed-by: Philippe Mathieu-Daudé Message-id: 20181108111531.30671-6-stefanha@redhat.com Signed-off-by: Peter Maydell --- MAINTAINERS | 14 +++++++------- pc-bios/README | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 4291eeceac..c076758b3d 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1463,7 +1463,7 @@ F: tests/qemu-iotests/ F: util/qemu-progress.c F: qobject/block-qdict.c F: tests/check-block-qdict.c -T: git git://repo.or.cz/qemu/kevin.git block +T: git https://repo.or.cz/qemu/kevin.git block Block I/O path M: Stefan Hajnoczi @@ -1510,7 +1510,7 @@ F: blockdev.c F: block/qapi.c F: qapi/block*.json F: qapi/transaction.json -T: git git://repo.or.cz/qemu/armbru.git block-next +T: git https://repo.or.cz/qemu/armbru.git block-next Dirty Bitmaps M: Fam Zheng @@ -1705,14 +1705,14 @@ F: tests/test-visitor-serialization.c F: scripts/qapi-gen.py F: scripts/qapi/* F: docs/devel/qapi* -T: git git://repo.or.cz/qemu/armbru.git qapi-next +T: git https://repo.or.cz/qemu/armbru.git qapi-next QAPI Schema M: Eric Blake M: Markus Armbruster S: Supported F: qapi/*.json -T: git git://repo.or.cz/qemu/armbru.git qapi-next +T: git https://repo.or.cz/qemu/armbru.git qapi-next QObject M: Markus Armbruster @@ -1726,7 +1726,7 @@ F: tests/check-qnum.c F: tests/check-qjson.c F: tests/check-qlist.c F: tests/check-qstring.c -T: git git://repo.or.cz/qemu/armbru.git qapi-next +T: git https://repo.or.cz/qemu/armbru.git qapi-next QEMU Guest Agent M: Michael Roth @@ -1758,7 +1758,7 @@ F: docs/devel/*qmp-* F: scripts/qmp/ F: tests/qmp-test.c F: tests/qmp-cmd-test.c -T: git git://repo.or.cz/qemu/armbru.git qapi-next +T: git https://repo.or.cz/qemu/armbru.git qapi-next qtest M: Thomas Huth @@ -2070,7 +2070,7 @@ F: include/block/nbd* F: qemu-nbd.* F: blockdev-nbd.c F: docs/interop/nbd.txt -T: git git://repo.or.cz/qemu/ericb.git nbd +T: git https://repo.or.cz/qemu/ericb.git nbd NFS M: Jeff Cody diff --git a/pc-bios/README b/pc-bios/README index b572e9eb00..8f98c07a74 100644 --- a/pc-bios/README +++ b/pc-bios/README @@ -5,7 +5,7 @@ project (http://www.nongnu.org/vgabios/). - The PowerPC Open Hack'Ware Open Firmware Compatible BIOS is - available at http://repo.or.cz/w/openhackware.git. + available at https://repo.or.cz/openhackware.git. - OpenBIOS (http://www.openbios.org/) is a free (GPL v2) portable firmware implementation. The goal is to implement a 100% IEEE