]> Zhao Yanbai Git Server - minix.git/commit
Upgrading bsdtar 86/86/2
authorLionel Sambuc <lionel@minix3.org>
Thu, 18 Oct 2012 15:22:21 +0000 (17:22 +0200)
committerLionel Sambuc <lionel@minix3.org>
Wed, 24 Oct 2012 11:42:44 +0000 (13:42 +0200)
commit0ab81d249104c6da200af37b27f7725f035854dd
treeac6095906ec002fcc734b28e559b7630426124d3
parent85fee539f46ba8fb5b2f4cc95f1771ea1c379f15
Upgrading bsdtar

 * Removing commands/tar
 * Updated external/bsd/libarchive
 * Adding external/bsd/libarchive/bin/tar compiled bsdtar instead
   of just tar
 * (tar is taken care of through the pax utility)

Change-Id: Ie773b4502fbf4e3880f28f01bb528b063a60c668
76 files changed:
commands/Makefile
commands/tar/Makefile [deleted file]
commands/tar/bsdtar.1 [deleted file]
commands/tar/bsdtar.c [deleted file]
commands/tar/bsdtar.h [deleted file]
commands/tar/bsdtar_platform.h [deleted file]
commands/tar/cmdline.c [deleted file]
commands/tar/config.h [deleted file]
commands/tar/getdate.c [deleted file]
commands/tar/libarchive_fe/Makefile.inc [deleted file]
commands/tar/libarchive_fe/err.c [deleted file]
commands/tar/libarchive_fe/err.h [deleted file]
commands/tar/libarchive_fe/lafe_platform.h [deleted file]
commands/tar/libarchive_fe/line_reader.c [deleted file]
commands/tar/libarchive_fe/line_reader.h [deleted file]
commands/tar/libarchive_fe/matching.c [deleted file]
commands/tar/libarchive_fe/matching.h [deleted file]
commands/tar/libarchive_fe/pathmatch.c [deleted file]
commands/tar/libarchive_fe/pathmatch.h [deleted file]
commands/tar/read.c [deleted file]
commands/tar/subst.c [deleted file]
commands/tar/test/.deps/bsdtar_test-main.Po [deleted file]
commands/tar/test/.deps/bsdtar_test-test_0.Po [deleted file]
commands/tar/test/.deps/bsdtar_test-test_basic.Po [deleted file]
commands/tar/test/.deps/bsdtar_test-test_copy.Po [deleted file]
commands/tar/test/.deps/bsdtar_test-test_empty_mtree.Po [deleted file]
commands/tar/test/.deps/bsdtar_test-test_getdate.Po [deleted file]
commands/tar/test/.deps/bsdtar_test-test_help.Po [deleted file]
commands/tar/test/.deps/bsdtar_test-test_option_T_upper.Po [deleted file]
commands/tar/test/.deps/bsdtar_test-test_option_q.Po [deleted file]
commands/tar/test/.deps/bsdtar_test-test_option_r.Po [deleted file]
commands/tar/test/.deps/bsdtar_test-test_option_s.Po [deleted file]
commands/tar/test/.deps/bsdtar_test-test_patterns.Po [deleted file]
commands/tar/test/.deps/bsdtar_test-test_stdio.Po [deleted file]
commands/tar/test/.deps/bsdtar_test-test_strip_components.Po [deleted file]
commands/tar/test/.deps/bsdtar_test-test_symlink_dir.Po [deleted file]
commands/tar/test/.deps/bsdtar_test-test_version.Po [deleted file]
commands/tar/test/.deps/bsdtar_test-test_windows.Po [deleted file]
commands/tar/test/CMakeLists.txt [deleted file]
commands/tar/test/config.sh [deleted file]
commands/tar/test/list.h [deleted file]
commands/tar/test/main.c [deleted file]
commands/tar/test/test-acl.sh [deleted file]
commands/tar/test/test-basic.sh [deleted file]
commands/tar/test/test-deep-dir.sh [deleted file]
commands/tar/test/test-flags.sh [deleted file]
commands/tar/test/test-nodump.sh [deleted file]
commands/tar/test/test-overwrite.sh [deleted file]
commands/tar/test/test-utf8.sh [deleted file]
commands/tar/test/test.h [deleted file]
commands/tar/test/test_0.c [deleted file]
commands/tar/test/test_basic.c [deleted file]
commands/tar/test/test_copy.c [deleted file]
commands/tar/test/test_empty_mtree.c [deleted file]
commands/tar/test/test_getdate.c [deleted file]
commands/tar/test/test_help.c [deleted file]
commands/tar/test/test_option_T_upper.c [deleted file]
commands/tar/test/test_option_q.c [deleted file]
commands/tar/test/test_option_r.c [deleted file]
commands/tar/test/test_option_s.c [deleted file]
commands/tar/test/test_patterns.c [deleted file]
commands/tar/test/test_patterns_2.tar.uu [deleted file]
commands/tar/test/test_patterns_3.tar.uu [deleted file]
commands/tar/test/test_patterns_4.tar.uu [deleted file]
commands/tar/test/test_stdio.c [deleted file]
commands/tar/test/test_strip_components.c [deleted file]
commands/tar/test/test_symlink_dir.c [deleted file]
commands/tar/test/test_version.c [deleted file]
commands/tar/test/test_windows.c [deleted file]
commands/tar/tree.c [deleted file]
commands/tar/tree.h [deleted file]
commands/tar/util.c [deleted file]
commands/tar/write.c [deleted file]
external/bsd/Makefile
external/bsd/libarchive/lib/libarchive/shlib_version
releasetools/nbsd_ports