summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Hutchings <ben.hutchings@codethink.co.uk>2020-09-10 20:47:53 +0100
committerBen Hutchings <ben.hutchings@codethink.co.uk>2020-09-11 00:17:48 +0100
commit3d1561529d28fc818b60f3e96f9abe052aad73b1 (patch)
tree0f76838d0f3bdb8c72b1e80cfac433e189d635c1
parent1d26f492ee1126fffe4f0e006b3984bc44f9fe76 (diff)
downloadlorries-3d1561529d28fc818b60f3e96f9abe052aad73b1.tar.gz
Use https: scheme for all repositories on git.0pointer.{de,net}
The git native protocol is unauthenticated and so subject to man-in-the-middle attacks. Use https for these. Also change git.0pointer.de to git.0pointer.net, which is its canonical hostname and the only name in the TLS certificate.
-rw-r--r--open-source-lorries/avahi.lorry2
-rw-r--r--open-source-lorries/libatasmart.lorry2
-rw-r--r--open-source-lorries/libcanberra.lorry2
-rw-r--r--open-source-lorries/libdaemon.lorry2
4 files changed, 4 insertions, 4 deletions
diff --git a/open-source-lorries/avahi.lorry b/open-source-lorries/avahi.lorry
index fe6033d..4ca84e0 100644
--- a/open-source-lorries/avahi.lorry
+++ b/open-source-lorries/avahi.lorry
@@ -1,6 +1,6 @@
{
"avahi": {
"type": "git",
- "url": "git://git.0pointer.net/avahi.git"
+ "url": "https://git.0pointer.net/clone/avahi.git"
}
}
diff --git a/open-source-lorries/libatasmart.lorry b/open-source-lorries/libatasmart.lorry
index 7be481c..c76775d 100644
--- a/open-source-lorries/libatasmart.lorry
+++ b/open-source-lorries/libatasmart.lorry
@@ -1,6 +1,6 @@
{
"libatasmart": {
"type": "git",
- "url": "git://git.0pointer.de/libatasmart.git"
+ "url": "https://git.0pointer.net/clone/libatasmart.git"
}
}
diff --git a/open-source-lorries/libcanberra.lorry b/open-source-lorries/libcanberra.lorry
index 61e5795..4c7611c 100644
--- a/open-source-lorries/libcanberra.lorry
+++ b/open-source-lorries/libcanberra.lorry
@@ -1,6 +1,6 @@
{
"libcanberra": {
"type": "git",
- "url": "git://git.0pointer.de/libcanberra"
+ "url": "https://git.0pointer.net/clone/libcanberra.git"
}
}
diff --git a/open-source-lorries/libdaemon.lorry b/open-source-lorries/libdaemon.lorry
index caf4855..7cf8325 100644
--- a/open-source-lorries/libdaemon.lorry
+++ b/open-source-lorries/libdaemon.lorry
@@ -1,6 +1,6 @@
{
"libdaemon": {
"type": "git",
- "url": "git://git.0pointer.de/libdaemon"
+ "url": "https://git.0pointer.net/clone/libdaemon.git"
}
}