From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Fri, 28 Oct 2022 16:45:29 +0200 Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1ooQbx-005SfT-HZ for lore@lore.pengutronix.de; Fri, 28 Oct 2022 16:45:29 +0200 Received: from localhost ([127.0.0.1] helo=metis.ext.pengutronix.de) by metis.ext.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1ooQbw-0001Hz-7Z; Fri, 28 Oct 2022 16:45:28 +0200 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1ooQb9-0006YG-7K; Fri, 28 Oct 2022 16:44:39 +0200 Received: from [2a0a:edc0:0:1101:1d::54] (helo=dude05.red.stw.pengutronix.de) by drehscheibe.grey.stw.pengutronix.de with esmtp (Exim 4.94.2) (envelope-from ) id 1ooQb9-000v3N-Fv; Fri, 28 Oct 2022 16:44:38 +0200 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.94.2) (envelope-from ) id 1ooQb7-009Xv3-TE; Fri, 28 Oct 2022 16:44:37 +0200 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Fri, 28 Oct 2022 16:44:37 +0200 Message-Id: <20221028144437.2274825-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20221020145407.3651-3-bruno.thomsen@gmail.com> References: <20221020145407.3651-3-bruno.thomsen@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [ptxdist] [APPLIED] libmbim: change URL from http to https X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Cc: Bruno Thomsen Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false Thanks, applied as c3590c706f19f6769bbb5781ea417777d3cb15d8. Michael [sent from post-receive hook] On Fri, 28 Oct 2022 16:44:37 +0200, Bruno Thomsen wrote: > 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 > Message-Id: <20221020145407.3651-3-bruno.thomsen@gmail.com> > Signed-off-by: Michael Olbrich > > diff --git a/rules/libmbim.make b/rules/libmbim.make > index 781f9c0ce0fd..f2f8e5801e9a 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