Downloading package result in a redirect from http to https. Use URL we have been told to follow.
--2022-10-20 11:25:17-- http://www.freedesktop.org/software/libmbim/libmbim-1.26.4.tar.xz Resolving www.freedesktop.org (www.freedesktop.org)... 131.252.210.176, 2610:10:20:722:a800:ff:feda:470f Connecting to www.freedesktop.org (www.freedesktop.org)|131.252.210.176|:80... connected. HTTP request sent, awaiting response... 302 Found Location: https://www.freedesktop.org/software/libmbim/libmbim-1.26.4.tar.xz [following] --2022-10-20 11:25:18-- https://www.freedesktop.org/software/libmbim/libmbim-1.26.4.tar.xz Connecting to www.freedesktop.org (www.freedesktop.org)|131.252.210.176|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 566188 (553K) [application/x-xz] Signed-off-by: Bruno Thomsen <[email protected]> --- rules/libmbim.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/libmbim.make b/rules/libmbim.make index 781f9c0ce..f2f8e5801 100644 --- a/rules/libmbim.make +++ b/rules/libmbim.make @@ -18,7 +18,7 @@ LIBMBIM_VERSION := 1.26.4 LIBMBIM_MD5 := 58dea20cad346f31d2873b68385a9973 LIBMBIM := libmbim-$(LIBMBIM_VERSION) LIBMBIM_SUFFIX := tar.xz -LIBMBIM_URL := http://www.freedesktop.org/software/libmbim/$(LIBMBIM).$(LIBMBIM_SUFFIX) +LIBMBIM_URL := https://www.freedesktop.org/software/libmbim/$(LIBMBIM).$(LIBMBIM_SUFFIX) LIBMBIM_SOURCE := $(SRCDIR)/$(LIBMBIM).$(LIBMBIM_SUFFIX) LIBMBIM_DIR := $(BUILDDIR)/$(LIBMBIM) LIBMBIM_LICENSE := GPL-2.0-or-later AND LGPL-2.1-or-later -- 2.37.3
