1LIBARCHIVE
2==========
3
4Original source can be downloaded from:
5http://www.libarchive.org/
6
7file = libarchive-3.3.3.tar.gz
8date = 9 April 2019
9size = 6535598
10sha1 = 499a8f48a895faff4151d7398b24070d578f0b2e
11
12A list of deleted files is in README.DELETED.
13
14This source is used in:
15	lib/libarchive
16	usr.bin/bsdcat
17	usr.bin/cpio
18	usr.bin/tar
19
20Configured with
21===============
22./configure --without-nettle --with-openssl --without-xml2 --without-zstd \
23	    --without-lz4 --without-lzo2 \
24	    ac_cv_lib_md_MD5Init=no ac_cv_lzma_has_mt=no
25
26NOTE: test_read_disk_directory_traversals is expected to fail atime restore
27
28The following files have been patched (* planned)
29=================================================
30  libarchive/archive_read_disk_posix.c	futimens()/utimes()
31  libarchive/archive_write_disk_posix.c futimens()/utimes()
32