Jump to letter: [
ABCDEFGHIJKLMNOPRSTUVWXYZ
]
tar - A GNU file archiving program
The GNU tar program saves many files together in one archive and can
restore individual files (or all of the files) from that archive. Tar
can also be used to add supplemental files to an archive and to update
or list files in the archive. Tar includes multivolume support,
automatic archive compression/decompression, the ability to perform
remote archives, and the ability to perform incremental and full
backups.
If you want to use tar for remote backups, you also need to install
the rmt package.
Packages
Latest: tar-1.23-3.el5.fio.x86_64.rpm
Name |
Epoch |
Version |
Release |
Arch |
Size |
Built |
tar |
2 |
1.23 |
3.el5.fio |
x86_64 |
1.0 MiB |
2011-05-02 00:42:27 |
Changelog:
- * 2010-07-08 - Ondrej Vasik <ovasik[AT]redhat[DOTCOM]> 2:1.23-3
- recognize old-archive/portability options(#594044)
- * 2010-06-01 - Ondrej Vasik <ovasik[AT]redhat[DOTCOM]> 2:1.23-2
- allow storing of extended attributes for fifo and block
or character devices files(#598456)
- * 2010-03-15 - Ondrej Vasik <ovasik[AT]redhat[DOTCOM]> 2:1.23-1
- new upstream release 1.23(#573662), remove applied patches
- update help2maned manpage
- * 2010-03-11 - Ondrej Vasik <ovasik[AT]redhat[DOTCOM]> 2:1.22-15
- CVE-2010-0624 tar, cpio: Heap-based buffer overflow
by expanding a specially-crafted archive (#571842)
- realloc within check_exclusion_tags() caused invalid write
(#571523)
- not closing file descriptors for excluded files/dirs with
exlude-tag... options could cause descriptor exhaustion
(#571523)
- support for "lustre.*" extended attributes (#572442)
- allow build without SELinux support
- * 2010-02-04 - Ondrej Vasik <ovasik[AT]redhat[DOTCOM]> 2:1.22-14
- fix segfault with corrupted metadata in code_ns_fraction
(#531441)