From 78f6036bef991f941352f6a85630acd386603029 Mon Sep 17 00:00:00 2001 From: Andreas Pretzsch Date: Tue, 2 Oct 2018 00:14:44 +0200 Subject: bzip2: fix URL (bzip.org archive gone, use Gentoo as mirror) 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 Signed-off-by: Michael Olbrich --- 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 -- cgit v1.2.3