From 062b23b80b52448b2aa7a18d67996937441b4b18 Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Thu, 10 Sep 2020 22:26:36 +0100 Subject: Use https: scheme for all repositories on git.samba.org The git native protocol is unauthenticated and so subject to man-in-the-middle attacks. Use https for these. --- open-source-lorries/rsync.lorry | 2 +- open-source-lorries/samba.lorry | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/open-source-lorries/rsync.lorry b/open-source-lorries/rsync.lorry index d534168..415f0e3 100644 --- a/open-source-lorries/rsync.lorry +++ b/open-source-lorries/rsync.lorry @@ -1,6 +1,6 @@ { "rsync": { "type": "git", - "url": "git://git.samba.org/rsync.git" + "url": "https://git.samba.org/rsync.git" } } diff --git a/open-source-lorries/samba.lorry b/open-source-lorries/samba.lorry index 55c434a..97e7719 100644 --- a/open-source-lorries/samba.lorry +++ b/open-source-lorries/samba.lorry @@ -1,6 +1,6 @@ { "samba": { "type": "git", - "url": "git://git.samba.org/samba" + "url": "https://git.samba.org/samba.git" } } -- cgit v1.2.1