From nobody Thu Nov 6 12:11:23 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