]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFp4: bsdtar 2.5.4b
authorTim Kientzle <kientzle@FreeBSD.org>
Mon, 26 May 2008 17:10:10 +0000 (17:10 +0000)
committerTim Kientzle <kientzle@FreeBSD.org>
Mon, 26 May 2008 17:10:10 +0000 (17:10 +0000)
commiteb36031906b623c41398f29df9178b5214a4c9fa
treed94d00fec531d1439aa528d7d109ac2166ab5295
parentfa07de5eeb36516701b3393f13acc1e1f702c634
MFp4: bsdtar 2.5.4b

In addition to a number of bug fixes and minor changes:
 * --numeric-owner (ignore user/group names on create and extract)
 * -S (sparsify files on extraction)
 * -s (regex filename substitutions)
 * Use new libarchive 'linkify' to get correct hardlink handling for
   both old and new cpio formats
 * Rework 'copy' test to be insensitive to readdir() filename ordering

Most of the credit for this work goes to Joerg Sonnenberger, who
has been duplicating features from NetBSD's 'pax' program.
14 files changed:
usr.bin/tar/Makefile
usr.bin/tar/bsdtar.1
usr.bin/tar/bsdtar.c
usr.bin/tar/bsdtar.h
usr.bin/tar/config_freebsd.h
usr.bin/tar/matching.c
usr.bin/tar/read.c
usr.bin/tar/subst.c [new file with mode: 0644]
usr.bin/tar/test/Makefile
usr.bin/tar/test/test_copy.c
usr.bin/tar/test/test_option_T.c
usr.bin/tar/test/test_patterns.c [new file with mode: 0644]
usr.bin/tar/util.c
usr.bin/tar/write.c