From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40067) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gKj1e-00031R-54 for qemu-devel@nongnu.org; Thu, 08 Nov 2018 07:03:13 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gKj1d-0006rH-A0 for qemu-devel@nongnu.org; Thu, 08 Nov 2018 07:03:06 -0500 Received: from mx1.redhat.com ([209.132.183.28]:50208) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gKj1d-0006qc-0p for qemu-devel@nongnu.org; Thu, 08 Nov 2018 07:03:05 -0500 Date: Thu, 8 Nov 2018 13:02:43 +0100 From: Cornelia Huck Message-ID: <20181108130243.537375f2.cohuck@redhat.com> In-Reply-To: <20181108111531.30671-8-stefanha@redhat.com> References: <20181108111531.30671-1-stefanha@redhat.com> <20181108111531.30671-8-stefanha@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH v4 7/8] target-alpha: use HTTPS git URL for palcode 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 , "Michael S. Tsirkin" , Philippe =?UTF-8?B?TWF0aGlldS1EYXVkw6k=?= , Alex =?UTF-8?B?QmVu?= =?UTF-8?B?bsOpZQ==?= , Markus Armbruster , Paolo Bonzini , Fam Zheng , Richard Henderson On Thu, 8 Nov 2018 11:15:30 +0000 Stefan Hajnoczi wrote: > 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. >=20 > Cc: Richard Henderson > Suggested-by: Eric Blake > Reviewed-by: Philippe Mathieu-Daud=C3=A9 > Tested-by: Philippe Mathieu-Daud=C3=A9 > Acked-by: Richard Henderson > Signed-off-by: Stefan Hajnoczi > --- > pc-bios/README | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Reviewed-by: Cornelia Huck