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

أحمد المحمودي aelmahmoudy at sabily.org
Sat Jun 14 09:47:14 CEST 2014


From: أحمد المحم ودي (Ahmed El-Mahmoudy) <aelmahmoudy at sabily.org>

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/                   <<<
---
 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))
-- 
1.9.1




More information about the vlc-devel mailing list