Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
pristine-tar.diff | =================================================================== | no | ||||
listed03-linux-only | no | |||||
oldgnu-unknown-mode-bits.patch | Do not encode unknown mode bits with oldgnu format. The oldgnu format can encode large header fields in base-256. On the Hurd, for example, a fifo is a translator and its mode bits contain at least the S_IROOT (040000000) bit set. For the v7 and ustar formats all unknown mode bits are masked at the call site, and ustar, posix and gnu formats only encode known mode bits. But oldgnu is left unmasked and encoding all unknown bits, which is very unexpected as these are system-specific internal details on how to represent fifos (or other translators). . GNU tar should consider oldgnu in the same way as the gnu, posix and ustar formats, and ignore unknown bits when encoding the mode. |
Guillem Jover <guillem@debian.org> | no | vendor | 2018-10-14 | |
proper_it_translation.patch | Proper translation for cowardly Cowardly was inconrrectly translated, depriving the Italian message of the funny tone that the original has. . This fixes it by properly translating cowardly, without paraphrasing it into "total refusal". . =================================================================== |
Salvo Tomaselli <tiposchi@tiscali.it> | no | 2017-01-24 | ||
exclude17.patch | tests: check for recently-fixed bug * tests/exclude17.at: New file. * tests/testsuite.at (AT_CHECK_TIMESTAMP): Add it. |
Paul Eggert <eggert@cs.ucla.edu> | no | 2022-10-07 | ||
exclude18.patch | Exclude VCS directory with writing from an archive See https://savannah.gnu.org/bugs/?62859 |
Anton Makrushin <makrusan@gmail.com> | no | 2023-03-20 | ||
tar-1.35-revert-fix-savannah-bug-633567.patch | [PATCH] Revert "Fix savannah bug #63567" Commit e89c7a45eb broke deletion from archives. The reported number of bytes read is rounded to the nearest record anyway, revert the commit and document the fact. Reported by Ed Santiago. See https://bugzilla.redhat.com/show_bug.cgi?id=2230127 * doc/tar.texi: Document the fact that --totals rounds up the number of bytes reads to the nearest record. * src/buffer.c: Revert changes. * tests/delete06.at: Fix expected status code and stderr. |
Sergey Poznyakoff <gray@gnu.org> | no | debian | 2023-08-11 |