[Buildroot] [git commit branch/2020.05.x] package/wayland-protocols: change download url to https

Peter Korsgaard peter at korsgaard.com
Tue Sep 29 13:57:16 UTC 2020


commit: https://git.buildroot.net/buildroot/commit/?id=ed6699f6436de85a450138afafd8cafcdef518b4
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2020.05.x

- change download url to https (as redirected by the original http url)

Signed-off-by: Peter Seiderer <ps.report at gmx.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
(cherry picked from commit 79609dd78f9054de74120da45defb3fdf693410d)
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/wayland-protocols/wayland-protocols.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/wayland-protocols/wayland-protocols.mk b/package/wayland-protocols/wayland-protocols.mk
index ed60d1c995..84028b97d5 100644
--- a/package/wayland-protocols/wayland-protocols.mk
+++ b/package/wayland-protocols/wayland-protocols.mk
@@ -5,7 +5,7 @@
 ################################################################################
 
 WAYLAND_PROTOCOLS_VERSION = 1.20
-WAYLAND_PROTOCOLS_SITE = http://wayland.freedesktop.org/releases
+WAYLAND_PROTOCOLS_SITE = https://wayland.freedesktop.org/releases
 WAYLAND_PROTOCOLS_SOURCE = wayland-protocols-$(WAYLAND_PROTOCOLS_VERSION).tar.xz
 WAYLAND_PROTOCOLS_LICENSE = MIT
 WAYLAND_PROTOCOLS_LICENSE_FILES = COPYING


More information about the buildroot mailing list