From nobody Thu Nov 6 10:16:10 2025 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of gnu.org designates 208.118.235.17 as permitted sender) client-ip=208.118.235.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Authentication-Results: mx.zohomail.com; spf=pass (zoho.com: domain of gnu.org designates 208.118.235.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail(p=none dis=none) header.from=redhat.com Return-Path: Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) by mx.zohomail.com with SMTPS id 1540978074736150.21828490129315; Wed, 31 Oct 2018 02:27:54 -0700 (PDT) Received: from localhost ([::1]:58161 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gHmn3-0004dh-6B for importer@patchew.org; Wed, 31 Oct 2018 05:27:53 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50510) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gHmlN-0003hz-Ha for qemu-devel@nongnu.org; Wed, 31 Oct 2018 05:26:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gHmlA-0005q3-Hu for qemu-devel@nongnu.org; Wed, 31 Oct 2018 05:26:03 -0400 Received: from mx1.redhat.com ([209.132.183.28]:45028) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gHmlA-0005UP-61 for qemu-devel@nongnu.org; Wed, 31 Oct 2018 05:25:56 -0400 Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.phx2.redhat.com [10.5.11.22]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id EDE52C04959A; Wed, 31 Oct 2018 09:25:40 +0000 (UTC) Received: from localhost (ovpn-117-22.ams2.redhat.com [10.36.117.22]) by smtp.corp.redhat.com (Postfix) with ESMTP id 6D8F81001914; Wed, 31 Oct 2018 09:25:40 +0000 (UTC) From: Stefan Hajnoczi To: Date: Wed, 31 Oct 2018 08:43:06 +0000 Message-Id: <20181031084309.9227-2-stefanha@redhat.com> In-Reply-To: <20181031084309.9227-1-stefanha@redhat.com> References: <20181031084309.9227-1-stefanha@redhat.com> X-Scanned-By: MIMEDefang 2.84 on 10.5.11.22 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.31]); Wed, 31 Oct 2018 09:25:41 +0000 (UTC) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 209.132.183.28 Subject: [Qemu-devel] [PATCH 1/4] README: use 'https://' instead of 'git://' X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Peter Maydell , Jeff Cody , Markus Armbruster , Stefan Hajnoczi Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" 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. Reported-by: Jann Horn Signed-off-by: Stefan Hajnoczi Reviewed-by: Daniel P. Berrang=C3=A9 --- README | 4 ++-- pc-bios/README | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README b/README index 49a9fd09cd..441c33eb2f 100644 --- a/README +++ b/README @@ -54,7 +54,7 @@ Submitting patches =20 The QEMU source code is maintained under the GIT version control system. =20 - git clone git://git.qemu.org/qemu.git + git clone https://git.qemu.org/git/qemu.git =20 When submitting patches, one common approach is to use 'git format-patch' and/or 'git send-email' to format & send the mail to the @@ -70,7 +70,7 @@ the QEMU website =20 The QEMU website is also maintained under source control. =20 - git clone git://git.qemu.org/qemu-web.git + git clone https://git.qemu.org/git/qemu-web.git https://www.qemu.org/2017/02/04/the-new-qemu-website-is-up/ =20 A 'git-publish' utility was created to make above process less diff --git a/pc-bios/README b/pc-bios/README index 90f0fa7aa7..b572e9eb00 100644 --- a/pc-bios/README +++ b/pc-bios/README @@ -23,7 +23,7 @@ legacy x86 software to communicate with an attached serial console as if a video card were attached. The master sources reside in a subversion repository at http://sgabios.googlecode.com/svn/trunk. A git mirror is - available at git://git.qemu.org/sgabios.git. + available at https://git.qemu.org/git/sgabios.git. =20 - The PXE roms come from the iPXE project. Built with BANNER_TIME 0. Sources available at http://ipxe.org. Vendor:Device ID -> ROM mapping: @@ -40,7 +40,7 @@ =20 - The u-boot binary for e500 comes from the upstream denx u-boot project w= here it was compiled using the qemu-ppce500 target. - A git mirror is available at: git://git.qemu.org/u-boot.git + A git mirror is available at: https://git.qemu.org/git/u-boot.git The hash used to compile the current version is: 2072e72 =20 - Skiboot (https://github.com/open-power/skiboot/) is an OPAL --=20 2.17.2 From nobody Thu Nov 6 10:16:10 2025 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of gnu.org designates 208.118.235.17 as permitted sender) client-ip=208.118.235.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Authentication-Results: mx.zohomail.com; spf=pass (zoho.com: domain of gnu.org designates 208.118.235.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail(p=none dis=none) header.from=redhat.com Return-Path: Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) by mx.zohomail.com with SMTPS id 1540978282123790.998878332682; Wed, 31 Oct 2018 02:31:22 -0700 (PDT) Received: from localhost ([::1]:58192 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gHmqP-0008AS-1D for importer@patchew.org; Wed, 31 Oct 2018 05:31:21 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50509) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gHmlN-0003hy-HZ for qemu-devel@nongnu.org; Wed, 31 Oct 2018 05:26:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gHmlA-0005q8-JS for qemu-devel@nongnu.org; Wed, 31 Oct 2018 05:26:03 -0400 Received: from mx1.redhat.com ([209.132.183.28]:53486) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gHmlA-0005JJ-62 for qemu-devel@nongnu.org; Wed, 31 Oct 2018 05:25:56 -0400 Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.phx2.redhat.com [10.5.11.22]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 1DAD3309174F; Wed, 31 Oct 2018 09:25:33 +0000 (UTC) Received: from localhost (ovpn-117-22.ams2.redhat.com [10.36.117.22]) by smtp.corp.redhat.com (Postfix) with ESMTP id E85051001F58; Wed, 31 Oct 2018 09:25:27 +0000 (UTC) From: Stefan Hajnoczi To: Date: Wed, 31 Oct 2018 08:43:07 +0000 Message-Id: <20181031084309.9227-3-stefanha@redhat.com> In-Reply-To: <20181031084309.9227-1-stefanha@redhat.com> References: <20181031084309.9227-1-stefanha@redhat.com> X-Scanned-By: MIMEDefang 2.84 on 10.5.11.22 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.41]); Wed, 31 Oct 2018 09:25:33 +0000 (UTC) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 209.132.183.28 Subject: [Qemu-devel] [PATCH 2/4] get_maintainer: use 'https://' instead of 'git://' X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Peter Maydell , Jeff Cody , Markus Armbruster , Stefan Hajnoczi Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" 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. Reported-by: Jann Horn Signed-off-by: Stefan Hajnoczi Reviewed-by: Daniel P. Berrang=C3=A9 --- scripts/get_maintainer.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/get_maintainer.pl b/scripts/get_maintainer.pl index 43fb5f512f..fc7275b9e2 100755 --- a/scripts/get_maintainer.pl +++ b/scripts/get_maintainer.pl @@ -1376,7 +1376,7 @@ sub vcs_exists { warn("$P: No supported VCS found. Add --nogit to options?\n"); warn("Using a git repository produces better results.\n"); warn("Try latest git repository using:\n"); - warn("git clone git://git.qemu.org/qemu.git\n"); + warn("git clone https//git.qemu.org/git/qemu.git\n"); $printed_novcs =3D 1; } return 0; --=20 2.17.2 From nobody Thu Nov 6 10:16:10 2025 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of gnu.org designates 208.118.235.17 as permitted sender) client-ip=208.118.235.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Authentication-Results: mx.zohomail.com; spf=pass (zoho.com: domain of gnu.org designates 208.118.235.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail(p=none dis=none) header.from=redhat.com Return-Path: Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) by mx.zohomail.com with SMTPS id 1540978081253614.1389626373636; Wed, 31 Oct 2018 02:28:01 -0700 (PDT) Received: from localhost ([::1]:58163 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gHmnA-0004kA-55 for importer@patchew.org; Wed, 31 Oct 2018 05:28:00 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50521) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gHmlN-0003i7-OF for qemu-devel@nongnu.org; Wed, 31 Oct 2018 05:26:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gHmlC-0005sQ-PW for qemu-devel@nongnu.org; Wed, 31 Oct 2018 05:26:05 -0400 Received: from mx1.redhat.com ([209.132.183.28]:44014) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gHmlB-0005jP-Tl for qemu-devel@nongnu.org; Wed, 31 Oct 2018 05:25:58 -0400 Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.13]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id B6CA2307D865; Wed, 31 Oct 2018 09:25:50 +0000 (UTC) Received: from localhost (ovpn-117-22.ams2.redhat.com [10.36.117.22]) by smtp.corp.redhat.com (Postfix) with ESMTP id E354160BF9; Wed, 31 Oct 2018 09:25:43 +0000 (UTC) From: Stefan Hajnoczi To: Date: Wed, 31 Oct 2018 08:43:08 +0000 Message-Id: <20181031084309.9227-4-stefanha@redhat.com> In-Reply-To: <20181031084309.9227-1-stefanha@redhat.com> References: <20181031084309.9227-1-stefanha@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.13 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.48]); Wed, 31 Oct 2018 09:25:50 +0000 (UTC) Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 209.132.183.28 Subject: [Qemu-devel] [PATCH 3/4] MAINTAINERS: use 'https://' instead of 'git://' for GitHub X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Peter Maydell , Jeff Cody , Markus Armbruster , Stefan Hajnoczi Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" Content-Type: text/plain; charset="utf-8" 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. Reported-by: Jann Horn Signed-off-by: Stefan Hajnoczi Acked-by: Cornelia Huck Reviewed-by: Daniel P. Berrang=C3=A9 --- MAINTAINERS | 74 ++++++++++++++++++++++++++--------------------------- 1 file changed, 37 insertions(+), 37 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index d794bd7a66..464f7f9338 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -74,7 +74,7 @@ S: Maintained L: qemu-trivial@nongnu.org K: ^Subject:.*(?i)trivial T: git git://git.corpit.ru/qemu.git trivial-patches -T: git git://github.com/vivier/qemu.git trivial-patches +T: git https://github.com/vivier/qemu.git trivial-patches =20 Architecture support -------------------- @@ -98,7 +98,7 @@ F: pc-bios/s390-ccw.img F: target/s390x/ F: docs/vfio-ap.txt K: ^Subject:.*(?i)s390x? -T: git git://github.com/cohuck/qemu.git s390-next +T: git https://github.com/cohuck/qemu.git s390-next L: qemu-s390x@nongnu.org =20 Guest CPU cores (TCG): @@ -295,7 +295,7 @@ F: tests/tcg/x86_64/ F: hw/i386/ F: disas/i386.c F: docs/qemu-cpu-models.texi -T: git git://github.com/ehabkost/qemu.git x86-next +T: git https://github.com/ehabkost/qemu.git x86-next =20 Xtensa M: Max Filippov @@ -359,8 +359,8 @@ F: hw/intc/s390_flic.c F: hw/intc/s390_flic_kvm.c F: include/hw/s390x/s390_flic.h F: gdb-xml/s390*.xml -T: git git://github.com/cohuck/qemu.git s390-next -T: git git://github.com/borntraeger/qemu.git s390-next +T: git https://github.com/cohuck/qemu.git s390-next +T: git https://github.com/borntraeger/qemu.git s390-next L: qemu-s390x@nongnu.org =20 X86 @@ -942,8 +942,8 @@ F: include/hw/s390x/ F: hw/watchdog/wdt_diag288.c F: include/hw/watchdog/wdt_diag288.h F: default-configs/s390x-softmmu.mak -T: git git://github.com/cohuck/qemu.git s390-next -T: git git://github.com/borntraeger/qemu.git s390-next +T: git https://github.com/cohuck/qemu.git s390-next +T: git https://github.com/borntraeger/qemu.git s390-next L: qemu-s390x@nongnu.org =20 S390-ccw Bios @@ -952,7 +952,7 @@ M: Thomas Huth S: Supported F: pc-bios/s390-ccw/ F: pc-bios/s390-ccw.img -T: git git://github.com/borntraeger/qemu.git s390-next +T: git https://github.com/borntraeger/qemu.git s390-next L: qemu-s390x@nongnu.org =20 UniCore32 Machines @@ -1022,7 +1022,7 @@ S: Supported F: hw/core/machine.c F: hw/core/null-machine.c F: include/hw/boards.h -T: git git://github.com/ehabkost/qemu.git machine-next +T: git https://github.com/ehabkost/qemu.git machine-next =20 Xtensa Machines --------------- @@ -1058,7 +1058,7 @@ F: tests/ide-test.c F: tests/ahci-test.c F: tests/cdrom-test.c F: tests/libqos/ahci* -T: git git://github.com/jnsnow/qemu.git ide +T: git https://github.com/jnsnow/qemu.git ide =20 IPMI M: Corey Minyard @@ -1067,7 +1067,7 @@ F: include/hw/ipmi/* F: hw/ipmi/* F: hw/smbios/smbios_type_38.c F: tests/ipmi* -T: git git://github.com/cminyard/qemu.git master-ipmi-rebase +T: git https://github.com/cminyard/qemu.git master-ipmi-rebase =20 Floppy M: John Snow @@ -1076,7 +1076,7 @@ S: Supported F: hw/block/fdc.c F: include/hw/block/fdc.h F: tests/fdc-test.c -T: git git://github.com/jnsnow/qemu.git ide +T: git https://github.com/jnsnow/qemu.git ide =20 OMAP M: Peter Maydell @@ -1144,7 +1144,7 @@ S: Odd Fixes F: hw/net/ F: include/hw/net/ F: tests/virtio-net-test.c -T: git git://github.com/jasowang/qemu.git net +T: git https://github.com/jasowang/qemu.git net =20 SCSI M: Paolo Bonzini @@ -1153,7 +1153,7 @@ S: Supported F: include/hw/scsi/* F: hw/scsi/* F: tests/virtio-scsi-test.c -T: git git://github.com/bonzini/qemu.git scsi-next +T: git https://github.com/bonzini/qemu.git scsi-next =20 SSI M: Peter Crosthwaite @@ -1208,7 +1208,7 @@ S: Supported F: hw/vfio/ccw.c F: hw/s390x/s390-ccw.c F: include/hw/s390x/s390-ccw.h -T: git git://github.com/cohuck/qemu.git s390-next +T: git https://github.com/cohuck/qemu.git s390-next L: qemu-s390x@nongnu.org =20 vfio-ap @@ -1247,7 +1247,7 @@ S: Supported F: hw/9pfs/ F: fsdev/ F: tests/virtio-9p-test.c -T: git git://github.com/gkurz/qemu.git 9p-next +T: git https://github.com/gkurz/qemu.git 9p-next =20 virtio-blk M: Stefan Hajnoczi @@ -1256,7 +1256,7 @@ S: Supported F: hw/block/virtio-blk.c F: hw/block/dataplane/* F: tests/virtio-blk-test.c -T: git git://github.com/stefanha/qemu.git block +T: git https://github.com/stefanha/qemu.git block =20 virtio-ccw M: Cornelia Huck @@ -1264,8 +1264,8 @@ M: Christian Borntraeger S: Supported F: hw/s390x/virtio-ccw*.[hc] F: hw/s390x/vhost-vsock-ccw.c -T: git git://github.com/cohuck/qemu.git s390-next -T: git git://github.com/borntraeger/qemu.git s390-next +T: git https://github.com/cohuck/qemu.git s390-next +T: git https://github.com/borntraeger/qemu.git s390-next L: qemu-s390x@nongnu.org =20 virtio-input @@ -1469,7 +1469,7 @@ F: migration/block* F: include/block/aio.h F: include/block/aio-wait.h F: scripts/qemugdb/aio.py -T: git git://github.com/stefanha/qemu.git block +T: git https://github.com/stefanha/qemu.git block =20 Block SCSI subsystem M: Paolo Bonzini @@ -1493,7 +1493,7 @@ F: block/commit.c F: block/stream.c F: block/mirror.c F: qapi/job.json -T: git git://github.com/codyprime/qemu-kvm-jtc.git block +T: git https://github.com/codyprime/qemu-kvm-jtc.git block =20 Block QAPI, monitor, command line M: Markus Armbruster @@ -1515,8 +1515,8 @@ F: include/qemu/hbitmap.h F: include/block/dirty-bitmap.h F: tests/test-hbitmap.c F: docs/interop/bitmaps.rst -T: git git://github.com/famz/qemu.git bitmaps -T: git git://github.com/jnsnow/qemu.git bitmaps +T: git https://github.com/famz/qemu.git bitmaps +T: git https://github.com/jnsnow/qemu.git bitmaps =20 Character device backends M: Paolo Bonzini @@ -1640,7 +1640,7 @@ M: Jason Wang S: Maintained F: net/ F: include/net/ -T: git git://github.com/jasowang/qemu.git net +T: git https://github.com/jasowang/qemu.git net F: qapi/net.json =20 Netmap network backend @@ -1656,7 +1656,7 @@ M: Eduardo Habkost S: Maintained F: numa.c F: include/sysemu/numa.h -T: git git://github.com/ehabkost/qemu.git machine-next +T: git https://github.com/ehabkost/qemu.git machine-next =20 Host Memory Backends M: Eduardo Habkost @@ -1664,7 +1664,7 @@ M: Igor Mammedov S: Maintained F: backends/hostmem*.c F: include/sysemu/hostmem.h -T: git git://github.com/ehabkost/qemu.git machine-next +T: git https://github.com/ehabkost/qemu.git machine-next =20 Cryptodev Backends M: Gonglei @@ -1728,12 +1728,12 @@ F: qemu-ga.texi F: scripts/qemu-guest-agent/ F: tests/test-qga.c F: docs/interop/qemu-ga-ref.texi -T: git git://github.com/mdroth/qemu.git qga +T: git https://github.com/mdroth/qemu.git qga =20 QOM M: Andreas F=C3=A4rber S: Supported -T: git git://github.com/afaerber/qemu-cpu.git qom-next +T: git https://github.com/afaerber/qemu-cpu.git qom-next F: include/qom/ X: include/qom/cpu.h F: qom/ @@ -1793,7 +1793,7 @@ F: qemu-option-trace.texi F: scripts/tracetool.py F: scripts/tracetool/ F: docs/devel/tracing.txt -T: git git://github.com/stefanha/qemu.git tracing +T: git https://github.com/stefanha/qemu.git tracing =20 TPM M: Stefan Berger @@ -1806,7 +1806,7 @@ F: include/sysemu/tpm* F: qapi/tpm.json F: backends/tpm.c F: tests/*tpm* -T: git git://github.com/stefanberger/qemu-tpm.git tpm-next +T: git https://github.com/stefanberger/qemu-tpm.git tpm-next =20 Checkpatch S: Odd Fixes @@ -2022,7 +2022,7 @@ M: Jeff Cody L: qemu-block@nongnu.org S: Supported F: block/rbd.c -T: git git://github.com/codyprime/qemu-kvm-jtc.git block +T: git https://github.com/codyprime/qemu-kvm-jtc.git block =20 Sheepdog M: Liu Yuan @@ -2031,14 +2031,14 @@ L: qemu-block@nongnu.org L: sheepdog@lists.wpkg.org S: Supported F: block/sheepdog.c -T: git git://github.com/codyprime/qemu-kvm-jtc.git block +T: git https://github.com/codyprime/qemu-kvm-jtc.git block =20 VHDX M: Jeff Cody L: qemu-block@nongnu.org S: Supported F: block/vhdx* -T: git git://github.com/codyprime/qemu-kvm-jtc.git block +T: git https://github.com/codyprime/qemu-kvm-jtc.git block =20 VDI M: Stefan Weil @@ -2074,7 +2074,7 @@ M: Peter Lieven L: qemu-block@nongnu.org S: Maintained F: block/nfs.c -T: git git://github.com/codyprime/qemu-kvm-jtc.git block +T: git https://github.com/codyprime/qemu-kvm-jtc.git block =20 SSH M: Richard W.M. Jones @@ -2082,21 +2082,21 @@ M: Jeff Cody L: qemu-block@nongnu.org S: Supported F: block/ssh.c -T: git git://github.com/codyprime/qemu-kvm-jtc.git block +T: git https://github.com/codyprime/qemu-kvm-jtc.git block =20 CURL M: Jeff Cody L: qemu-block@nongnu.org S: Supported F: block/curl.c -T: git git://github.com/codyprime/qemu-kvm-jtc.git block +T: git https://github.com/codyprime/qemu-kvm-jtc.git block =20 GLUSTER M: Jeff Cody L: qemu-block@nongnu.org S: Supported F: block/gluster.c -T: git git://github.com/codyprime/qemu-kvm-jtc.git block +T: git https://github.com/codyprime/qemu-kvm-jtc.git block =20 Null Block Driver M: Fam Zheng --=20 2.17.2 From nobody Thu Nov 6 10:16:10 2025 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of gnu.org designates 208.118.235.17 as permitted sender) client-ip=208.118.235.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Authentication-Results: mx.zohomail.com; spf=pass (zoho.com: domain of gnu.org designates 208.118.235.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail(p=none dis=none) header.from=redhat.com Return-Path: Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) by mx.zohomail.com with SMTPS id 1540978189870195.4536125499186; Wed, 31 Oct 2018 02:29:49 -0700 (PDT) Received: from localhost ([::1]:58179 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gHmop-0007Ts-QA for importer@patchew.org; Wed, 31 Oct 2018 05:29:43 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50505) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gHmlN-0003hu-HG for qemu-devel@nongnu.org; Wed, 31 Oct 2018 05:26:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gHmlC-0005sZ-Py for qemu-devel@nongnu.org; Wed, 31 Oct 2018 05:26:03 -0400 Received: from mx1.redhat.com ([209.132.183.28]:35962) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gHmlB-0005WE-Uc for qemu-devel@nongnu.org; Wed, 31 Oct 2018 05:25:58 -0400 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.15]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id A0B823082E4B; Wed, 31 Oct 2018 09:25:42 +0000 (UTC) Received: from localhost (ovpn-117-22.ams2.redhat.com [10.36.117.22]) by smtp.corp.redhat.com (Postfix) with ESMTP id 2EBC35D6A6; Wed, 31 Oct 2018 09:25:41 +0000 (UTC) From: Stefan Hajnoczi To: Date: Wed, 31 Oct 2018 08:43:09 +0000 Message-Id: <20181031084309.9227-5-stefanha@redhat.com> In-Reply-To: <20181031084309.9227-1-stefanha@redhat.com> References: <20181031084309.9227-1-stefanha@redhat.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.15 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.46]); Wed, 31 Oct 2018 09:25:42 +0000 (UTC) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 209.132.183.28 Subject: [Qemu-devel] [PATCH 4/4] gitmodules: use 'https://' instead of 'git://' X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Peter Maydell , Jeff Cody , Markus Armbruster , Stefan Hajnoczi Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" 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. Also change git.qemu-project.org to git.qemu.org (we control both domain names but qemu.org is used more widely). Reported-by: Jann Horn Signed-off-by: Stefan Hajnoczi Reviewed-by: Daniel P. Berrang=C3=A9 --- .gitmodules | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/.gitmodules b/.gitmodules index a48d2a764c..6b91176098 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,51 +1,51 @@ [submodule "roms/seabios"] path =3D roms/seabios - url =3D git://git.qemu-project.org/seabios.git/ + url =3D https://git.qemu.org/git/seabios.git/ [submodule "roms/SLOF"] path =3D roms/SLOF - url =3D git://git.qemu-project.org/SLOF.git + url =3D https://git.qemu.org/git/SLOF.git [submodule "roms/ipxe"] path =3D roms/ipxe - url =3D git://git.qemu-project.org/ipxe.git + url =3D https://git.qemu.org/git/ipxe.git [submodule "roms/openbios"] path =3D roms/openbios - url =3D git://git.qemu-project.org/openbios.git + url =3D https://git.qemu.org/git/openbios.git [submodule "roms/openhackware"] path =3D roms/openhackware - url =3D git://git.qemu-project.org/openhackware.git + url =3D https://git.qemu.org/git/openhackware.git [submodule "roms/qemu-palcode"] path =3D roms/qemu-palcode - url =3D git://git.qemu.org/qemu-palcode.git + url =3D https://git.qemu.org/git/qemu-palcode.git [submodule "roms/sgabios"] path =3D roms/sgabios - url =3D git://git.qemu-project.org/sgabios.git + url =3D https://git.qemu.org/git/sgabios.git [submodule "dtc"] path =3D dtc - url =3D git://git.qemu-project.org/dtc.git + url =3D https://git.qemu.org/git/dtc.git [submodule "roms/u-boot"] path =3D roms/u-boot - url =3D git://git.qemu-project.org/u-boot.git + url =3D https://git.qemu.org/git/u-boot.git [submodule "roms/skiboot"] path =3D roms/skiboot - url =3D git://git.qemu.org/skiboot.git + url =3D https://git.qemu.org/git/skiboot.git [submodule "roms/QemuMacDrivers"] path =3D roms/QemuMacDrivers - url =3D git://git.qemu.org/QemuMacDrivers.git + url =3D https://git.qemu.org/git/QemuMacDrivers.git [submodule "ui/keycodemapdb"] path =3D ui/keycodemapdb - url =3D git://git.qemu.org/keycodemapdb.git + url =3D https://git.qemu.org/git/keycodemapdb.git [submodule "capstone"] path =3D capstone - url =3D git://git.qemu.org/capstone.git + url =3D https://git.qemu.org/git/capstone.git [submodule "roms/seabios-hppa"] path =3D roms/seabios-hppa - url =3D git://github.com/hdeller/seabios-hppa.git + url =3D https://github.com/hdeller/seabios-hppa.git [submodule "roms/u-boot-sam460ex"] path =3D roms/u-boot-sam460ex - url =3D git://git.qemu.org/u-boot-sam460ex.git + url =3D https://git.qemu.org/git/u-boot-sam460ex.git [submodule "tests/fp/berkeley-testfloat-3"] path =3D tests/fp/berkeley-testfloat-3 - url =3D git://github.com/cota/berkeley-testfloat-3 + url =3D https://github.com/cota/berkeley-testfloat-3 [submodule "tests/fp/berkeley-softfloat-3"] path =3D tests/fp/berkeley-softfloat-3 - url =3D git://github.com/cota/berkeley-softfloat-3 + url =3D https://github.com/cota/berkeley-softfloat-3 --=20 2.17.2