From 453f2aeaf7f5b046f556ac613ab82a85a0ec171b Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Fri, 11 Sep 2020 00:07:00 +0100 Subject: Use https: scheme for gdbm The git native protocol is unauthenticated and so subject to man-in-the-middle attacks. Use https for this. --- open-source-lorries/gdbm.lorry | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/open-source-lorries/gdbm.lorry b/open-source-lorries/gdbm.lorry index a4544ea..99951ba 100644 --- a/open-source-lorries/gdbm.lorry +++ b/open-source-lorries/gdbm.lorry @@ -1,6 +1,6 @@ { "gdbm": { "type": "git", - "url": "git://git.gnu.org.ua/gdbm.git" + "url": "http://git.gnu.org.ua/repo/gdbm.git" } } -- cgit v1.2.1