[vlc-commits] Change the gmp download URL to https://gmplib.org/download
git at videolan.org
git at videolan.org
Sat Jun 14 20:54:56 CEST 2014
vlc | branch: master | أحمد المحم ودي (Ahmed El-Mahmoudy) <aelmahmoudy at sabily.org> | Sat Jun 14 06:47:14 2014 +0000| [9524a7722bf165eab5f4578af3ddb72d3fb16700] | 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>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9524a7722bf165eab5f4578af3ddb72d3fb16700
---
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