the bitrig sync_20150612 branch has been updated by patrick with 3 new commits:
commit 1c4e28d6060a9a6337ad5b27fc632a3046305ed9 diff: https://github.com/bitrig/bitrig/commit/1c4e28d author: Philip Guenther <[email protected]> date: Thu Mar 19 05:14:25 2015 +0000 Use struct timespec internally. This gives nanosecond precision to pax -rw and a basis for support of mtime and atime values in pax-format extended header records. ok millert@ Imported by natano@ M bin/pax/ar_subs.c M bin/pax/buf_subs.c M bin/pax/cpio.c M bin/pax/extern.h M bin/pax/file_subs.c M bin/pax/ftree.c M bin/pax/pax.h M bin/pax/tables.c M bin/pax/tables.h commit 0d60142571673510ed366cc27f4df0673ae04e43 diff: https://github.com/bitrig/bitrig/commit/0d60142 author: Philip Guenther <[email protected]> date: Tue Mar 17 03:23:18 2015 +0000 Add PAX_IS_{REG,HARDLINK,LINK} macros to simply many file type tests ok millert@ Imported by natano@ M bin/pax/ar_subs.c M bin/pax/cpio.c M bin/pax/gen_subs.c M bin/pax/pat_rep.c M bin/pax/pax.h M bin/pax/tables.c M bin/pax/tar.c commit dd26bc7fa28b3e9a5f2922d15d7bcaa2ad12561c diff: https://github.com/bitrig/bitrig/commit/dd26bc7 author: Philip Guenther <[email protected]> date: Thu Mar 12 04:15:04 2015 +0000 If an archive isn't a recognized type, then check whether it looks like compress, gzip, bzip2, or xz output. If so then error out with a useful message directing the user to the correct option and error out instead of scanning forward for an embedded tar/cpio header. wording help from sobrado@ ok millert@ deraadt@ Imported by natano@ M bin/pax/ar_subs.c M bin/pax/options.c
