Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
cat/ | H | 13-Mar-2021 | - | 641 | 375 | |
cpio/ | H | 19-Nov-2022 | - | 2,547 | 2,034 | |
libarchive/ | H | 19-Nov-2022 | - | 128,388 | 98,028 | |
libarchive_fe/ | H | 13-Mar-2021 | - | 784 | 441 | |
tar/ | H | 19-Nov-2022 | - | 6,101 | 4,885 | |
COPYING | H A D | 19-Nov-2022 | 3 KiB | 66 | 54 | |
NEWS | H A D | 19-Nov-2022 | 31.9 KiB | 748 | 588 | |
README.DELETED | H A D | 20-Feb-2020 | 848 | 42 | 41 | |
README.DRAGONFLY | H A D | 19-Nov-2022 | 701 | 30 | 22 |
README.DELETED
1CMakeLists.txt 2INSTALL 3Makefile.am 4Makefile.in 5README.md 6aclocal.m4 7build/ 8cat/CMakeLists.txt 9cat/test/ 10config.h.in 11configure 12configure.ac 13contrib/ 14cpio/CMakeLists.txt 15cpio/config_freebsd.h 16cpio/cpio_windows.c 17cpio/cpio_windows.h 18cpio/test/ 19doc/ 20examples/ 21libarchive/CMakeLists.txt 22libarchive/archive_crc32.h 23libarchive/archive_disk_acl_darwin.c 24libarchive/archive_disk_acl_freebsd.c 25libarchive/archive_disk_acl_linux.c 26libarchive/archive_disk_acl_sunos.c 27libarchive/archive_entry_copy_bhfi.c 28libarchive/archive_platform_xattr.h 29libarchive/archive_read_disk_windows.c 30libarchive/archive_windows.c 31libarchive/archive_windows.h 32libarchive/archive_write_disk_windows.c 33libarchive/config_freebsd.h 34libarchive/filter_fork_windows.c 35libarchive/test/ 36tar/CMakeLists.txt 37tar/bsdtar_windows.c 38tar/bsdtar_windows.h 39tar/config_freebsd.h 40tar/test/ 41test_utils/ 42
README.DRAGONFLY
1LIBARCHIVE 3.6.1 2================ 3 4Original source can be downloaded from: 5http://www.libarchive.org/ 6 7file = libarchive-3.6.1.tar.gz 8date = 8 April 2022 9size = 7431598 10sha1 = f1d2fa288d7afd30a83e76d524db7a6c90b6c966 11 12A list of deleted files is in README.DELETED. 13 14Use "git diff vendor/LIBARCHIVE contrib/libarchive" to see local 15modifications. 16 17This source is used in: 18 lib/libarchive 19 usr.bin/bsdcat 20 usr.bin/cpio 21 usr.bin/tar 22 23Configured with 24=============== 25./configure --without-nettle --with-openssl --without-xml2 --without-zstd \ 26 --without-lz4 --without-lzo2 \ 27 ac_cv_lib_md_MD5Init=no ac_cv_lzma_has_mt=no 28 29NOTE: test_read_disk_directory_traversals is expected to fail atime restore 30