GNU implementation of tar ((t)ape (ar)chiver)
This package normally also includes the program "rmt", which provides
remote tape drive control. Since there are compatible versions of 'rmt'
in either the 'star' package or the 'dump' package, we didn't put 'rmt'
into this package. If you are planning to use the remote tape features
provided by tar you have to also install the 'dump' or the 'star'
package.
- Developed at Base:System
- Sources inherited from project openSUSE:Factory
-
8
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Leap:16.0:FactoryCandidates/tar && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
add_forgotten-tests.patch | 0000004104 4.01 KB | |
add_readme-tests.patch | 0000000927 927 Bytes | |
bsc1202436.patch | 0000000435 435 Bytes | |
fix-CVE-2022-48303.patch | 0000000986 986 Bytes | |
go-testsuite-test-hang.patch | 0000000737 737 Bytes | |
pax-global-records.tar | 0000007168 7 KB | |
paxutils-rtapelib_mtget.patch | 0000000490 490 Bytes | |
tar-1.35.tar.xz | 0002317208 2.21 MB | |
tar-1.35.tar.xz.sig | 0000000095 95 Bytes | |
tar-PIE.patch | 0000000420 420 Bytes | |
tar-backup-spec-fix-paths.patch | 0000000433 433 Bytes | |
tar-fix-extract-unlink.patch | 0000002724 2.66 KB | |
tar-ignore_lone_zero_blocks.patch | 0000001149 1.12 KB | |
tar-wildcards.patch | 0000000492 492 Bytes | |
tar.changes | 0000040513 39.6 KB | |
tar.keyring | 0000016771 16.4 KB | |
tar.spec | 0000007274 7.1 KB | |
tests-skip-time01-on-32bit-time_t.patch | 0000000930 930 Bytes |
Revision 83 (latest revision is 85)
Ana Guerrero (anag+factory)
accepted
request 1131652
from
Marcus Meissner (msmeissn)
(revision 83)
- GNU tar 1.34: * Fail when building GNU tar if the platform supports 64-bit time_t but the build only uses 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. 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
Comments 0