Changelog for
tar-debuginfo-1.20-23.3.x86_64.rpm :
Wed Mar 3 13:00:00 2010 msebenAATTnovell.com
- added heap_overflow_in_rtapelib.patch fix possible heap overflow in
rtapelib.c [bnc#579475]
Wed Nov 19 13:00:00 2008 mkoenigAATTsuse.de
- fix incremental backup with wildcard option [bnc#445411]
Mon Jun 23 14:00:00 2008 mkoenigAATTsuse.de
- update to version 1.20:
* new options: --auto-compress, --lzma, --hard-dereference,
- -checkpoint-action, --(no-)check-device, --transform
* Add recommends tag for lzma
- removed patches:
tar-gcc43.patch
tar-1.19-update_flag.patch
Fri Mar 28 13:00:00 2008 mkoenigAATTsuse.de
- apply upstream patch to avoid error message when updating
an archive that does not exist [bnc#347525]
Wed Nov 14 13:00:00 2007 mkoenigAATTsuse.de
- update to version 1.19
* New option --exclude-vcs
* --exclude-tag and --exclude-cache options now work under
incremental archives
* Fix handling of renamed files in listed incremental archives
* Fix --version output
* Recognition of broken archives
- merged patches:
tar-1.15.1-CVE-2001-1267.patch
tar-1.17-paxlib-owl-alloca.patch
Fri Oct 5 14:00:00 2007 mkoenigAATTsuse.de
- update to version 1.18
Licensed under the GPLv3
- merged patches:
tar-1.17-testsuite12.patch
Mon Oct 1 14:00:00 2007 mkoenigAATTsuse.de
- fix build with gcc-4.3
Fri Aug 31 14:00:00 2007 mkoenigAATTsuse.de
- fixed another directory traversal vulnerability, CVE-2001-1267,
CVE-2002-0399, [#29973]
Mon Aug 20 14:00:00 2007 mkoenigAATTsuse.de
- use correct patch for paxlib stack overflow [#301416]
Fri Aug 17 14:00:00 2007 lmichnovicAATTsuse.cz
- upstream fix: use of alloca can cause stack overflow
(paxlib-owl-alloca.patch)
Thu Jun 21 14:00:00 2007 mkoenigAATTsuse.de
- update to version 1.17:
* Fix archivation of sparse files in posix mode
* Fix operation of --verify --listed-incremental
* Fix --occurence
* Scope of --transform and --strip-components options
* End-of-volume script can send the new volume name to tar
- remove patch (fixed upstream)
tar-1.6.1-futimens.patch
- fix test 12
tar-1.17-testsuite12.patch
Tue May 22 14:00:00 2007 mkoenigAATTsuse.de
- fix build
Tue May 15 14:00:00 2007 cooloAATTsuse.de
- use %find_lang
Wed Jan 24 13:00:00 2007 mkoenigAATTsuse.de
- update to version 1.16.1:
* tar-1.16-CVE-2006-6097.patch merged upstream
* tar-1.16-xheader_unused.patch merged upstream
* New option --exclude-tag
* The --exclude-cache option excludes directories that
contain the CACHEDIR.TAG file from being archived
* Race conditions have been fixed that in some cases briefly
allowed files extracted by \'tar -x --same-owner\' to be
accessed by users that they shouldn\'t have been.
Tue Dec 5 13:00:00 2006 mkoenigAATTsuse.de
- update to version 1.16:
Bugfixes:
* Avoid running off file descriptors when using multiple -C options.
* tar --index-file=FILE --file=- sent the archive to FILE, and
the listing to stderr.
* Detect attempts to update compressed archives.
* Allow non-option arguments to be interspersed with options.
* Previous version created invalid archives when files shrink
during reading.
* Compare mode (tar d) hanged when trying to compare file contents.
* Previous versions in certain cases failed to restore directory
modification times.
New features:
* New option --mtime allows to set modification times
* New option --transform allows to transform file names before
storing
* --strip-components option works when deleting and comparing.
* New option --show-transformed-names
* Short option -l is now an alias of --check-links option,
which complies with UNIX98
* The --checkpoint option takes an optional argument specifying
the number of records between the two successive checkpoints.
* The --totals option can be used with any tar operation
* Any number of -T (--files-from) options may be used in the
command line.
* List files containing null-separated file names are detected
and processed automatically.
* New option --no-unquote disables the unquoting of input file
names.
* New option --test-label tests the archive volume label.
* New option --show-stored-names.
* New option --to-command pipes the contents of archive members
to the specified command.
* New option --atime-preserve=system
* New option --delay-directory-restore
* New option --restrict prohibits use of some potentially harmful
tar options.
* New options --quoting-style and --quote-chars control the way
tar quotes member names on output.
* Better support for full-resolution time stamps.
Incompatible changes:
* tar no longer uses globbing by default
- remove unused variable [#223847]
- create man page via help2man
- remove support for mangled names, due to security reasons
CVE-2006-6097 [#223185]
Mon Jul 24 14:00:00 2006 rguentherAATTsuse.de
- Do not build-depend on rsh, but provide the RSH environment.