summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Hutchings <ben.hutchings@codethink.co.uk>2020-09-10 22:23:44 +0100
committerBen Hutchings <ben.hutchings@codethink.co.uk>2020-09-11 00:17:48 +0100
commit42e6195609903ada2612e5d0c62828fdabc6313c (patch)
treeee312b1d707eb4d2d45cc3862a871a5d05d01712
parent3d1561529d28fc818b60f3e96f9abe052aad73b1 (diff)
downloadlorries-42e6195609903ada2612e5d0c62828fdabc6313c.tar.gz
Use https: scheme for all repositories on libvirt.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/libvirt-python.lorry2
-rw-r--r--open-source-lorries/libvirt.lorry2
2 files changed, 2 insertions, 2 deletions
diff --git a/open-source-lorries/libvirt-python.lorry b/open-source-lorries/libvirt-python.lorry
index f341a6f..7c172cb 100644
--- a/open-source-lorries/libvirt-python.lorry
+++ b/open-source-lorries/libvirt-python.lorry
@@ -1,7 +1,7 @@
{
"libvirt-python": {
"type": "git",
- "url": "git://libvirt.org/libvirt-python.git"
+ "url": "https://libvirt.org/git/libvirt-python.git"
}
}
diff --git a/open-source-lorries/libvirt.lorry b/open-source-lorries/libvirt.lorry
index 6efd7a2..e7656d8 100644
--- a/open-source-lorries/libvirt.lorry
+++ b/open-source-lorries/libvirt.lorry
@@ -1,7 +1,7 @@
{
"libvirt": {
"type": "git",
- "url": "git://libvirt.org/libvirt.git"
+ "url": "https://libvirt.org/git/libvirt.git"
}
}