mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Bruno Thomsen <bruno.thomsen@gmail.com>
To: ptxdist@pengutronix.de
Cc: Bruno Thomsen <bruno.thomsen@gmail.com>
Subject: [ptxdist] [PATCH 4/5] host-opkg-utils: update download URL
Date: Thu, 20 Oct 2022 16:54:06 +0200	[thread overview]
Message-ID: <20221020145407.3651-4-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:27:03--  http://git.yoctoproject.org/cgit/cgit.cgi/opkg-utils/snapshot/opkg-utils-0.5.0.tar.gz
Resolving git.yoctoproject.org (git.yoctoproject.org)... 198.145.29.90
Connecting to git.yoctoproject.org (git.yoctoproject.org)|198.145.29.90|:80... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: https://git.yoctoproject.org/cgit/cgit.cgi/opkg-utils/snapshot/opkg-utils-0.5.0.tar.gz [following]
--2022-10-20 11:27:03--  https://git.yoctoproject.org/cgit/cgit.cgi/opkg-utils/snapshot/opkg-utils-0.5.0.tar.gz
Connecting to git.yoctoproject.org (git.yoctoproject.org)|198.145.29.90|:443... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: https://git.yoctoproject.org/opkg-utils/snapshot/opkg-utils-0.5.0.tar.gz [following]
--2022-10-20 11:27:04--  https://git.yoctoproject.org/opkg-utils/snapshot/opkg-utils-0.5.0.tar.gz
Reusing existing connection to git.yoctoproject.org:443.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [application/x-gzip]

Signed-off-by: Bruno Thomsen <bruno.thomsen@gmail.com>
---
 rules/host-opkg-utils.make | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rules/host-opkg-utils.make b/rules/host-opkg-utils.make
index 159eac64b..0e6e28e9f 100644
--- a/rules/host-opkg-utils.make
+++ b/rules/host-opkg-utils.make
@@ -18,7 +18,7 @@ HOST_OPKG_UTILS_VERSION	:= 0.5.0
 HOST_OPKG_UTILS_MD5	:= c71939ee02c69462bd3ba1fe0d6de5e2
 HOST_OPKG_UTILS		:= opkg-utils-$(HOST_OPKG_UTILS_VERSION)
 HOST_OPKG_UTILS_SUFFIX	:= tar.gz
-HOST_OPKG_UTILS_URL	:= http://git.yoctoproject.org/cgit/cgit.cgi/opkg-utils/snapshot/$(HOST_OPKG_UTILS).$(HOST_OPKG_UTILS_SUFFIX)
+HOST_OPKG_UTILS_URL	:= https://git.yoctoproject.org/opkg-utils/snapshot/$(HOST_OPKG_UTILS).$(HOST_OPKG_UTILS_SUFFIX)
 HOST_OPKG_UTILS_SOURCE	:= $(SRCDIR)/$(HOST_OPKG_UTILS).$(HOST_OPKG_UTILS_SUFFIX)
 HOST_OPKG_UTILS_DIR	:= $(HOST_BUILDDIR)/$(HOST_OPKG_UTILS)
 HOST_OPKG_UTILS_LICENSE	:= GPL-2.0-only
-- 
2.37.3




  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 ` Bruno Thomsen [this message]
2022-10-28 14:44   ` [ptxdist] [APPLIED] host-opkg-utils: update download URL 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

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-4-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