diff options
author | Martin Matuska <mm@FreeBSD.org> | 2019-06-28 22:36:27 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2019-06-28 22:36:27 +0000 |
commit | dcb89611eb6f6b4084a59c345e95af378d29acb9 (patch) | |
tree | d4df181d738bc2510618a326b521dac31ff80031 /usr.bin/bsdcat | |
parent | a8a6dc7af6cc285fc53ecb05418487c8018dbca5 (diff) | |
download | src-dcb89611eb6f6b4084a59c345e95af378d29acb9.tar.gz src-dcb89611eb6f6b4084a59c345e95af378d29acb9.zip |
MFC r348993,349135:
Sync libarchive with vendor including security fixes
r348993:
- version bumped to 3.4.0
- check_symlinks_fsobj() without chdir() and fchdir()
- bsdtar.1 manpage fixes
- patches from OpenBSD to libarchive_fe/passphrase.c
r349135:
PR #1212: RAR5 reader - window_mask was not updated correctly
(OSS-Fuzz 15278)
OSS-Fuzz 15120: RAR reader - extend use after free bugfix
Notes
Notes:
svn path=/stable/10/; revision=349525
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 987b51b3b232..f088c1a2cbb8 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.3 +BSDCAT_VERSION_STRING= 3.4.0 .PATH: ${_LIBARCHIVEDIR}/cat SRCS= bsdcat.c cmdline.c |