From 572d444c781e992b324c736c4747ea0bc14aa552 Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Thu, 10 Sep 2020 19:44:15 +0100 Subject: Use https: scheme for all repositories on repo.or.cz The git native protocol is unauthenticated and so subject to man-in-the-middle attacks. Use https for these. --- open-source-lorries/cvsps.lorry | 2 +- open-source-lorries/iotop.lorry | 2 +- open-source-lorries/nasm.lorry | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/open-source-lorries/cvsps.lorry b/open-source-lorries/cvsps.lorry index 7ac9ccf..06806d1 100644 --- a/open-source-lorries/cvsps.lorry +++ b/open-source-lorries/cvsps.lorry @@ -1,6 +1,6 @@ { "cvsps": { "type": "git", - "url": "git://repo.or.cz/cvsps-yd.git" + "url": "https://repo.or.cz/cvsps-yd.git" } } diff --git a/open-source-lorries/iotop.lorry b/open-source-lorries/iotop.lorry index c824774..fb69476 100644 --- a/open-source-lorries/iotop.lorry +++ b/open-source-lorries/iotop.lorry @@ -1,6 +1,6 @@ { "iotop": { "type": "git", - "url": "git://repo.or.cz/iotop.git" + "url": "https://repo.or.cz/iotop.git" } } diff --git a/open-source-lorries/nasm.lorry b/open-source-lorries/nasm.lorry index 2eeef91..6b975ff 100644 --- a/open-source-lorries/nasm.lorry +++ b/open-source-lorries/nasm.lorry @@ -1,6 +1,6 @@ { "nasm": { "type": "git", - "url": "git://repo.or.cz/nasm.git" + "url": "https://repo.or.cz/nasm.git" } } -- cgit v1.2.1