]> git.sesse.net Git - vlc/commitdiff
Change the gmp download URL to https://gmplib.org/download
authorأحمد المحم ودي (Ahmed El-Mahmoudy) <aelmahmoudy@sabily.org>
Sat, 14 Jun 2014 06:47:14 +0000 (06:47 +0000)
committerJean-Baptiste Kempf <jb@videolan.org>
Sat, 14 Jun 2014 18:54:52 +0000 (20:54 +0200)
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@videolan.org>
contrib/src/gmp/rules.mak

index 46517a68e4384e0248919684de35266fa47547c6..53a0e25a894bb65b1c57a161e4649827bc8964da 100644 (file)
@@ -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))