From 42e6195609903ada2612e5d0c62828fdabc6313c Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Thu, 10 Sep 2020 22:23:44 +0100 Subject: 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. --- open-source-lorries/libvirt-python.lorry | 2 +- open-source-lorries/libvirt.lorry | 2 +- 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" } } -- cgit v1.2.1