From 63ce72e8e7e1fa54a4f1670a18224658f0feac9f Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Thu, 10 Sep 2020 23:44:15 +0100 Subject: Use https: scheme for barebox The git native protocol is unauthenticated and so subject to man-in-the-middle attacks. Use https for this. --- open-source-lorries/barebox.lorry | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/open-source-lorries/barebox.lorry b/open-source-lorries/barebox.lorry index 907c19d..a083222 100644 --- a/open-source-lorries/barebox.lorry +++ b/open-source-lorries/barebox.lorry @@ -1,7 +1,7 @@ { "barebox": { "type": "git", - "url": "git://git.pengutronix.de/git/barebox.git" + "url": "https://git.pengutronix.de/git/barebox.git" } } -- cgit v1.2.1