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/cpio | |
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/cpio')
-rw-r--r-- | usr.bin/cpio/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/cpio/Makefile b/usr.bin/cpio/Makefile index 48043f6..6af6018 100644 --- a/usr.bin/cpio/Makefile +++ b/usr.bin/cpio/Makefile @@ -6,7 +6,7 @@ _LIBARCHIVEDIR= ${.CURDIR}/../../contrib/libarchive _LIBARCHIVECONFDIR= ${.CURDIR}/../../lib/libarchive PROG= bsdcpio -BSDCPIO_VERSION_STRING= 3.2.1 +BSDCPIO_VERSION_STRING= 3.2.2 .PATH: ${_LIBARCHIVEDIR}/cpio SRCS= cpio.c cmdline.c |