From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48070) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gLBKv-0005xY-Hn for qemu-devel@nongnu.org; Fri, 09 Nov 2018 13:16:55 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gLBKs-00033x-6S for qemu-devel@nongnu.org; Fri, 09 Nov 2018 13:16:53 -0500 Received: from mx1.redhat.com ([209.132.183.28]:38612) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gLBKr-00033R-WE for qemu-devel@nongnu.org; Fri, 09 Nov 2018 13:16:50 -0500 Date: Fri, 9 Nov 2018 13:16:38 -0500 From: "Michael S. Tsirkin" Message-ID: <20181109131622-mutt-send-email-mst@kernel.org> References: <20181108111531.30671-1-stefanha@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20181108111531.30671-1-stefanha@redhat.com> Subject: Re: [Qemu-devel] [PATCH v4 0/8] Use 'https://' instead of 'git://' List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: qemu-devel@nongnu.org, Daniel Berrange , eblake@redhat.com, Peter Maydell , Jeff Cody , Philippe =?iso-8859-1?Q?Mathieu-Daud=E9?= , Alex =?iso-8859-1?Q?Benn=E9e?= , Markus Armbruster , cohuck@redhat.com, Paolo Bonzini , Fam Zheng On Thu, Nov 08, 2018 at 11:15:23AM +0000, Stefan Hajnoczi wrote: > v4: > * Once more, with feeling! Fix 'https//' in get_maintainer.pl [Philippe] > v3: > * Fix broken openhackware URL [Eric] > * Convert a few remaining URLs [Eric] > v2: > * Use HTTPS for repo.or.cz [Eric] > > Jeff Cody has enabled git smart HTTP support on qemu.org. From now on HTTPS is > the preferred protocol because it adds some protection against > man-in-the-middle when cloning a repo. > > This patch series updates git:// URLs and changes them to https://. The https:// URL format is: > > https://git.qemu.org/git/.git > > The old git:// URL format was: > > git://git.qemu.org/.git > > I have also updated git://github.com/ and repo.or.cz URLs because they offer HTTPS. > > I have tested that submodules continue to work after the change to .gitmodules. Reviewed-by: Michael S. Tsirkin > Stefan Hajnoczi (8): > README: use 'https://' instead of 'git://' > get_maintainer: use 'https://' instead of 'git://' > MAINTAINERS: use 'https://' instead of 'git://' for GitHub > gitmodules: use 'https://' instead of 'git://' > git: use HTTPS git URLs for repo.or.cz > pc-testdev: use HTTPS git URL > target-alpha: use HTTPS git URL for palcode > docker: use HTTPS git URL for virglrenderer > > MAINTAINERS | 88 ++++++++++---------- > hw/misc/pc-testdev.c | 2 +- > .gitmodules | 34 ++++---- > README | 4 +- > pc-bios/README | 8 +- > scripts/get_maintainer.pl | 2 +- > tests/docker/dockerfiles/debian-amd64.docker | 2 +- > 7 files changed, 70 insertions(+), 70 deletions(-) > > -- > 2.19.1