diff options
author | Martin Matuska <mm@FreeBSD.org> | 2022-02-09 23:35:42 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2022-02-09 23:35:42 +0000 |
commit | 833a452e9f082a7982a31c21f0da437dbbe0a39d (patch) | |
tree | 83953c08f53f416cf391141baa9debd7099afdd4 /usr.bin/cpio | |
parent | 17a56f3fabdfacb62f6d8858643cdb1861c8c1b5 (diff) | |
parent | 84631082f67b1c1eeac6b68f11e5290354c431f8 (diff) |
libarchive: import changes from upstream
Libarchive 3.6.0
New features:
PR #1614: tar: new option "--no-read-sparse"
PR #1503: RAR reader: filter support
PR #1585: RAR5 reader: self-extracting archive support
New features (not used in FreeBSD base):
PR #1567: tar: threads support for zstd (#1567)
PR #1518: ZIP reader: zstd decompression support
Security Fixes:
PR #1491, #1492, #1493, CVE-2021-36976:
fix invalid memory access and out of bounds read in RAR5 reader
PR #1566, #1618, CVE-2021-31566:
extended fix for following symlinks when processing the fixup list
Other notable bugfixes and improvements:
PR #1620: tar: respect "--ignore-zeros" in c, r and u modes
PR #1625: reduced size of application binaries
MFC after: 2 weeks
Relnotes: yes
Diffstat (limited to 'usr.bin/cpio')
-rw-r--r-- | usr.bin/cpio/tests/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.bin/cpio/tests/Makefile b/usr.bin/cpio/tests/Makefile index 4e5618bfe3dc..8b60b488d569 100644 --- a/usr.bin/cpio/tests/Makefile +++ b/usr.bin/cpio/tests/Makefile @@ -22,6 +22,8 @@ CFLAGS+= -I${_LIBARCHIVEDIR}/libarchive_fe -I${_LIBARCHIVEDIR}/test_utils #LDADD+= -L/usr/local/lib -ldmalloc #CFLAGS+= -I/usr/local/include -DUSE_DMALLOC +CFLAGS.test_utils.c+= -Wno-cast-align + .PATH: ${_LIBARCHIVEDIR}/cpio CPIO_SRCS= cmdline.c |