From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41872) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gJGi2-0007eP-Ad for qemu-devel@nongnu.org; Sun, 04 Nov 2018 06:36:55 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gJGi0-0002pg-74 for qemu-devel@nongnu.org; Sun, 04 Nov 2018 06:36:50 -0500 Received: from mx1.redhat.com ([209.132.183.28]:39960) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gJGhz-0002nX-7y for qemu-devel@nongnu.org; Sun, 04 Nov 2018 06:36:47 -0500 From: Stefan Hajnoczi Date: Sun, 4 Nov 2018 11:24:23 +0000 Message-Id: <20181104112424.18663-8-stefanha@redhat.com> In-Reply-To: <20181104112424.18663-1-stefanha@redhat.com> References: <20181104112424.18663-1-stefanha@redhat.com> Subject: [Qemu-devel] [PATCH v3 7/8] target-alpha: use HTTPS git URL for palcode List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: eblake@redhat.com, cohuck@redhat.com, Paolo Bonzini , =?UTF-8?q?Alex=20Benn=C3=A9e?= , Fam Zheng , Peter Maydell , Markus Armbruster , Jeff Cody , =?UTF-8?q?Philippe=20Mathieu-Daud=C3=A9?= , Daniel Berrange , "Michael S. Tsirkin" , Stefan Hajnoczi , Richard Henderson 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. Cc: Richard Henderson Suggested-by: Eric Blake Signed-off-by: Stefan Hajnoczi --- pc-bios/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pc-bios/README b/pc-bios/README index 8f98c07a74..20f7c33c24 100644 --- a/pc-bios/README +++ b/pc-bios/README @@ -36,7 +36,7 @@ 1af4:1000 -> pxe-virtio.rom - The sources for the Alpha palcode image is available from: - git://github.com/rth7680/qemu-palcode.git + https://github.com/rth7680/qemu-palcode.git - The u-boot binary for e500 comes from the upstream denx u-boot project where it was compiled using the qemu-ppce500 target. -- 2.17.2