Thanks, applied as b43585eaae06f5a662498d927e0b37a517c537e4. Michael
[sent from post-receive hook] On Mon, 17 Feb 2025 08:24:45 +0100, Bruno Thomsen <[email protected]> wrote: > Compression type changed from tar.gz to tar.xz. > > License changed from GPL-2.0-or-later to GPL-3.0-or-later so md5sum > has been updated. > > Licensing from web site[1]: > > bc is free software; you can redistribute it and/or modify it under > the terms of the GNU General Public License as published by the Free > Software Foundation; either version 3 of the License, or (at your option) > any later version. > > [1] https://www.gnu.org/software/bc/ > > Signed-off-by: Bruno Thomsen <[email protected]> > Message-Id: <[email protected]> > Signed-off-by: Michael Olbrich <[email protected]> > > diff --git a/rules/bc.make b/rules/bc.make > index c23cf0707bc6..594f8741b884 100644 > --- a/rules/bc.make > +++ b/rules/bc.make > @@ -15,17 +15,17 @@ PACKAGES-$(PTXCONF_BC) += bc > # > # Paths and names > # > -BC_VERSION := 1.06 > -BC_MD5 := d44b5dddebd8a7a7309aea6c36fda117 > +BC_VERSION := 1.08.1 > +BC_MD5 := 26c11787a7a1d76de8a2ac3a7ba92098 > BC := bc-$(BC_VERSION) > -BC_SUFFIX := tar.gz > +BC_SUFFIX := tar.xz > BC_URL := $(call ptx/mirror, GNU, bc/$(BC).$(BC_SUFFIX)) > BC_SOURCE := $(SRCDIR)/$(BC).$(BC_SUFFIX) > BC_DIR := $(BUILDDIR)/$(BC) > -BC_LICENSE := GPL-2.0-or-later > +BC_LICENSE := GPL-3.0-or-later > BC_LICENSE_FILES := \ > - file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ > - > file://bc/bc.c;startline=47;endline=73;md5=944528275142ba90c112735cf0cbc7d1 > + file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \ > + > file://bc/bc.c;startline=3;endline=46;md5=d65c804470e1c96f665f0d07debdbc34 > > # > ---------------------------------------------------------------------------- > # Prepare
