From: Peter Seiderer Date: Tue, 15 Sep 2020 18:13:22 +0000 (+0200) Subject: package/wayland-utils: change download url to https X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7f0c1a010b8c599632b6df751e18b109dd440ad7;p=buildroot.git package/wayland-utils: change download url to https - change download url to https (as given by the original announcement [1] and redirected by the http url) Fixes: - http://autobuild.buildroot.net/results/84ad38933e4f42b74c3185c8c5e777fd714c9601 >>> wayland-utils 1.0.0 Downloading[27m --2020-09-14 13:53:35-- http://wayland.freedesktop.org/releases/wayland-utils-1.0.0.tar.xz Resolving wayland.freedesktop.org (wayland.freedesktop.org)... 35.227.58.183 Connecting to wayland.freedesktop.org (wayland.freedesktop.org)|35.227.58.183|:80... connected. HTTP request sent, awaiting response... 308 Permanent Redirect 2020-09-14 13:53:35 ERROR 308: Permanent Redirect. [1] https://lists.freedesktop.org/archives/wayland-devel/2020-July/041565.html Signed-off-by: Peter Seiderer Signed-off-by: Thomas Petazzoni --- diff --git a/package/wayland-utils/wayland-utils.mk b/package/wayland-utils/wayland-utils.mk index 5269454b7e..30a33b61d6 100644 --- a/package/wayland-utils/wayland-utils.mk +++ b/package/wayland-utils/wayland-utils.mk @@ -5,7 +5,7 @@ ################################################################################ WAYLAND_UTILS_VERSION = 1.0.0 -WAYLAND_UTILS_SITE = http://wayland.freedesktop.org/releases +WAYLAND_UTILS_SITE = https://wayland.freedesktop.org/releases WAYLAND_UTILS_SOURCE = wayland-utils-$(WAYLAND_UTILS_VERSION).tar.xz WAYLAND_UTILS_LICENSE = MIT WAYLAND_UTILS_LICENSE_FILES = COPYING