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-gdb.lorry | 2 +- open-source-lorries/binutils-redhat.lorry | 2 +- open-source-lorries/elfutils.lorry | 2 +- open-source-lorries/gdb.lorry | 2 +- open-source-lorries/glibc.lorry | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/open-source-lorries/binutils-gdb.lorry b/open-source-lorries/binutils-gdb.lorry index 9dfc7f8..5c52e5a 100644 --- a/open-source-lorries/binutils-gdb.lorry +++ b/open-source-lorries/binutils-gdb.lorry @@ -1,6 +1,6 @@ { "binutils-gdb": { "type": "git", - "url": "git://sourceware.org/git/binutils-gdb.git" + "url": "https://sourceware.org/git/binutils-gdb.git" } } 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", 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" } } diff --git a/open-source-lorries/gdb.lorry b/open-source-lorries/gdb.lorry index 647f1c4..94eb422 100644 --- a/open-source-lorries/gdb.lorry +++ b/open-source-lorries/gdb.lorry @@ -1,6 +1,6 @@ { "gdb": { "type": "git", - "url": "git://sourceware.org/git/gdb.git" + "url": "https://sourceware.org/git/gdb.git" } } diff --git a/open-source-lorries/glibc.lorry b/open-source-lorries/glibc.lorry index 827e997..a37f9d8 100644 --- a/open-source-lorries/glibc.lorry +++ b/open-source-lorries/glibc.lorry @@ -1,6 +1,6 @@ { "glibc": { "type": "git", - "url": "git://sourceware.org/git/glibc.git" + "url": "https://sourceware.org/git/glibc.git" } } -- cgit v1.2.1