From cfa2f83d65cd39fff29df21074961c2d4c59988b Mon Sep 17 00:00:00 2001 From: Josef Schlehofer Date: Wed, 21 Nov 2018 15:28:03 +0100 Subject: [PATCH] bind: change http servers to https Signed-off-by: Josef Schlehofer --- net/bind/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/bind/Makefile b/net/bind/Makefile index 67ac6e62a..a37a092e8 100644 --- a/net/bind/Makefile +++ b/net/bind/Makefile @@ -18,8 +18,8 @@ PKG_LICENSE := MPL-2.0 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:= \ - http://www.mirrorservice.org/sites/ftp.isc.org/isc/bind9/$(PKG_VERSION) \ - http://ftp.isc.org/isc/bind9/$(PKG_VERSION) + https://www.mirrorservice.org/sites/ftp.isc.org/isc/bind9/$(PKG_VERSION) \ + https://ftp.isc.org/isc/bind9/$(PKG_VERSION) PKG_HASH:=a4cae11dad954bdd4eb592178f875bfec09fcc7e29fe0f6b7a4e5b5c6bc61322 PKG_FIXUP:=autoreconf