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

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