tar: Update to version 1.35

Message ID 20230729161619.3513531-4-adolf.belka@ipfire.org
State Staged
Commit b9626030fe340b9f4086b79d378c8d9322af6735
Headers
Series tar: Update to version 1.35 |

Commit Message

Adolf Belka July 29, 2023, 4:16 p.m. UTC
  - Update from version 1.34 to 1.35
- Update of rootfile not required
- Changelog
    1.35 - Sergey Poznyakoff, 2023-07-18
	* Fail when building GNU tar, if the platform supports 64-bit time_t
	  but the build uses only 32-bit time_t.
	* Leave the devmajor and devminor fields empty (rather than zero) for
	  non-special files, as this is more compatible with traditional tar.
	* Bug fixes
		** Fix interaction of --update with --wildcards.
		** When extracting archives into an empty directory, do not create
		   hard links to files outside that directory.
		** Handle partial reads from regular files.
		** Warn "file changed as we read it" less often.
		   Formerly, tar warned if the file's size or ctime changed.
		   However, this generated a false positive if tar read a file
		   while another process hard-linked to it, changing its ctime.
		   Now, tar warns if the file's size, mtime, user ID, group ID,
		   or mode changes.  Although neither heuristic is perfect,
		   the new one should work better in practice.
		** Fix --ignore-failed-read to ignore file-changed read errors
		   as far as exit status is concerned.  You can now suppress file-changed
		   issues entirely with --ignore-failed-read --warning=no-file-changed.
		** Fix --remove-files to not remove a file that changed while we read it.
		** Fix --atime-preserve=replace to not fail if there was no need to replace,
		   either because we did not read the file, or the atime did not change.
		** Fix race when creating a parent directory while another process is
		   also doing so.
		** Fix handling of prefix keywords not followed by "." in pax headers.
		** Fix handling of out-of-range sparse entries in pax headers.
		** Fix handling of --transform='s/s/@/2'.
		** Fix treatment of options ending in / in files-from list.
		** Fix crash on 'tar --checkpoint-action exec=\"'.
		** Fix low-memory crash when reading incremental dumps.
		** Fix --exclude-vcs-ignores memory allocation misuse.

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
---
 lfs/tar | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
  

Patch

diff --git a/lfs/tar b/lfs/tar
index 2c798a4dd..745b658e7 100644
--- a/lfs/tar
+++ b/lfs/tar
@@ -1,7 +1,7 @@ 
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2021  IPFire Team  <info@ipfire.org>                     #
+# Copyright (C) 2007-2023  IPFire Team  <info@ipfire.org>                     #
 #                                                                             #
 # This program is free software: you can redistribute it and/or modify        #
 # it under the terms of the GNU General Public License as published by        #
@@ -24,7 +24,7 @@ 
 
 include Config
 
-VER        = 1.34
+VER        = 1.35
 
 THISAPP    = tar-$(VER)
 DL_FILE    = $(THISAPP).tar.xz
@@ -50,7 +50,7 @@  objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = 741a662457509a6775338ffe5d2d84872fcf38b93ace70c8b748a81055b9b62f65a48c4e541955d08ae99e6f528509e89eacd7c799a65bcc3d017a259110c115
+$(DL_FILE)_BLAKE2 = e1a200d21f433cd7d917dd979db16919a9167056ae62cf7d038a6118e56b2fe419cd4a396eee66f1f4dc13a8dc380e23f6ffd7ee0ca84e5dd9ad9411f60e002c
 
 install : $(TARGET)