diff options
author | kientzle <kientzle@FreeBSD.org> | 2007-03-11 10:36:42 +0000 |
---|---|---|
committer | kientzle <kientzle@FreeBSD.org> | 2007-03-11 10:36:42 +0000 |
commit | 7cd084865b2e1c7ad98900613cd9638fac8b1da9 (patch) | |
tree | b253bcb01fbf32db2a44b3fe008a210506f826c8 /usr.bin/tar/Makefile | |
parent | c533ace5debb7bd4b941d9cb5ab620dc140cf83f (diff) | |
download | FreeBSD-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/Makefile | 2 |
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} |