Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
gcc-10-warnings.diff | =================================================================== | no | ||||
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 | ||
Fix-boundary-checking-in-base-256-decoder.patch | Fix boundary checking in base-256 decoder * src/list.c (from_header): Base-256 encoding is at least 2 bytes long. |
Sergey Poznyakoff <gray@gnu.org> | no | https://git.savannah.gnu.org/cgit/tar.git/commit/?id=3da78400eafcccb97e2f2fd4b227ea40d794ede8 | 2023-02-11 | |
Fix-handling-of-extended-header-prefixes.patch | Fix handling of extended header prefixes * src/xheader.c (locate_handler): Recognize prefix keywords only when followed by a dot. (xattr_decoder): Use xmalloc/xstrdup instead of alloc |
Sergey Poznyakoff <gray@gnu.org> | no | debian | https://git.savannah.gnu.org/cgit/tar.git/commit/?id=a339f05cd269013fa133d2f148d73f6f7d4247e4 | 2021-08-28 |