From ec861af2883cbb573d358430de2e3406f0160f40 Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Thu, 10 Sep 2020 22:47:40 +0100 Subject: Use https: scheme for mpfr The svn native protocol is unauthenticated and so subject to man-in-the-middle attacks. Use https for this. --- open-source-lorries/mpfr.lorry | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/open-source-lorries/mpfr.lorry b/open-source-lorries/mpfr.lorry index 5b7bc08..8360614 100644 --- a/open-source-lorries/mpfr.lorry +++ b/open-source-lorries/mpfr.lorry @@ -1,7 +1,7 @@ { "mpfr": { "type": "svn", - "url": "svn://scm.gforge.inria.fr/svn/mpfr/", + "url": "https://scm.gforge.inria.fr/anonscm/svn/mpfr/", "layout": "standard", "refspecs": [ "+refs/tags/*", -- cgit v1.2.1