[vlc-commits] Change the gmp download URL to https://gmplib.org/download

git at videolan.org git at videolan.org
Thu Jun 19 14:00:04 CEST 2014


vlc/vlc-2.2 | branch: master | أحمد المحم ودي (Ahmed El-Mahmoudy) <aelmahmoudy at sabily.org> | Sat Jun 14 06:47:14 2014 +0000| [b057027ffeaa4cbd9e8b89766254c94e7ea17fb1] | committer: Jean-Baptiste Kempf

Change the gmp download URL to https://gmplib.org/download

The FTP server sometimes gives the following message:

230-Your bandwidth usage is restricted
230-
230-GMP -- GNU Multiple Precision Arithmetic Library
230-
230->>>  This is an intensionally throttled ftp server.                 <<<
230->>>  For faster and less tamper-prone file download, please go to:  <<<
230->>>                                                                 <<<
230->>>                  https://gmplib.org/download/                   <<<

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
(cherry picked from commit 9524a7722bf165eab5f4578af3ddb72d3fb16700)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.2.git/?a=commit;h=b057027ffeaa4cbd9e8b89766254c94e7ea17fb1
---

 contrib/src/gmp/rules.mak |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contrib/src/gmp/rules.mak b/contrib/src/gmp/rules.mak
index 46517a6..53a0e25 100644
--- a/contrib/src/gmp/rules.mak
+++ b/contrib/src/gmp/rules.mak
@@ -1,7 +1,7 @@
 # GNU Multiple Precision Arithmetic
 
 GMP_VERSION := 6.0.0
-GMP_URL := ftp://ftp.gmplib.org/pub/gmp-$(GMP_VERSION)/gmp-$(GMP_VERSION).tar.bz2
+GMP_URL := https://gmplib.org/download/gmp-$(GMP_VERSION)/gmp-$(GMP_VERSION).tar.bz2
 
 $(TARBALLS)/gmp-$(GMP_VERSION).tar.bz2:
 	$(call download,$(GMP_URL))



More information about the vlc-commits mailing list