mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Michael Olbrich <m.olbrich@pengutronix.de>
To: ptxdist@pengutronix.de
Subject: Re: [ptxdist] [PATCH 7/7] libpopt: replace dead URL with more mirrors
Date: Fri, 19 Jun 2020 13:07:53 +0200	[thread overview]
Message-ID: <20200619110753.GN9312@pengutronix.de> (raw)
In-Reply-To: <20200619082433.sf32gjba4mhb5477@pengutronix.de>

On Fri, Jun 19, 2020 at 10:24:33AM +0200, Roland Hieber wrote:
> On Fri, Jun 19, 2020 at 07:46:52AM +0200, Michael Olbrich wrote:
> > On Sat, Jun 13, 2020 at 03:32:49AM +0200, Roland Hieber wrote:
> > > rpm5.org has been a parking domain for at least 2 years, it is unlikely
> > > to come back. Add a few other mirrors.
> > 
> > The file can be found on http://ftp.rpm.org so I changed the URL to that
> > one.
> > Note: please don't use Debian pool URLs. Those files are gone, when the
> > corresponding version is removed from any active Debian release.
> 
> Oh, you're right, I should have used snapshots.debian.org instead!
> Still interested in a v2 incorporating your URL?

I'll do a fixup myself.

Michael

>  - Roland
> 
> > 
> > Michael
> > 
> > > Signed-off-by: Roland Hieber <rhi@pengutronix.de>
> > > ---
> > >  rules/libpopt.make | 6 ++++--
> > >  1 file changed, 4 insertions(+), 2 deletions(-)
> > > 
> > > diff --git a/rules/libpopt.make b/rules/libpopt.make
> > > index 0bfecc7aebcf..7de94b406c82 100644
> > > --- a/rules/libpopt.make
> > > +++ b/rules/libpopt.make
> > > @@ -19,8 +19,10 @@ LIBPOPT_VERSION	:= 1.16
> > >  LIBPOPT_MD5	:= 3743beefa3dd6247a73f8f7a32c14c33
> > >  LIBPOPT		:= popt-$(LIBPOPT_VERSION)
> > >  LIBPOPT_SUFFIX	:= tar.gz
> > > -LIBPOPT_URL	:= http://rpm5.org/files/popt/$(LIBPOPT).$(LIBPOPT_SUFFIX) \
> > > -		   http://distfiles.gentoo.org/distfiles/$(LIBPOPT).$(LIBPOPT_SUFFIX)
> > > +LIBPOPT_URL	:= \
> > > +	http://deb.debian.org/debian/pool/main/p/popt/popt_$(LIBPOPT).orig.$(LIBPOPT_SUFFIX) \
> > > +	http://distfiles.gentoo.org/distfiles/$(LIBPOPT).$(LIBPOPT_SUFFIX) \
> > > +	ftp://anduin.linuxfromscratch.org/BLFS/popt/$(LIBPOPT).$(LIBPOPT_SUFFIX)
> > >  LIBPOPT_SOURCE	:= $(SRCDIR)/$(LIBPOPT).$(LIBPOPT_SUFFIX)
> > >  LIBPOPT_DIR	:= $(BUILDDIR)/$(LIBPOPT)
> > >  LIBPOPT_LICENSE	:= MIT
> > > -- 
> > > 2.27.0
> > > 
> > > 
> > > _______________________________________________
> > > ptxdist mailing list
> > > ptxdist@pengutronix.de
> > > To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de
> > > 
> > 
> > -- 
> > 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 |
> > 
> 
> -- 
> Roland Hieber, Pengutronix e.K.          | r.hieber@pengutronix.de     |
> Steuerwalder Str. 21                     | https://www.pengutronix.de/ |
> 31137 Hildesheim, Germany                | Phone: +49-5121-206917-0    |
> Amtsgericht Hildesheim, HRA 2686         | Fax:   +49-5121-206917-5555 |
> 
> _______________________________________________
> ptxdist mailing list
> ptxdist@pengutronix.de
> To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de
> 

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

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de

  reply	other threads:[~2020-06-19 11:07 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-13  1:32 [ptxdist] [PATCH 1/7] setup: remove dead code Roland Hieber
2020-06-13  1:32 ` [ptxdist] [PATCH 2/7] setup: use https by default for PTXCONF_SETUP_PTXMIRROR Roland Hieber
2020-06-19 22:03   ` [ptxdist] [APPLIED] " Michael Olbrich
2020-06-13  1:32 ` [ptxdist] [PATCH 3/7] ptxd_make_world_get: make 'ptxdist urlcheck' idempotent Roland Hieber
2020-06-19  5:34   ` Michael Olbrich
2020-06-19  8:22     ` Roland Hieber
2020-06-19 11:07       ` Michael Olbrich
2020-06-22 10:19         ` Roland Hieber
2020-06-13  1:32 ` [ptxdist] [PATCH 4/7] ptxd_make_get: print out final redirected URL on dry run Roland Hieber
2020-06-19 22:03   ` [ptxdist] [APPLIED] " Michael Olbrich
2020-06-13  1:32 ` [ptxdist] [PATCH 5/7] ptxd_make_get: continue with next URL when getting HTML file " Roland Hieber
2020-06-19  5:39   ` Michael Olbrich
2020-06-13  1:32 ` [ptxdist] [PATCH 6/7] libjaylink: fix URL Roland Hieber
2020-06-19  5:44   ` Michael Olbrich
2020-06-19 22:04   ` [ptxdist] [APPLIED] " Michael Olbrich
2020-06-13  1:32 ` [ptxdist] [PATCH 7/7] libpopt: replace dead URL with more mirrors Roland Hieber
2020-06-19  5:46   ` Michael Olbrich
2020-06-19  8:24     ` Roland Hieber
2020-06-19 11:07       ` Michael Olbrich [this message]
2020-06-28 22:07     ` Roland Hieber
2020-06-29  6:20       ` Michael Olbrich
2020-06-19 22:04   ` [ptxdist] [APPLIED] " Michael Olbrich
2020-06-19 22:03 ` [ptxdist] [APPLIED] setup: remove dead code 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=20200619110753.GN9312@pengutronix.de \
    --to=m.olbrich@pengutronix.de \
    --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