Re: [Qemu-devel] [PATCH v3 8/8] docker: use HTTPS git URL for virglrenderer

2018-11-05 Thread Alex Bennée
Stefan Hajnoczi writes: > 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: Philippe Mathieu-Daudé > Suggested-by: Eric Blake > Signed-off-

Re: [Qemu-devel] [PATCH v3 8/8] docker: use HTTPS git URL for virglrenderer

2018-11-04 Thread Philippe Mathieu-Daudé
On 4/11/18 12:24, 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. Cc: Philippe Mathieu-Daudé Suggested-by: Eric Blake Signed-of

[Qemu-devel] [PATCH v3 8/8] docker: use HTTPS git URL for virglrenderer

2018-11-04 Thread Stefan Hajnoczi
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: Philippe Mathieu-Daudé Suggested-by: Eric Blake Signed-off-by: Stefan Hajnoczi --- tests/docker/do