From 3d1561529d28fc818b60f3e96f9abe052aad73b1 Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Thu, 10 Sep 2020 20:47:53 +0100 Subject: 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. --- open-source-lorries/avahi.lorry | 2 +- open-source-lorries/libatasmart.lorry | 2 +- open-source-lorries/libcanberra.lorry | 2 +- open-source-lorries/libdaemon.lorry | 2 +- 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" } } -- cgit v1.2.1