From dc548d038bf7d7bf3e4a46f0f6d872f92134fd55 Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Thu, 10 Sep 2020 19:37:02 +0100 Subject: Use https: scheme for all repositories on git.qemu.org The git native protocol is unauthenticated and so subject to man-in-the-middle attacks. Use https for these. Also change the hostname from git.qemu-project.org to the canonical git.qemu.org. --- open-source-lorries/qemu-SLOF.lorry | 2 +- open-source-lorries/qemu-ipxe.lorry | 2 +- open-source-lorries/qemu-openbios.lorry | 2 +- open-source-lorries/qemu-openhackware.lorry | 2 +- open-source-lorries/qemu-seabios.lorry | 2 +- open-source-lorries/qemu-sgabios.lorry | 2 +- open-source-lorries/qemu-vgabios.lorry | 2 +- open-source-lorries/qemu.lorry | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/open-source-lorries/qemu-SLOF.lorry b/open-source-lorries/qemu-SLOF.lorry index 773f075..a4dff62 100644 --- a/open-source-lorries/qemu-SLOF.lorry +++ b/open-source-lorries/qemu-SLOF.lorry @@ -1,6 +1,6 @@ { "qemu-SLOF": { "type": "git", - "url": "git://git.qemu-project.org/SLOF.git" + "url": "https://git.qemu.org/git/SLOF.git" } } diff --git a/open-source-lorries/qemu-ipxe.lorry b/open-source-lorries/qemu-ipxe.lorry index a242de5..b07aef7 100644 --- a/open-source-lorries/qemu-ipxe.lorry +++ b/open-source-lorries/qemu-ipxe.lorry @@ -1,6 +1,6 @@ { "qemu-ipxe": { "type": "git", - "url": "git://git.qemu-project.org/ipxe.git" + "url": "https://git.qemu.org/git/ipxe.git" } } diff --git a/open-source-lorries/qemu-openbios.lorry b/open-source-lorries/qemu-openbios.lorry index 4827745..94d65f3 100644 --- a/open-source-lorries/qemu-openbios.lorry +++ b/open-source-lorries/qemu-openbios.lorry @@ -1,6 +1,6 @@ { "qemu-openbios": { "type": "git", - "url": "git://git.qemu-project.org/openbios.git" + "url": "https://git.qemu.org/git/openbios.git" } } diff --git a/open-source-lorries/qemu-openhackware.lorry b/open-source-lorries/qemu-openhackware.lorry index 3195841..2d60f88 100644 --- a/open-source-lorries/qemu-openhackware.lorry +++ b/open-source-lorries/qemu-openhackware.lorry @@ -1,6 +1,6 @@ { "qemu-openhackware": { "type": "git", - "url": "git://git.qemu-project.org/openhackware.git" + "url": "https://git.qemu.org/git/openhackware.git" } } diff --git a/open-source-lorries/qemu-seabios.lorry b/open-source-lorries/qemu-seabios.lorry index 9598846..c60e5b0 100644 --- a/open-source-lorries/qemu-seabios.lorry +++ b/open-source-lorries/qemu-seabios.lorry @@ -1,6 +1,6 @@ { "qemu-seabios": { "type": "git", - "url": "git://git.qemu-project.org/seabios.git/" + "url": "https://git.qemu.org/git/seabios.git" } } diff --git a/open-source-lorries/qemu-sgabios.lorry b/open-source-lorries/qemu-sgabios.lorry index b4529a6..ad7c793 100644 --- a/open-source-lorries/qemu-sgabios.lorry +++ b/open-source-lorries/qemu-sgabios.lorry @@ -1,6 +1,6 @@ { "qemu-sgabios": { "type": "git", - "url": "git://git.qemu-project.org/sgabios.git" + "url": "https://git.qemu.org/git/sgabios.git" } } diff --git a/open-source-lorries/qemu-vgabios.lorry b/open-source-lorries/qemu-vgabios.lorry index 24bc6c7..653927d 100644 --- a/open-source-lorries/qemu-vgabios.lorry +++ b/open-source-lorries/qemu-vgabios.lorry @@ -1,6 +1,6 @@ { "qemu-vgabios": { "type": "git", - "url": "git://git.qemu-project.org/vgabios.git/" + "url": "https://git.qemu.org/git/vgabios.git" } } diff --git a/open-source-lorries/qemu.lorry b/open-source-lorries/qemu.lorry index ae042a7..9da8746 100644 --- a/open-source-lorries/qemu.lorry +++ b/open-source-lorries/qemu.lorry @@ -1,7 +1,7 @@ { "qemu": { "type": "git", - "url": "git://git.qemu-project.org/qemu.git" + "url": "https://git.qemu.org/git/qemu.git" } } -- cgit v1.2.1