kernel - Refactor scheduler weightings part 2/2.
[dragonfly.git] / contrib / libarchive / README.DRAGONFLY
1 LIBARCHIVE
2 ==========
3
4 Original source can be downloaded from:
5 http://www.libarchive.org/
6
7 file = libarchive-3.3.3.tar.gz
8 date = 9 April 2019
9 size = 6535598
10 sha1 = 499a8f48a895faff4151d7398b24070d578f0b2e
11
12 A list of deleted files is in README.DELETED.
13
14 This source is used in:
15         lib/libarchive
16         usr.bin/bsdcat
17         usr.bin/cpio
18         usr.bin/tar
19
20 Configured 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
26 NOTE: test_read_disk_directory_traversals is expected to fail atime restore
27
28 The 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()