From 75d0dad74314051955e75f17df7d285fce1a7afb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20de=20Saint=20Martin?= <cedric.dsm@tiolive.com> Date: Fri, 6 Feb 2015 10:14:06 +0100 Subject: [PATCH] gmp component: use https to download archive. 1/ FTP doesn't work 2/ ftp://ftp.gmplib.org reads FOR FASTER+SAFER DOWNLOADS USE https. --- component/gmp/buildout.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/component/gmp/buildout.cfg b/component/gmp/buildout.cfg index d087575c9..8e97d66bd 100644 --- a/component/gmp/buildout.cfg +++ b/component/gmp/buildout.cfg @@ -9,7 +9,7 @@ parts = [gmp] recipe = slapos.recipe.cmmi version = 6.0.0a -url = ftp://ftp.gmplib.org/pub/gmp-6.0.0/gmp-${:version}.tar.xz +url = https://gmplib.org/download/gmp/gmp-${:version}.tar.xz md5sum = 1e6da4e434553d2811437aa42c7f7c76 configure-options = --enable-cxx -- 2.30.9