mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] bzip2: fix URL (bzip.org archive gone, use Gentoo as mirror)
@ 2018-10-01 22:14 Andreas Pretzsch
  2018-10-02  9:29 ` Ian Abbott
  2018-10-04  8:20 ` Roland Hieber
  0 siblings, 2 replies; 4+ messages in thread
From: Andreas Pretzsch @ 2018-10-01 22:14 UTC (permalink / raw)
  To: ptxdist

As of 22 September 2018, bzip2 sources are not longer available
on http://www.bzip.org/. They state "Find the latest version on
SourceForge", just I cannot find it there. Only as part of some
other projects, which would be unreliable.

So for now, refer to Gentoo source archives, i.e.
http://distfiles.gentoo.org/distfiles/bzip2-1.0.6.tar.gz

This should be revised as soon as there is another (official)
source location.

Signed-off-by: Andreas Pretzsch <apr@cn-eng.de>
---

PTX: Please add source archive to Pengutronix local mirror.
PTX: Feel free to revise / replace / drop patch, with a better
     location and/or different URL setup.

 rules/bzip2.make | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rules/bzip2.make b/rules/bzip2.make
index 87434a664..53ddd3ed5 100644
--- a/rules/bzip2.make
+++ b/rules/bzip2.make
@@ -21,7 +21,7 @@ BZIP2_VERSION	:= 1.0.6
 BZIP2_MD5	:= 00b516f4704d4a7cb50a1d97e6e8e15b
 BZIP2		:= bzip2-$(BZIP2_VERSION)
 BZIP2_SUFFIX	:= tar.gz
-BZIP2_URL	:= http://www.bzip.org/$(BZIP2_VERSION)/$(BZIP2).$(BZIP2_SUFFIX)
+BZIP2_URL	:= http://distfiles.gentoo.org/distfiles/$(BZIP2).$(BZIP2_SUFFIX)
 BZIP2_SOURCE	:= $(SRCDIR)/$(BZIP2).$(BZIP2_SUFFIX)
 BZIP2_DIR	:= $(BUILDDIR)/$(BZIP2)
 BZIP2_LICENSE	:= bzip2-1.0.6
-- 
2.17.1


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [ptxdist] [PATCH] bzip2: fix URL (bzip.org archive gone, use Gentoo as mirror)
  2018-10-01 22:14 [ptxdist] [PATCH] bzip2: fix URL (bzip.org archive gone, use Gentoo as mirror) Andreas Pretzsch
@ 2018-10-02  9:29 ` Ian Abbott
  2018-10-02 14:25   ` Bernhard Walle
  2018-10-04  8:20 ` Roland Hieber
  1 sibling, 1 reply; 4+ messages in thread
From: Ian Abbott @ 2018-10-02  9:29 UTC (permalink / raw)
  To: ptxdist, Andreas Pretzsch

On 01/10/18 23:14, Andreas Pretzsch wrote:
> As of 22 September 2018, bzip2 sources are not longer available
> on http://www.bzip.org/. They state "Find the latest version on
> SourceForge", just I cannot find it there. Only as part of some
> other projects, which would be unreliable.
> 
> So for now, refer to Gentoo source archives, i.e.
> http://distfiles.gentoo.org/distfiles/bzip2-1.0.6.tar.gz
> 
> This should be revised as soon as there is another (official)
> source location.

Not an "official" location, but Debian currently lists the homepage for 
the project as
https://web.archive.org/web/20180801004107/http://www.bzip.org/
(i.e. the Internet Archive). Following the download links from the 
archived page leads to
https://web.archive.org/web/20180624184806/http://www.bzip.org/1.0.6/bzip2-1.0.6.tar.gz

-- 
-=( Ian Abbott <abbotti@mev.co.uk> || Web: www.mev.co.uk )=-
-=( MEV Ltd. is a company registered in England & Wales. )=-
-=( Registered number: 02862268.  Registered address:    )=-
-=( 15 West Park Road, Bramhall, STOCKPORT, SK7 3JZ, UK. )=-

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [ptxdist] [PATCH] bzip2: fix URL (bzip.org archive gone, use Gentoo as mirror)
  2018-10-02  9:29 ` Ian Abbott
@ 2018-10-02 14:25   ` Bernhard Walle
  0 siblings, 0 replies; 4+ messages in thread
From: Bernhard Walle @ 2018-10-02 14:25 UTC (permalink / raw)
  To: ptxdist

Hi Ian,

> Am 02.10.2018 um 11:29 schrieb Ian Abbott <abbotti@mev.co.uk>:
> 
> Not an "official" location, but Debian currently lists the homepage for the project as
> https://web.archive.org/web/20180801004107/http://www.bzip.org/
> (i.e. the Internet Archive). Following the download links from the archived page leads to
> https://web.archive.org/web/20180624184806/http://www.bzip.org/1.0.6/bzip2-1.0.6.tar.gz


I think web.archive.org is slow and it’s not intended to act as file mirror. Debian normally mirrors the sources, but when we use that URL on ptxdist, lots of downloads will be pointed to web.archive.org. Not a good idea, in my opinion.


Regards,
Bernhard


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [ptxdist] [PATCH] bzip2: fix URL (bzip.org archive gone, use Gentoo as mirror)
  2018-10-01 22:14 [ptxdist] [PATCH] bzip2: fix URL (bzip.org archive gone, use Gentoo as mirror) Andreas Pretzsch
  2018-10-02  9:29 ` Ian Abbott
@ 2018-10-04  8:20 ` Roland Hieber
  1 sibling, 0 replies; 4+ messages in thread
From: Roland Hieber @ 2018-10-04  8:20 UTC (permalink / raw)
  To: ptxdist

On Tue, Oct 02, 2018 at 12:14:44AM +0200, Andreas Pretzsch wrote:
> As of 22 September 2018, bzip2 sources are not longer available
> on http://www.bzip.org/. They state "Find the latest version on
> SourceForge", just I cannot find it there. Only as part of some
> other projects, which would be unreliable.

LWN [1] mentions that the bzip.org domain had expired and was apparently
been grabbed by someone else, and remarks that even if there will be
official builds on that domain, they should be checked carefully now.
Another possible source would be the Debian Snapshots archive [2],
although the latest release seems to be 9 years old already.

[1]: https://lwn.net/Articles/762264/
[2]: https://snapshot.debian.org/package/bzip/0.21-3.1/

 - Roland

-- 
Roland Hieber                     | r.hieber@pengutronix.de     |
Pengutronix e.K.                  | https://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim | Phone: +49-5121-206917-5086 |
Amtsgericht Hildesheim, HRA 2686  | Fax:   +49-5121-206917-5555 |

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-10-04  8:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-01 22:14 [ptxdist] [PATCH] bzip2: fix URL (bzip.org archive gone, use Gentoo as mirror) Andreas Pretzsch
2018-10-02  9:29 ` Ian Abbott
2018-10-02 14:25   ` Bernhard Walle
2018-10-04  8:20 ` Roland Hieber

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox