]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFp4: bsdtar 2.5.4b
authorkientzle <kientzle@FreeBSD.org>
Mon, 26 May 2008 17:10:10 +0000 (17:10 +0000)
committerkientzle <kientzle@FreeBSD.org>
Mon, 26 May 2008 17:10:10 +0000 (17:10 +0000)
commit0280e5aa4936e9ec440f688cb114b582e7926d28
treed94d00fec531d1439aa528d7d109ac2166ab5295
parenta24d28f8e3d3892010c91baad77e2178c6a16ba2
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