[Buildroot] [PATCH v1 2/2] barebox: change download site to https

Peter Seiderer ps.report at gmx.net
Fri Jan 11 21:52:35 UTC 2019


Signed-off-by: Peter Seiderer <ps.report at gmx.net>
---
 boot/barebox/barebox.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/boot/barebox/barebox.mk b/boot/barebox/barebox.mk
index b811e322b5..9e8a9f67b5 100644
--- a/boot/barebox/barebox.mk
+++ b/boot/barebox/barebox.mk
@@ -28,7 +28,7 @@ $(1)_SITE_METHOD = git
 else
 # Handle stable official Barebox versions
 $(1)_SOURCE = barebox-$$($(1)_VERSION).tar.bz2
-$(1)_SITE = http://www.barebox.org/download
+$(1)_SITE = https://www.barebox.org/download
 endif
 
 $(1)_DEPENDENCIES = host-lzop
-- 
2.20.1




More information about the buildroot mailing list