summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Hutchings <ben.hutchings@codethink.co.uk>2020-09-11 00:12:32 +0100
committerBen Hutchings <ben.hutchings@codethink.co.uk>2020-09-11 00:17:48 +0100
commit535272f28262b1234ffb0e5e38a18aed47f7b59d (patch)
tree250698b4192429b92ffe0208bc1e4255d9682d3f
parenta8d2df2353f9f5f94dfc841c33421de4f5f55995 (diff)
downloadlorries-535272f28262b1234ffb0e5e38a18aed47f7b59d.tar.gz
Use https: scheme for gcc
The git native protocol is unauthenticated and so subject to man-in-the-middle attacks. Use https for this.
-rw-r--r--open-source-lorries/gcc.lorry2
1 files changed, 1 insertions, 1 deletions
diff --git a/open-source-lorries/gcc.lorry b/open-source-lorries/gcc.lorry
index 1117013..106e508 100644
--- a/open-source-lorries/gcc.lorry
+++ b/open-source-lorries/gcc.lorry
@@ -1,6 +1,6 @@
{
"gcc": {
"type": "git",
- "url": "git://gcc.gnu.org/git/gcc.git"
+ "url": "https://gcc.gnu.org/git/gcc.git"
}
}