From 535272f28262b1234ffb0e5e38a18aed47f7b59d Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Fri, 11 Sep 2020 00:12:32 +0100 Subject: Use https: scheme for gcc The git native protocol is unauthenticated and so subject to man-in-the-middle attacks. Use https for this. --- open-source-lorries/gcc.lorry | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/open-source-lorries/gcc.lorry b/open-source-lorries/gcc.lorry index 1117013..106e508 100644 --- a/open-source-lorries/gcc.lorry +++ b/open-source-lorries/gcc.lorry @@ -1,6 +1,6 @@ { "gcc": { "type": "git", - "url": "git://gcc.gnu.org/git/gcc.git" + "url": "https://gcc.gnu.org/git/gcc.git" } } -- cgit v1.2.1