From d6f48421dd2aae3a6e79cfd6c9c338fba3cafa6d Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Thu, 10 Sep 2020 19:42:16 +0100 Subject: Use https: scheme for all repositories on sourceware.org HTTP and the git native protocol are unauthenticated and so subject to man-in-the-middle attacks. Use https for these. --- open-source-lorries/elfutils.lorry | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'open-source-lorries/elfutils.lorry') diff --git a/open-source-lorries/elfutils.lorry b/open-source-lorries/elfutils.lorry index 94a9ac6..958a56f 100644 --- a/open-source-lorries/elfutils.lorry +++ b/open-source-lorries/elfutils.lorry @@ -1,6 +1,6 @@ { "elfutils": { "type": "git", - "url": "http://sourceware.org/git/elfutils.git" + "url": "https://sourceware.org/git/elfutils.git" } } -- cgit v1.2.1