mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Alexander Dahl <ada@thorsis.com>
To: Bruno Thomsen <bruno.thomsen@gmail.com>
Cc: ptxdist@pengutronix.de
Subject: Re: [ptxdist] [PATCH] dropbear: change URL from http to https
Date: Wed, 29 Jun 2022 09:28:07 +0200	[thread overview]
Message-ID: <Yrv+9x60M8+LA23g@ada.ifak-system.com> (raw)
In-Reply-To: <20220629044605.5298-1-bruno.thomsen@gmail.com>

Hello,

Am Wed, Jun 29, 2022 at 06:46:05AM +0200 schrieb Bruno Thomsen:
> 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)

Reviewed-by: Alexander Dahl <ada@thorsis.com>

Greets
Alex

>  DROPBEAR_SOURCE		:= $(SRCDIR)/$(DROPBEAR).$(DROPBEAR_SUFFIX)
>  DROPBEAR_DIR		:= $(BUILDDIR)/$(DROPBEAR)
>  DROPBEAR_LICENSE	:= \
> 
> base-commit: 85010b0d7eb9d209cdc2dc61e955289556ecac43
> -- 
> 2.36.1
> 
> 



  reply	other threads:[~2022-06-29  7:28 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-29  4:46 Bruno Thomsen
2022-06-29  7:28 ` Alexander Dahl [this message]
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=Yrv+9x60M8+LA23g@ada.ifak-system.com \
    --to=ada@thorsis.com \
    --cc=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