diff mbox series

[2/2] bind: use http:// instead of ftp:// for site

Message ID 20170913130115.25010-2-peter@korsgaard.com
State Accepted
Commit 771bb2d58d945ebd2909dc8ca5cccf30f189c581
Headers show
Series [1/2] bind: bump to version 9.11.2 | expand

Commit Message

Peter Korsgaard Sept. 13, 2017, 1:01 p.m. UTC
To avoid issues with firewalls blocking ftp.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
 package/bind/bind.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Peter Korsgaard Sept. 22, 2017, 9:27 p.m. UTC | #1
>>>>> "Peter" == Peter Korsgaard <peter@korsgaard.com> writes:

 > To avoid issues with firewalls blocking ftp.
 > Signed-off-by: Peter Korsgaard <peter@korsgaard.com>

Committed, thanks.
Peter Korsgaard Sept. 23, 2017, 8:31 a.m. UTC | #2
>>>>> "Peter" == Peter Korsgaard <peter@korsgaard.com> writes:

 > To avoid issues with firewalls blocking ftp.
 > Signed-off-by: Peter Korsgaard <peter@korsgaard.com>

Committed to 2017.02.x, thanks.
Peter Korsgaard Oct. 16, 2017, 10:01 p.m. UTC | #3
>>>>> "Peter" == Peter Korsgaard <peter@korsgaard.com> writes:

 > To avoid issues with firewalls blocking ftp.
 > Signed-off-by: Peter Korsgaard <peter@korsgaard.com>

Committed to 2017.08.x, thanks.
diff mbox series

Patch

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