From 2a1eddb5ae0f18d1c984abcab09a0b6e6ee6d0f0 Mon Sep 17 00:00:00 2001 From: Zoltan HERPAI Date: Wed, 8 Nov 2017 18:02:59 +0100 Subject: [PATCH] libuv: move download URL to https When using IPv6 and http://, the site redirects to https://nodejs.org which doesn't have the dist sources. IPv4 does not have this problem. Use https directly. Signed-off-by: Zoltan HERPAI --- libs/libuv/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/libuv/Makefile b/libs/libuv/Makefile index c191c0eaa..95d4cef1e 100644 --- a/libs/libuv/Makefile +++ b/libs/libuv/Makefile @@ -16,7 +16,7 @@ PKG_LICENSE_FILES:=LICENSE PKG_MAINTAINER:=Luka Perkov PKG_SOURCE:=$(PKG_NAME)-v$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=http://dist.libuv.org/dist/v$(PKG_VERSION)/ +PKG_SOURCE_URL:=https://dist.libuv.org/dist/v$(PKG_VERSION)/ PKG_MD5SUM:=654bf6783ac7fc10435c84ec86720a6e PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-v$(PKG_VERSION)