Ver Fonte

bzip2: change upstream site

The bzip.org website is down. Use the Buildroot backup download site.
Remove the website link as there is no clear alternative upstream at
this point.

  https://lwn.net/Articles/762264/

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
(cherry picked from commit f45976b2c759b1630a2886e75312340b3b511f81)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Baruch Siach há 7 anos atrás
pai
commit
91cbb754c4
2 ficheiros alterados com 1 adições e 3 exclusões
  1. 0 2
      package/bzip2/Config.in
  2. 1 1
      package/bzip2/bzip2.mk

+ 0 - 2
package/bzip2/Config.in

@@ -5,5 +5,3 @@ config BR2_PACKAGE_BZIP2
 	  It typically compresses files to within 10% to 15% of the best
 	  It typically compresses files to within 10% to 15% of the best
 	  available techniques, while being around twice as fast at
 	  available techniques, while being around twice as fast at
 	  compression and six times faster at decompression.
 	  compression and six times faster at decompression.
-
-	  http://www.bzip.org

+ 1 - 1
package/bzip2/bzip2.mk

@@ -5,7 +5,7 @@
 ################################################################################
 ################################################################################
 
 
 BZIP2_VERSION = 1.0.6
 BZIP2_VERSION = 1.0.6
-BZIP2_SITE = http://www.bzip.org/$(BZIP2_VERSION)
+BZIP2_SITE = http://sources.buildroot.net
 BZIP2_INSTALL_STAGING = YES
 BZIP2_INSTALL_STAGING = YES
 BZIP2_LICENSE = bzip2 license
 BZIP2_LICENSE = bzip2 license
 BZIP2_LICENSE_FILES = LICENSE
 BZIP2_LICENSE_FILES = LICENSE