summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Hutchings <ben.hutchings@codethink.co.uk>2020-09-10 19:37:02 +0100
committerBen Hutchings <ben.hutchings@codethink.co.uk>2020-09-11 00:17:48 +0100
commitdc548d038bf7d7bf3e4a46f0f6d872f92134fd55 (patch)
treea38b7966ee873caa258c0d1aba20743b84af0112
parentdef1a91fd85a77f5c02cd67c54de0fc33604f104 (diff)
downloadlorries-dc548d038bf7d7bf3e4a46f0f6d872f92134fd55.tar.gz
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.
-rw-r--r--open-source-lorries/qemu-SLOF.lorry2
-rw-r--r--open-source-lorries/qemu-ipxe.lorry2
-rw-r--r--open-source-lorries/qemu-openbios.lorry2
-rw-r--r--open-source-lorries/qemu-openhackware.lorry2
-rw-r--r--open-source-lorries/qemu-seabios.lorry2
-rw-r--r--open-source-lorries/qemu-sgabios.lorry2
-rw-r--r--open-source-lorries/qemu-vgabios.lorry2
-rw-r--r--open-source-lorries/qemu.lorry2
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"
}
}