Thanks, applied as 6b12b417d9bf0f93b69fdf2b58c4b540cd890f26.

Michael

[sent from post-receive hook]

On Fri, 28 Oct 2022 16:44:33 +0200, Bruno Thomsen <bruno.thom...@gmail.com> 
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 <bruno.thom...@gmail.com>
> Message-Id: <20221020145407.3651-1-bruno.thom...@gmail.com>
> Signed-off-by: Michael Olbrich <m.olbr...@pengutronix.de>
> 
> 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

Reply via email to