summaryrefslogtreecommitdiffstats
path: root/usr.bin/tar/Makefile
diff options
context:
space:
mode:
authorkientzle <kientzle@FreeBSD.org>2007-03-11 10:36:42 +0000
committerkientzle <kientzle@FreeBSD.org>2007-03-11 10:36:42 +0000
commit7cd084865b2e1c7ad98900613cd9638fac8b1da9 (patch)
treeb253bcb01fbf32db2a44b3fe008a210506f826c8 /usr.bin/tar/Makefile
parentc533ace5debb7bd4b941d9cb5ab620dc140cf83f (diff)
downloadFreeBSD-src-7cd084865b2e1c7ad98900613cd9638fac8b1da9.zip
FreeBSD-src-7cd084865b2e1c7ad98900613cd9638fac8b1da9.tar.gz
bsdtar 2.0.23:
* New test scripts exercise some basic functionality * Most header inclusions are now protected (portability) * read.c now relies on security checks in libarchive instead of trying to do its own (optimization) * -p now enabled by default for root, add --no-same-permissions to disable it * Comments, minor style fixes.
Diffstat (limited to 'usr.bin/tar/Makefile')
-rw-r--r--usr.bin/tar/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/tar/Makefile b/usr.bin/tar/Makefile
index 77ace02..a829eea 100644
--- a/usr.bin/tar/Makefile
+++ b/usr.bin/tar/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PROG= bsdtar
-VERSION= 1.2.53
+VERSION= 2.0.23
SRCS= bsdtar.c getdate.y matching.c read.c tree.c util.c write.c
WARNS?= 5
DPADD= ${LIBARCHIVE} ${LIBBZ2} ${LIBZ}
OpenPOWER on IntegriCloud