[OpenWrt-Devel] [PATCH] bzip2: Fix download URL

Rosen Penev rosenp at gmail.com
Wed Oct 31 20:31:00 EDT 2018


On Wed, Oct 31, 2018 at 1:26 AM Syrone Wong <wong.syrone at gmail.com> wrote:
>
> It's default behavior according to
> https://github.com/openwrt/openwrt/blob/master/scripts/download.pl#L263
The idea is to eliminate the dead URL. A solution like this is already
used in multiple places throughout the tree.
>
> Best Regards,
> Syrone Wong
> On Tue, Oct 30, 2018 at 1:18 AM Rosen Penev <rosenp at gmail.com> wrote:
> >
> > Main website went down. Use openwrt sources for it.
> >
> > Matches a similar buildroot commit.
> >
> > Signed-off-by: Rosen Penev <rosenp at gmail.com>
> > ---
> >  package/utils/bzip2/Makefile | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/package/utils/bzip2/Makefile b/package/utils/bzip2/Makefile
> > index ea2fc76833..9f4b1c4529 100644
> > --- a/package/utils/bzip2/Makefile
> > +++ b/package/utils/bzip2/Makefile
> > @@ -12,7 +12,7 @@ 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:=https://downloads.openwrt.org/sources
> >  PKG_HASH:=a2848f34fcd5d6cf47def00461fcb528a0484d8edef8208d6d2e2909dc61d9cd
> >  PKG_MAINTAINER:=Steven Barth <cyrus at openwrt.org>
> >
> > --
> > 2.19.1
> >
> >
> > _______________________________________________
> > openwrt-devel mailing list
> > openwrt-devel at lists.openwrt.org
> > https://lists.openwrt.org/mailman/listinfo/openwrt-devel

_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel



More information about the openwrt-devel mailing list