Opened 9 months ago

Closed 9 months ago

Last modified 9 months ago

#5287 closed enhancement (fixed)

tar-1.35

Reported by: Bruce Dubbs Owned by: Bruce Dubbs
Priority: normal Milestone: 12.0
Component: Book Version: git
Severity: normal Keywords:
Cc:

Description

New minor version.

Change History (6)

comment:1 by Xi Ruoyao, 9 months ago

version 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.

comment:2 by Xi Ruoyao, 9 months ago

The capabilities: binary store/restore test is skipped on a complete system and no longer fails. But not sure if it's the same in LFS chroot.

in reply to:  2 comment:3 by Xi Ruoyao, 9 months ago

Replying to Xi Ruoyao:

The capabilities: binary store/restore test is skipped on a complete system and no longer fails. But not sure if it's the same in LFS chroot.

Oops, it still fails in chroot.

comment:4 by Bruce Dubbs, 9 months ago

Owner: changed from lfs-book to Bruce Dubbs
Status: newassigned

comment:5 by Bruce Dubbs, 9 months ago

Resolution: fixed
Status: assignedclosed

Fixed at commit 6de383a26215753a2b0a6d2dba6956ecfd786a90

Update udev-lfs tarball to remove obsolete
           cdrom rules and references to ISDN devices.
    Update to wheel-0.41.0 (Python Module).
    Update to tar-1.35.
    Update to systemd-254.
    Update to meson-1.2.0.
    Update to linux-6.4.7.
    Update to gcc-13.2.0.
    Update to file-5.45.

comment:6 by Bruce Dubbs, 9 months ago

Milestone: 11.412.0

Milestone renamed

Note: See TracTickets for help on using tickets.