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] dropbear: change URL from http to https
Date: Wed, 29 Jun 2022 06:46:05 +0200	[thread overview]
Message-ID: <20220629044605.5298-1-bruno.thomsen@gmail.com> (raw)

Downloading package result in http code 301 Moved Permanently from
server. Update used URL to match redirect URL.

--2022-06-27 06:54:09--  http://matt.ucc.asn.au/dropbear/releases/dropbear-2020.81.tar.bz2
Resolving matt.ucc.asn.au (matt.ucc.asn.au)... 104.26.9.126, 172.67.72.143, 104.26.8.126, ...
Connecting to matt.ucc.asn.au (matt.ucc.asn.au)|104.26.9.126|:80... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: https://matt.ucc.asn.au/dropbear/releases/dropbear-2020.81.tar.bz2 [following]
--2022-06-27 06:54:10--  https://matt.ucc.asn.au/dropbear/releases/dropbear-2020.81.tar.bz2
Connecting to matt.ucc.asn.au (matt.ucc.asn.au)|104.26.9.126|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 2289644 (2.2M) [application/x-bzip2]

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

diff --git a/rules/dropbear.make b/rules/dropbear.make
index 066453259..cb949d761 100644
--- a/rules/dropbear.make
+++ b/rules/dropbear.make
@@ -20,7 +20,7 @@ DROPBEAR_VERSION	:= 2020.81
 DROPBEAR_MD5		:= a07438a6159a24c61f98f1bce2d479c0
 DROPBEAR		:= dropbear-$(DROPBEAR_VERSION)
 DROPBEAR_SUFFIX		:= tar.bz2
-DROPBEAR_URL		:= http://matt.ucc.asn.au/dropbear/releases/$(DROPBEAR).$(DROPBEAR_SUFFIX)
+DROPBEAR_URL		:= https://matt.ucc.asn.au/dropbear/releases/$(DROPBEAR).$(DROPBEAR_SUFFIX)
 DROPBEAR_SOURCE		:= $(SRCDIR)/$(DROPBEAR).$(DROPBEAR_SUFFIX)
 DROPBEAR_DIR		:= $(BUILDDIR)/$(DROPBEAR)
 DROPBEAR_LICENSE	:= \

base-commit: 85010b0d7eb9d209cdc2dc61e955289556ecac43
-- 
2.36.1




             reply	other threads:[~2022-06-29  4:46 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-29  4:46 Bruno Thomsen [this message]
2022-06-29  7:28 ` Alexander Dahl
2022-07-29  6:23 ` [ptxdist] [APPLIED] " 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=20220629044605.5298-1-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