summaryrefslogtreecommitdiff
path: root/open-source-lorries
diff options
context:
space:
mode:
authorBen Hutchings <ben.hutchings@codethink.co.uk>2020-09-10 22:47:40 +0100
committerBen Hutchings <ben.hutchings@codethink.co.uk>2020-09-11 00:17:48 +0100
commitec861af2883cbb573d358430de2e3406f0160f40 (patch)
treec04b1b2b9afec0ce8fec3a5200cf6c66fbd468fe /open-source-lorries
parent4a1d136c4e6eca8a5b4383f4de4139426e158a0e (diff)
downloadlorries-ec861af2883cbb573d358430de2e3406f0160f40.tar.gz
Use https: scheme for mpfr
The svn native protocol is unauthenticated and so subject to man-in-the-middle attacks. Use https for this.
Diffstat (limited to 'open-source-lorries')
-rw-r--r--open-source-lorries/mpfr.lorry2
1 files changed, 1 insertions, 1 deletions
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/*",