SHA256
1
0
forked from pool/tar

update to tar-1.25

OBS-URL: https://build.opensuse.org/package/show/Base:System/tar?expand=0&rev=20
This commit is contained in:
2010-11-09 14:34:30 +00:00
committed by Git OBS Bridge
parent ce5e2efce6
commit 5df6c610cc
8 changed files with 58 additions and 56 deletions

View File

@@ -1,3 +1,26 @@
-------------------------------------------------------------------
Tue Nov 9 13:05:29 UTC 2010 - puzel@novell.com
- update to tar-1.25
* Fix extraction of empty directories with the -C option in effect.
* Fix extraction of device nodes.
* Make sure name matching occurs before eventual name transformation.
* Fix the behavior of tar -x --overwrite on hosts lacking O_NOFOLLOW.
* Support alternative decompression programs.
- update to tar-1.24
* The new --full-time option instructs tar to output file
time stamps to the full resolution.
* More reliable directory traversal when creating archives
* When extracting symbolic links, tar now restores attributes
such as last-modified time and link permissions, if the
operating system supports this.
* The --dereference (-h) option now applies to files that are
copied into or out of archives, independently of other options.
* When receiving SIGPIPE, tar would exit with error status and
"write error" diagnostics.
- disable-silent-rules
- updated tar-fortifysourcessigabrt.patch
-------------------------------------------------------------------
Mon Jun 28 06:38:35 UTC 2010 - jengelh@medozas.de