projects
/
openwrt
/
staging
/
jow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
72e81bf
)
bzip2: Replace main site with mirrors (FS#1913)
author
Daniel Engberg
<
[email protected]
>
Wed, 7 Nov 2018 21:36:03 +0000
(22:36 +0100)
committer
Jo-Philipp Wich
<
[email protected]
>
Tue, 18 Dec 2018 16:48:12 +0000
(17:48 +0100)
Use Gentoo and FreeBSDs distfile caches as mirrors because
main site/domain is abandoned.
Source: https://lwn.net/Articles/762264/
Fixes FS#1913
Signed-off-by: Daniel Engberg <
[email protected]
>
Signed-off-by: Hans Dedecker <
[email protected]
>
(backported from
a95bef05799850f468be2676417f1a944ef4e5e0
)
package/utils/bzip2/Makefile
patch
|
blob
|
history
diff --git
a/package/utils/bzip2/Makefile
b/package/utils/bzip2/Makefile
index ea2fc768339176b40a4aaa33d5cf52653a14dd5d..9b5b824e71dd86e6c719e68892f434d7859d3389 100644
(file)
--- a/
package/utils/bzip2/Makefile
+++ b/
package/utils/bzip2/Makefile
@@
-12,7
+12,8
@@
PKG_VERSION:=1.0.6
PKG_RELEASE:=4
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
-PKG_SOURCE_URL:=http://www.bzip.org/$(PKG_VERSION)
+PKG_SOURCE_URL:=http://distfiles.gentoo.org/distfiles/ \
+ http://distcache.freebsd.org/ports-distfiles/
PKG_HASH:=a2848f34fcd5d6cf47def00461fcb528a0484d8edef8208d6d2e2909dc61d9cd
PKG_MAINTAINER:=Steven Barth <
[email protected]
>