From: Bruno Thomsen <bruno.thomsen@gmail.com>
To: ptxdist@pengutronix.de
Cc: Bruno Thomsen <bruno.thomsen@gmail.com>
Subject: [ptxdist] [PATCH 5/5] python3: update download URL
Date: Thu, 20 Oct 2022 16:54:07 +0200 [thread overview]
Message-ID: <20221020145407.3651-5-bruno.thomsen@gmail.com> (raw)
In-Reply-To: <20221020145407.3651-1-bruno.thomsen@gmail.com>
Downloading package result in double http code 301 Moved Permanently
from servers. Update used URL to match redirect URL.
--2022-10-20 11:25:21-- http://python.org/ftp/python/3.10.4/Python-3.10.4.tar.xz
Resolving python.org (python.org)... 138.197.63.241
Connecting to python.org (python.org)|138.197.63.241|:80... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: https://python.org/ftp/python/3.10.4/Python-3.10.4.tar.xz [following]
--2022-10-20 11:25:22-- https://python.org/ftp/python/3.10.4/Python-3.10.4.tar.xz
Connecting to python.org (python.org)|138.197.63.241|:443... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: https://www.python.org/ftp/python/3.10.4/Python-3.10.4.tar.xz [following]
--2022-10-20 11:25:22-- https://www.python.org/ftp/python/3.10.4/Python-3.10.4.tar.xz
Resolving www.python.org (www.python.org)... 199.232.40.223, 2a04:4e42:47::223
Connecting to www.python.org (www.python.org)|199.232.40.223|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 19342692 (18M) [application/octet-stream]
Signed-off-by: Bruno Thomsen <bruno.thomsen@gmail.com>
---
rules/python3.make | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/rules/python3.make b/rules/python3.make
index 59c46ca0f..b18582563 100644
--- a/rules/python3.make
+++ b/rules/python3.make
@@ -26,7 +26,7 @@ PYTHON3_DIR := $(BUILDDIR)/$(PYTHON3)
PYTHON3_DEVPKG := NO
PYTHON3_URL := \
- http://python.org/ftp/python/$(PYTHON3_VERSION)/$(PYTHON3).$(PYTHON3_SUFFIX) \
+ https://www.python.org/ftp/python/$(PYTHON3_VERSION)/$(PYTHON3).$(PYTHON3_SUFFIX) \
http://python.org/ftp/python/$(PYTHON3_MAJORMINOR)/$(PYTHON3).$(PYTHON3_SUFFIX)
CROSS_PYTHON3 := $(PTXDIST_SYSROOT_CROSS)/bin/python$(PYTHON3_MAJORMINOR)
--
2.37.3
next prev parent reply other threads:[~2022-10-20 14:55 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-10-20 14:54 [ptxdist] [PATCH 1/5] libcurl: " 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 ` Bruno Thomsen [this message]
2022-10-28 14:44 ` [ptxdist] [APPLIED] python3: " Michael Olbrich
2022-10-28 14:44 ` [ptxdist] [APPLIED] libcurl: " Michael Olbrich
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20221020145407.3651-5-bruno.thomsen@gmail.com \
--to=bruno.thomsen@gmail.com \
--cc=ptxdist@pengutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox