mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Michael Olbrich <m.olbrich@pengutronix.de>
To: Bruno Thomsen <bruno.thomsen@gmail.com>
Cc: christian.melki@t2data.com,
	"ptxdist@pengutronix.de" <ptxdist@pengutronix.de>
Subject: Re: [ptxdist] [PATCH] xz: add extra URL
Date: Thu, 7 Mar 2024 17:17:03 +0100	[thread overview]
Message-ID: <Zenof3ERcOx3CPEC@pengutronix.de> (raw)
In-Reply-To: <CAH+2xPA5QPqjX2KDAxXPG6d7jCPw=uo1R_wiY+nsegrnNG7SRQ@mail.gmail.com>

On Wed, Mar 06, 2024 at 04:55:01PM +0100, Bruno Thomsen wrote:
> Den tirs. 5. mar. 2024 kl. 06.58 skrev Christian Melki
> <christian.melki@t2data.com>:
> >
> > Hi Bruno.
> >
> > I bumped xz last week. I think it's hosted on github from now on.
> >
> > https://lore.ptxdist.org/ptxdist/20240225143514.2406777-1-christian.melki@t2data.com/T/#m2a3fe2fdc489cf841e388f18b5f9e38c7ccfa408
> >
> 
> Hi Christian,
> 
> I missed that patch :(
> In my download log I don't see that they have moved permanently to github,
> as bouncer still returns 302 Found and not 301 Moved Permanently.

On the homepage[1] the download links point to github for the new release.
And there is a note: "All releases since 5.2.10 and 5.4.0 are hosted on
GitHub."

Michael


> --2024-03-06 07:07:49--  https://tukaani.org/xz/xz-5.4.4.tar.bz2
> Resolving tukaani.org (tukaani.org)... 5.44.245.25
> Connecting to tukaani.org (tukaani.org)|5.44.245.25|:443... connected.
> HTTP request sent, awaiting response... 302 Found
> Location: https://github.com/tukaani-project/xz/releases/download/v5.4.4/xz-5.4.4.tar.bz2
> [following]
> --2024-03-06 07:07:49--
> https://github.com/tukaani-project/xz/releases/download/v5.4.4/xz-5.4.4.tar.bz2
> Resolving github.com (github.com)... 140.82.121.4
> Connecting to github.com (github.com)|140.82.121.4|:443... connected.
> HTTP request sent, awaiting response... 302 Found
> Location: https://objects.githubusercontent.com/github-production-release-asset-2e65be/553665726/bb2ac96f-c9ec-462e-b4ce-e8c62b3d65d2?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAVCODYLSA53PQK4ZA%2F20240306%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20240306T070749Z&X-Amz-Expires=300&X-Amz-Signature=73c9dac5b9feb6997241c4988d511e712ac2b0346c18dfa6492ae18413d920b6&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=553665726&response-content-disposition=attachment%3B%20filename%3Dxz-5.4.4.tar.bz2&response-content-type=application%2Foctet-stream
> [following]
> --2024-03-06 07:07:49--
> https://objects.githubusercontent.com/github-production-release-asset-2e65be/553665726/bb2ac96f-c9ec-462e-b4ce-e8c62b3d65d2?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAVCODYLSA53PQK4ZA%2F20240306%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20240306T070749Z&X-Amz-Expires=300&X-Amz-Signature=73c9dac5b9feb6997241c4988d511e712ac2b0346c18dfa6492ae18413d920b6&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=553665726&response-content-disposition=attachment%3B%20filename%3Dxz-5.4.4.tar.bz2&response-content-type=application%2Foctet-stream
> Resolving objects.githubusercontent.com
> (objects.githubusercontent.com)... 185.199.108.133, 185.199.109.133,
> 185.199.110.133, ...
> Connecting to objects.githubusercontent.com
> (objects.githubusercontent.com)|185.199.108.133|:443... connected.
> HTTP request sent, awaiting response... 200 OK
> Length: 2166261 (2.1M) [application/octet-stream]
> 
> /Bruno
> 
> > On 3/4/24 20:40, Bruno Thomsen wrote:
> > > Add an additional github URL that is currently used.
> > > It will then act as fallback so we don't rely on 302 Found Location
> > > from primary URL.
> > >
> > > Suggested-by: Roland Hieber <rhi@pengutronix.de>
> > > Signed-off-by: Bruno Thomsen <bruno.thomsen@gmail.com>
> > > ---
> > >  rules/xz.make | 4 +++-
> > >  1 file changed, 3 insertions(+), 1 deletion(-)
> > >
> > > diff --git a/rules/xz.make b/rules/xz.make
> > > index f24a2ac03..969eed4bd 100644
> > > --- a/rules/xz.make
> > > +++ b/rules/xz.make
> > > @@ -18,7 +18,9 @@ XZ_VERSION  := 5.4.4
> > >  XZ_MD5               := fbb849a27e266964aefe26bad508144f
> > >  XZ           := xz-$(XZ_VERSION)
> > >  XZ_SUFFIX    := tar.bz2
> > > -XZ_URL               := https://tukaani.org/xz/$(XZ).$(XZ_SUFFIX)
> > > +XZ_URL               := \
> > > +     https://tukaani.org/xz/$(XZ).$(XZ_SUFFIX) \
> > > +     https://github.com/tukaani-project/xz/releases/download/v$(XZ_VERSION)/$(XZ).$(XZ_SUFFIX)
> > >  XZ_SOURCE    := $(SRCDIR)/$(XZ).$(XZ_SUFFIX)
> > >  XZ_DIR               := $(BUILDDIR)/$(XZ)
> > >  XZ_LICENSE   := public_domain AND LGPL-2.1-or-later AND GPL-2.0-or-later AND GPL-3.0-or-later
> > >
> > > base-commit: 6bf08f784b8d41b63ba1d322e79145ad670b09e2
> >
> 
> 

-- 
Pengutronix e.K.                           |                             |
Steuerwalder Str. 21                       | http://www.pengutronix.de/  |
31137 Hildesheim, Germany                  | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |



      reply	other threads:[~2024-03-07 16:17 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-04 19:40 Bruno Thomsen
2024-03-05  5:56 ` Christian Melki
2024-03-06 15:55   ` Bruno Thomsen
2024-03-07 16:17     ` Michael Olbrich [this message]

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=Zenof3ERcOx3CPEC@pengutronix.de \
    --to=m.olbrich@pengutronix.de \
    --cc=bruno.thomsen@gmail.com \
    --cc=christian.melki@t2data.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