From 4ac51ebc400c06e27e01d874f9fdd43560a95d6e Mon Sep 17 00:00:00 2001 From: Li-Wen Hsu Date: Fri, 8 Nov 2019 09:06:27 +0000 Subject: [PATCH] Use HTTPS in PATCH_SITES --- sysutils/u-boot-master/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysutils/u-boot-master/Makefile b/sysutils/u-boot-master/Makefile index bdbd633ada22..06466ca1de1a 100644 --- a/sysutils/u-boot-master/Makefile +++ b/sysutils/u-boot-master/Makefile @@ -36,7 +36,7 @@ NO_ARCH= yes # Use upstreamed patches not yet mainlined PATCH_DIST_STRIP= -p1 -PATCH_SITES+= http://patchwork.ozlabs.org/patch/ +PATCH_SITES+= https://patchwork.ozlabs.org/patch/ # Sanity checks .if !defined(MODEL) && !defined(BOARD_CONFIG) && !defined(FAMILY)