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/libapr.lorry | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'open-source-lorries/libapr.lorry') diff --git a/open-source-lorries/libapr.lorry b/open-source-lorries/libapr.lorry index 6a0988b..c9a722b 100644 --- a/open-source-lorries/libapr.lorry +++ b/open-source-lorries/libapr.lorry @@ -1,7 +1,7 @@ { "libapr": { "type": "svn", - "url": "http://svn.apache.org/repos/asf/apr/apr/", + "url": "https://svn.apache.org/repos/asf/apr/apr/", "layout": "standard", "refspecs": [ "+refs/heads/*", -- cgit v1.2.1