diff options
author | Martin Matuska <mm@FreeBSD.org> | 2017-07-20 20:16:18 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2017-07-20 20:16:18 +0000 |
commit | d227383961ae3b387626ef7d67a77a6143c1af51 (patch) | |
tree | 9714c60432e1f8d0f5e48916c898ba3fb07d8858 /usr.bin/bsdcat | |
parent | 23c9eda9423dcc1750d4ace43a1e24945177bf4c (diff) | |
download | src-d227383961ae3b387626ef7d67a77a6143c1af51.tar.gz src-d227383961ae3b387626ef7d67a77a6143c1af51.zip |
MFC r320927,320931,320932:
Bump libarchive to 3.3.2
Vendor changes:
PR #901: don't depend on stdin in a testcase
Relnotes: yes
Notes
Notes:
svn path=/stable/10/; revision=321304
Diffstat (limited to 'usr.bin/bsdcat')
-rw-r--r-- | usr.bin/bsdcat/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/bsdcat/Makefile b/usr.bin/bsdcat/Makefile index c5e8c024a233..6734acbf40dc 100644 --- a/usr.bin/bsdcat/Makefile +++ b/usr.bin/bsdcat/Makefile @@ -6,7 +6,7 @@ _LIBARCHIVEDIR= ${SRCTOP}/contrib/libarchive _LIBARCHIVECONFDIR= ${SRCTOP}/lib/libarchive PROG= bsdcat -BSDCAT_VERSION_STRING= 3.3.1 +BSDCAT_VERSION_STRING= 3.3.2 .PATH: ${_LIBARCHIVEDIR}/cat SRCS= bsdcat.c cmdline.c |