From 2258cc461139da2138a8c9d757fdacd8328ef220 Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Thu, 10 Sep 2020 22:49:12 +0100 Subject: Use https: scheme instead of http: for various repositories HTTP is unauthenticated and so subject to man-in-the-middle attacks. Use https for these. --- open-source-lorries/log4cxx.lorry | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'open-source-lorries/log4cxx.lorry') diff --git a/open-source-lorries/log4cxx.lorry b/open-source-lorries/log4cxx.lorry index c596b01..12202ed 100644 --- a/open-source-lorries/log4cxx.lorry +++ b/open-source-lorries/log4cxx.lorry @@ -1,7 +1,7 @@ { "log4cxx": { "type": "svn", - "url": "http://svn.apache.org/repos/asf/incubator/log4cxx", + "url": "https://svn.apache.org/repos/asf/incubator/log4cxx", "layout": "standard" } } -- cgit v1.2.1