summaryrefslogtreecommitdiffstats
path: root/usr.bin/tar
diff options
context:
space:
mode:
authormm <mm@FreeBSD.org>2012-07-28 06:38:44 +0000
committermm <mm@FreeBSD.org>2012-07-28 06:38:44 +0000
commit11bb7fcf7b175da111e710d49b6e1c30153b625b (patch)
tree1ed0c7ff98605ecfbedcfa8d00cd1a29e2dfebe6 /usr.bin/tar
parentf694295168072660e04cabb712367c5a73b59885 (diff)
parente7b24010c4d2190a1465594620e629e469c522f8 (diff)
downloadFreeBSD-src-11bb7fcf7b175da111e710d49b6e1c30153b625b.zip
FreeBSD-src-11bb7fcf7b175da111e710d49b6e1c30153b625b.tar.gz
Update libarchive to 3.0.4
Diffstat (limited to 'usr.bin/tar')
-rw-r--r--usr.bin/tar/Makefile8
-rw-r--r--usr.bin/tar/test/Makefile8
2 files changed, 4 insertions, 12 deletions
diff --git a/usr.bin/tar/Makefile b/usr.bin/tar/Makefile
index dc76935..0e96753 100644
--- a/usr.bin/tar/Makefile
+++ b/usr.bin/tar/Makefile
@@ -4,23 +4,19 @@
LIBARCHIVEDIR= ${.CURDIR}/../../contrib/libarchive
PROG= bsdtar
-BSDTAR_VERSION_STRING= 3.0.3
+BSDTAR_VERSION_STRING= 3.0.4
.PATH: ${LIBARCHIVEDIR}/tar
SRCS= bsdtar.c \
cmdline.c \
- getdate.c \
read.c \
subst.c \
- tree.c \
util.c \
write.c
.PATH: ${LIBARCHIVEDIR}/libarchive_fe
SRCS+= err.c \
- line_reader.c \
- matching.c \
- pathmatch.c
+ line_reader.c
DPADD= ${LIBARCHIVE} ${LIBBZ2} ${LIBZ} ${LIBLZMA} ${LIBBSDXML}
LDADD= -larchive -lbz2 -lz -llzma -lbsdxml
diff --git a/usr.bin/tar/test/Makefile b/usr.bin/tar/test/Makefile
index 16fdcc6..41230c7 100644
--- a/usr.bin/tar/test/Makefile
+++ b/usr.bin/tar/test/Makefile
@@ -2,18 +2,13 @@
LIBARCHIVEDIR= ${.CURDIR}/../../../contrib/libarchive
-.PATH: ${LIBARCHIVEDIR}/tar
-# Some tar sources are pulled in for white-box tests
-TAR_SRCS= \
- getdate.c
-
.PATH: ${LIBARCHIVEDIR}/tar/test
TESTS= \
test_0.c \
test_basic.c \
test_copy.c \
test_empty_mtree.c \
- test_getdate.c \
+ test_format_newc.c \
test_help.c \
test_option_C_upper.c \
test_option_H_upper.c \
@@ -28,6 +23,7 @@ TESTS= \
test_option_k.c \
test_option_keep_newer_files.c \
test_option_n.c \
+ test_option_nodump.c \
test_option_newer_than.c \
test_option_q.c \
test_option_r.c \
OpenPOWER on IntegriCloud