diff options
author | mm <mm@FreeBSD.org> | 2016-10-31 21:57:18 +0000 |
---|---|---|
committer | mm <mm@FreeBSD.org> | 2016-10-31 21:57:18 +0000 |
commit | 47fbb22e6a60da9ba4d20c53e5cff87976ef6f39 (patch) | |
tree | 22ddbe3ec622a22e9f448cbb402c0775f9de2763 /usr.bin/tar | |
parent | 476945987212f4ea15a4100f0c0c7800228f28db (diff) | |
download | FreeBSD-src-47fbb22e6a60da9ba4d20c53e5cff87976ef6f39.zip FreeBSD-src-47fbb22e6a60da9ba4d20c53e5cff87976ef6f39.tar.gz |
MFC r307861:
Update libarchive to 3.2.2
Most of the post-3.2.1 fixes have already been merged. This update contains
just the version bump and some fixes to the test framework.
Diffstat (limited to 'usr.bin/tar')
-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 0c9fafa..83bf195 100644 --- a/usr.bin/tar/Makefile +++ b/usr.bin/tar/Makefile @@ -4,7 +4,7 @@ _LIBARCHIVEDIR= ${.CURDIR}/../../contrib/libarchive PROG= bsdtar -BSDTAR_VERSION_STRING= 3.2.1 +BSDTAR_VERSION_STRING= 3.2.2 .PATH: ${_LIBARCHIVEDIR}/tar SRCS= bsdtar.c \ |