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/binutils-redhat.lorry | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'open-source-lorries/binutils-redhat.lorry') diff --git a/open-source-lorries/binutils-redhat.lorry b/open-source-lorries/binutils-redhat.lorry index 7da15a7..0d2a441 100644 --- a/open-source-lorries/binutils-redhat.lorry +++ b/open-source-lorries/binutils-redhat.lorry @@ -1,7 +1,7 @@ { "binutils-redhat": { "type": "git", - "url": "git://sourceware.org/git/binutils.git", + "url": "https://sourceware.org/git/binutils.git", "refspecs": [ "master", "binutils-2_10-branch", -- cgit v1.2.1