Thanks, applied as fc8909a37f77a41c16f828527db4552170a670bf. Michael
[sent from post-receive hook] On Wed, 08 Feb 2023 12:49:49 +0100, Andreas Helmcke <[email protected]> wrote: > Some bugfixes. > For an overview of changes see: https://www.gnu.org/software/tar/ > > Also added TAR_LICENCES_FILES entry. > > Signed-off-by: Andreas Helmcke <[email protected]> > Message-Id: <[email protected]> > Signed-off-by: Michael Olbrich <[email protected]> > > diff --git a/rules/tar.make b/rules/tar.make > index 12d8dd5eafb0..f2e7100a0777 100644 > --- a/rules/tar.make > +++ b/rules/tar.make > @@ -14,14 +14,15 @@ PACKAGES-$(PTXCONF_TAR) += tar > # > # Paths and names > # > -TAR_VERSION := 1.30 > -TAR_MD5 := 2d01c6cd1387be98f57a0ec4e6e35826 > +TAR_VERSION := 1.34 > +TAR_MD5 := 9a08d29a9ac4727130b5708347c0f5cf > TAR := tar-$(TAR_VERSION) > TAR_SUFFIX := tar.xz > TAR_URL := $(call ptx/mirror, GNU, tar/$(TAR).$(TAR_SUFFIX)) > TAR_SOURCE := $(SRCDIR)/$(TAR).$(TAR_SUFFIX) > TAR_DIR := $(BUILDDIR)/$(TAR) > TAR_LICENSE := GPL-3.0-or-later > +TAR_LICENSE_FILES := file://COPYING;md5=d32239bcb673463ab874e80d47fae504 > > # > ---------------------------------------------------------------------------- > # Prepare
