SHA256
1
0
forked from pool/schily

- Update to new upstream release 2019.03.11

OBS-URL: https://build.opensuse.org/package/show/utilities/schily?expand=0&rev=55
This commit is contained in:
2019-03-15 11:03:21 +00:00
committed by Git OBS Bridge
parent 3f2368c7b3
commit 7c67418500
4 changed files with 30 additions and 10 deletions

View File

@@ -1,3 +1,24 @@
-------------------------------------------------------------------
Fri Mar 15 10:09:54 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
- Update to new upstream release 2019.03.11
* star: Support for base-256 numbers in timestamps and UID/GID
has been added. This has been planned in the 1990s already,
when star invented the base-256 coding, but it has been
forgotten in favor of the POSIX.1-2001 enhanded archive
headers. Now it seems that GNU tar that copied the format
from star uses it for timestamps and UID/GID and we need to
implement it in order to get archive compatibility.
* star: star did print archives with illegal 32 byte user/group
names (where the NUL terminator is missing) "correctly", when
in list mode but it used only the first 31 bytes when
extractig such archives.
* star: Creating multi volume archives without using the FIFO
did dump core.
* star: Creating multi volume archives without POSIX.1-2001
support no longer sets POSIX.1-2001 extension flags for the
volume header.
-------------------------------------------------------------------
Wed Feb 20 18:42:13 UTC 2019 - Jan Engelhardt <jengelh@inai.de>