SHA256
6
0
forked from pool/tar

Accepting request 35363 from home:mseben:branches:Base:System

Copy from home:mseben:branches:Base:System/tar via accept of submit request 35363 revision 5.
Request was accepted with message:

OBS-URL: https://build.opensuse.org/request/show/35363
OBS-URL: https://build.opensuse.org/package/show/Base:System/tar?expand=0&rev=15
This commit is contained in:
Michal Seben
2010-03-19 12:52:28 +00:00
committed by Git OBS Bridge
parent c87a82cdb7
commit 5e292cf8d8
11 changed files with 74 additions and 48 deletions

View File

@@ -1,3 +1,31 @@
-------------------------------------------------------------------
Fri Mar 12 16:21:49 UTC 2010 - mseben@novell.com
- updated to version 1.23
* Improved record size autodetection
* Use of lseek on seekable archives
* New command line option --warning
* New command line option --level
* Improved behavior if some files were removed during incremental dumps
* Modification times of PAX extended headers
* Time references in the --pax-option argument
* Augmented environment of the --to-command script
* Fix handling of hard link targets by -c --transform
* Fix hard links recognition with -c --remove-files
* Fix restoring files from backup (debian bug #508199)
* Correctly restore modes and permissions on existing directories
* The --remove-files option removes files only if they were succesfully stored in the archive
* Fix storing and listing of the volume labels in POSIX format
* Improve algorithm for splitting long file names (ustar format)
* Fix possible memory overflow in the rmt client code (CVE-2010-0624)
- deprecated heap_overflow_in_rtapelib.patch
-------------------------------------------------------------------
Wed Mar 3 09:29:23 UTC 2010 - mseben@novell.com
- added heap_overflow_in_rtapelib.patch fix possible heap overflow in
rtapelib.c (bnc#579475)
-------------------------------------------------------------------
Tue Feb 2 20:35:03 UTC 2010 - mseben@novell.com