From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Fri, 28 Oct 2022 16:45:27 +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 1ooQbv-005See-0O for lore@lore.pengutronix.de; Fri, 28 Oct 2022 16:45:27 +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 1ooQbr-0000yD-6u; Fri, 28 Oct 2022 16:45:23 +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 1ooQb5-0006VN-7j; Fri, 28 Oct 2022 16:44:35 +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 1ooQb5-000v3D-Fb; Fri, 28 Oct 2022 16:44:34 +0200 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.94.2) (envelope-from ) id 1ooQb3-009XEj-Td; Fri, 28 Oct 2022 16:44:33 +0200 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Fri, 28 Oct 2022 16:44:33 +0200 Message-Id: <20221028144433.2272235-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20221020145407.3651-1-bruno.thomsen@gmail.com> References: <20221020145407.3651-1-bruno.thomsen@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [ptxdist] [APPLIED] libcurl: update download URL 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 6b12b417d9bf0f93b69fdf2b58c4b540cd890f26. Michael [sent from post-receive hook] On Fri, 28 Oct 2022 16:44:33 +0200, Bruno Thomsen wrote: > Downloading package result in http code 301 Moved Permanently from > server. Update used URL to match redirect URL. > > --2022-10-20 11:25:26-- https://curl.haxx.se/download/curl-7.85.0.tar.xz > Resolving curl.haxx.se (curl.haxx.se)... 151.101.66.49, 151.101.130.49, 151.101.194.49, ... > Connecting to curl.haxx.se (curl.haxx.se)|151.101.66.49|:443... connected. > HTTP request sent, awaiting response... 301 Moved Permanently > Location: https://curl.se/download/curl-7.85.0.tar.xz [following] > --2022-10-20 11:25:27-- https://curl.se/download/curl-7.85.0.tar.xz > Resolving curl.se (curl.se)... 151.101.65.91, 151.101.129.91, 151.101.193.91, ... > Connecting to curl.se (curl.se)|151.101.65.91|:443... connected. > HTTP request sent, awaiting response... 200 OK > Length: 2480648 (2.4M) [application/x-xz] > > Signed-off-by: Bruno Thomsen > Message-Id: <20221020145407.3651-1-bruno.thomsen@gmail.com> > Signed-off-by: Michael Olbrich > > diff --git a/rules/libcurl.make b/rules/libcurl.make > index e5daf5395be6..4097462c5721 100644 > --- a/rules/libcurl.make > +++ b/rules/libcurl.make > @@ -19,7 +19,7 @@ LIBCURL_VERSION := 7.85.0 > LIBCURL_MD5 := 131f76c84016c45806b902330a74164f > LIBCURL := curl-$(LIBCURL_VERSION) > LIBCURL_SUFFIX := tar.xz > -LIBCURL_URL := https://curl.haxx.se/download/$(LIBCURL).$(LIBCURL_SUFFIX) > +LIBCURL_URL := https://curl.se/download/$(LIBCURL).$(LIBCURL_SUFFIX) > LIBCURL_SOURCE := $(SRCDIR)/$(LIBCURL).$(LIBCURL_SUFFIX) > LIBCURL_DIR := $(BUILDDIR)/$(LIBCURL) > LIBCURL_LICENSE := curl