summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Hutchings <ben.hutchings@codethink.co.uk>2020-09-10 19:42:16 +0100
committerBen Hutchings <ben.hutchings@codethink.co.uk>2020-09-11 00:17:48 +0100
commitd6f48421dd2aae3a6e79cfd6c9c338fba3cafa6d (patch)
tree4fca05754df00c01d0657427f7e4447d9e4cb014
parentdc548d038bf7d7bf3e4a46f0f6d872f92134fd55 (diff)
downloadlorries-d6f48421dd2aae3a6e79cfd6c9c338fba3cafa6d.tar.gz
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.
-rw-r--r--open-source-lorries/binutils-gdb.lorry2
-rw-r--r--open-source-lorries/binutils-redhat.lorry2
-rw-r--r--open-source-lorries/elfutils.lorry2
-rw-r--r--open-source-lorries/gdb.lorry2
-rw-r--r--open-source-lorries/glibc.lorry2
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"
}
}