summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Hutchings <ben.hutchings@codethink.co.uk>2020-09-10 22:26:36 +0100
committerBen Hutchings <ben.hutchings@codethink.co.uk>2020-09-11 00:17:48 +0100
commit062b23b80b52448b2aa7a18d67996937441b4b18 (patch)
treed4ddff0c3e8fa00ae2f214fbebf70d5e1e5c505a
parent42e6195609903ada2612e5d0c62828fdabc6313c (diff)
downloadlorries-062b23b80b52448b2aa7a18d67996937441b4b18.tar.gz
Use https: scheme for all repositories on git.samba.org
The git native protocol is unauthenticated and so subject to man-in-the-middle attacks. Use https for these.
-rw-r--r--open-source-lorries/rsync.lorry2
-rw-r--r--open-source-lorries/samba.lorry2
2 files changed, 2 insertions, 2 deletions
diff --git a/open-source-lorries/rsync.lorry b/open-source-lorries/rsync.lorry
index d534168..415f0e3 100644
--- a/open-source-lorries/rsync.lorry
+++ b/open-source-lorries/rsync.lorry
@@ -1,6 +1,6 @@
{
"rsync": {
"type": "git",
- "url": "git://git.samba.org/rsync.git"
+ "url": "https://git.samba.org/rsync.git"
}
}
diff --git a/open-source-lorries/samba.lorry b/open-source-lorries/samba.lorry
index 55c434a..97e7719 100644
--- a/open-source-lorries/samba.lorry
+++ b/open-source-lorries/samba.lorry
@@ -1,6 +1,6 @@
{
"samba": {
"type": "git",
- "url": "git://git.samba.org/samba"
+ "url": "https://git.samba.org/samba.git"
}
}