summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Hutchings <ben.hutchings@codethink.co.uk>2020-09-10 23:30:16 +0100
committerBen Hutchings <ben.hutchings@codethink.co.uk>2020-09-11 00:17:48 +0100
commit72f1d7df81218ee5f3afb0a3283e740d0751a22f (patch)
tree09283c7d22821bb4c67672f104efb6101b20640a
parentec861af2883cbb573d358430de2e3406f0160f40 (diff)
downloadlorries-72f1d7df81218ee5f3afb0a3283e740d0751a22f.tar.gz
Use https: scheme for Xen
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/xen.lorry2
1 files changed, 1 insertions, 1 deletions
diff --git a/open-source-lorries/xen.lorry b/open-source-lorries/xen.lorry
index 922df2c..11f8033 100644
--- a/open-source-lorries/xen.lorry
+++ b/open-source-lorries/xen.lorry
@@ -1,6 +1,6 @@
{
"xen": {
"type": "git",
- "url": "git://xenbits.xen.org/xen.git"
+ "url": "https://xenbits.xen.org/git-http/xen.git"
}
}