From 85d00c5ef4df6713d7f054b8e2d625d07cdd28af Mon Sep 17 00:00:00 2001 From: "Adam J. Stewart" Date: Tue, 14 Aug 2018 11:46:15 -0500 Subject: Change bzip2 download URL (#8976) * Change bzip2 download URL * bzip2.org -> bzip.org --- var/spack/repos/builtin/packages/bzip2/package.py | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/var/spack/repos/builtin/packages/bzip2/package.py b/var/spack/repos/builtin/packages/bzip2/package.py index c2d574152c..1e15669174 100644 --- a/var/spack/repos/builtin/packages/bzip2/package.py +++ b/var/spack/repos/builtin/packages/bzip2/package.py @@ -32,9 +32,11 @@ class Bzip2(Package): compressors), whilst being around twice as fast at compression and six times faster at decompression.""" - homepage = "http://www.bzip.org" - url = "http://www.bzip.org/1.0.6/bzip2-1.0.6.tar.gz" - list_url = "http://www.bzip.org/downloads.html" + # FIXME: The bzip.org domain has expired: + # https://lwn.net/Articles/762264/ + # This package will need to be updated when a new home is found. + homepage = "https://sourceware.org/bzip2/" + url = "https://fossies.org/linux/misc/bzip2-1.0.6.tar.gz" version('1.0.6', '00b516f4704d4a7cb50a1d97e6e8e15b') -- cgit v1.2.3-70-g09d2