summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorMartin Matuska <mm@FreeBSD.org>2020-12-01 15:53:12 +0000
committerMartin Matuska <mm@FreeBSD.org>2020-12-01 15:53:12 +0000
commitc3afd20f1335949db24ba8af348e8706be995059 (patch)
tree41d6d806fe908ea74f13b3705df026208974afc3 /usr.bin
parent8bbe6af94982ef3a0f898fb5bb2dd06c4788a1e3 (diff)
parentd5f2a5ff11474589cccacfc8e153d437f48530e2 (diff)
downloadsrc-test-c3afd20f1335949db24ba8af348e8706be995059.tar.gz
src-test-c3afd20f1335949db24ba8af348e8706be995059.zip
MFV r368207:
Update libarchive to 3.5.0 Relevant vendor changes: Issue #1258: add archive_read_support_filter_by_code() PR #1347: mtree digest reader support Issue #1381: skip hardlinks pointing to itself on extraction PR #1387: fix writing of cpio archives with hardlinks without file type PR #1388: fix rdev field in cpio format for device nodes PR #1389: completed support for UTF-8 encoding conversion PR #1405: more formats in archive_read_support_format_by_code() PR #1408: fix uninitialized size in rar5_read_data PR #1409: system extended attribute support PR #1435: support for decompression of symbolic links in zipx archives Issue #1456: memory leak after unsuccessful archive_write_open_filename MFC after: 1 week
Notes
Notes: svn path=/head/; revision=368234
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/bsdcat/Makefile2
-rw-r--r--usr.bin/cpio/Makefile2
-rw-r--r--usr.bin/tar/Makefile2
3 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/bsdcat/Makefile b/usr.bin/bsdcat/Makefile
index 4fed5b6b28c47..b9ce457a57f68 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.4.3
+BSDCAT_VERSION_STRING= 3.5.0
.PATH: ${_LIBARCHIVEDIR}/cat
SRCS= bsdcat.c cmdline.c
diff --git a/usr.bin/cpio/Makefile b/usr.bin/cpio/Makefile
index ec3be332f1cd1..19446941ff05f 100644
--- a/usr.bin/cpio/Makefile
+++ b/usr.bin/cpio/Makefile
@@ -6,7 +6,7 @@ _LIBARCHIVEDIR= ${SRCTOP}/contrib/libarchive
_LIBARCHIVECONFDIR= ${SRCTOP}/lib/libarchive
PROG= bsdcpio
-BSDCPIO_VERSION_STRING= 3.4.3
+BSDCPIO_VERSION_STRING= 3.5.0
.PATH: ${_LIBARCHIVEDIR}/cpio
SRCS= cpio.c cmdline.c
diff --git a/usr.bin/tar/Makefile b/usr.bin/tar/Makefile
index 460a63145417c..938bcf32599ba 100644
--- a/usr.bin/tar/Makefile
+++ b/usr.bin/tar/Makefile
@@ -5,7 +5,7 @@ _LIBARCHIVEDIR= ${SRCTOP}/contrib/libarchive
PACKAGE= runtime
PROG= bsdtar
-BSDTAR_VERSION_STRING= 3.4.3
+BSDTAR_VERSION_STRING= 3.5.0
.PATH: ${_LIBARCHIVEDIR}/tar
SRCS= bsdtar.c \