From: Peter Korsgaard Date: Wed, 13 Sep 2017 13:01:15 +0000 (+0200) Subject: bind: use http:// instead of ftp:// for site X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=771bb2d58d945ebd2909dc8ca5cccf30f189c581;p=buildroot.git bind: use http:// instead of ftp:// for site To avoid issues with firewalls blocking ftp. Signed-off-by: Peter Korsgaard --- diff --git a/package/bind/bind.mk b/package/bind/bind.mk index 97d98d0b21..f6aa7253ed 100644 --- a/package/bind/bind.mk +++ b/package/bind/bind.mk @@ -5,7 +5,7 @@ ################################################################################ BIND_VERSION = 9.11.2 -BIND_SITE = ftp://ftp.isc.org/isc/bind9/$(BIND_VERSION) +BIND_SITE = http://ftp.isc.org/isc/bind9/$(BIND_VERSION) # bind does not support parallel builds. BIND_MAKE = $(MAKE1) BIND_INSTALL_STAGING = YES