Thanks, applied as c0b03d9f292e6ca8a0244bd5d3fe7e89833d0aa9.

Michael

[sent from post-receive hook]

On Fri, 03 Nov 2023 15:07:34 +0100, Andreas Helmcke <ahelm...@ela-soft.com> 
wrote:
> - bugfixes
> - license change: urls changed from http to https
> 
> Link: https://www.gnu.org/software/tar/
> Signed-off-by: Andreas Helmcke <ahelm...@ela-soft.com>
> Message-Id: <20231023133211.106918-1-ahelm...@ela-soft.com>
> Signed-off-by: Michael Olbrich <m.olbr...@pengutronix.de>
> 
> diff --git a/rules/tar.make b/rules/tar.make
> index f2e7100a0777..a4fbe298f448 100644
> --- a/rules/tar.make
> +++ b/rules/tar.make
> @@ -14,15 +14,15 @@ PACKAGES-$(PTXCONF_TAR) += tar
>  #
>  # Paths and names
>  #
> -TAR_VERSION  := 1.34
> -TAR_MD5              := 9a08d29a9ac4727130b5708347c0f5cf
> +TAR_VERSION  := 1.35
> +TAR_MD5              := a2d8042658cfd8ea939e6d911eaf4152
>  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
> +TAR_LICENSE_FILES := file://COPYING;md5=1ebbd3e34237af26da5dc08a4e440464
>  
>  # 
> ----------------------------------------------------------------------------
>  # Prepare
> @@ -36,12 +36,17 @@ TAR_CONF_OPT      := \
>       $(CROSS_AUTOCONF_USR) \
>       $(GLOBAL_LARGE_FILE_OPTION) \
>       --disable-acl \
> +     --disable-gcc-warnings \
>       --disable-rpath \
>       --disable-nls \
>       --disable-backup-scripts \
> +     --enable-year2038 \
>       --with-posix-acls \
>       --with-included-regex \
>       --without-selinux \
> +     --with-packager \
> +     --with-packager-version \
> +     --with-packager-bug-reports \
>       --with-xattrs
>  
>  # 
> ----------------------------------------------------------------------------

Reply via email to