mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH 1/5] libcurl: update download URL
@ 2022-10-20 14:54 Bruno Thomsen
  2022-10-20 14:54 ` [ptxdist] [PATCH 2/5] dbus: " Bruno Thomsen
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Bruno Thomsen @ 2022-10-20 14:54 UTC (permalink / raw)
  To: ptxdist; +Cc: Bruno Thomsen

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.thomsen@gmail.com>
---
 rules/libcurl.make | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rules/libcurl.make b/rules/libcurl.make
index e5daf5395..4097462c5 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

base-commit: 8b46f8923ebfeb2bd1ead374035255df1df26f85
-- 
2.37.3




^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2022-10-28 14:45 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-20 14:54 [ptxdist] [PATCH 1/5] libcurl: update download URL Bruno Thomsen
2022-10-20 14:54 ` [ptxdist] [PATCH 2/5] dbus: " Bruno Thomsen
2022-10-28 14:44   ` [ptxdist] [APPLIED] " Michael Olbrich
2022-10-20 14:54 ` [ptxdist] [PATCH 3/5] libmbim: change URL from http to https Bruno Thomsen
2022-10-28 14:44   ` [ptxdist] [APPLIED] " Michael Olbrich
2022-10-20 14:54 ` [ptxdist] [PATCH 4/5] host-opkg-utils: update download URL Bruno Thomsen
2022-10-28 14:44   ` [ptxdist] [APPLIED] " Michael Olbrich
2022-10-20 14:54 ` [ptxdist] [PATCH 5/5] python3: " Bruno Thomsen
2022-10-28 14:44   ` [ptxdist] [APPLIED] " Michael Olbrich
2022-10-28 14:44 ` [ptxdist] [APPLIED] libcurl: " Michael Olbrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox