- bugfixes
- license change: urls changed from http to https

Link: https://www.gnu.org/software/tar/
Signed-off-by: Andreas Helmcke <[email protected]>
---
 rules/tar.make | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/rules/tar.make b/rules/tar.make
index f2e7100a0..a4fbe298f 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
 
 # ----------------------------------------------------------------------------
-- 
2.40.1


Reply via email to