-
- Downloads
libarchive 3.1.2-601-g3bfe5f1 (reduced)
Extract upstream libarchive using the following shell code. url=git://github.com/libarchive/libarchive.git && v=3.1.2-601-g3bfe5f1 && r=3bfe5f1 && paths=" CMakeLists.txt COPYING CTestConfig.cmake build/cmake build/pkgconfig build/utils build/version libarchive/*.* " && mkdir libarchive-$v-g$r-reduced && git clone $url libarchive-git && date=$(cd libarchive-git && git log -n 1 --format='%cd' $r) && (cd libarchive-git && git archive --format=tar $r -- $paths) | (cd libarchive-$v-g$r-reduced && tar xv) && fromdos libarchive-$v-g$r-reduced/build/cmake/Find*.cmake && echo "g$r date: $date"
Showing
- CMakeLists.txt 79 additions, 21 deletionsCMakeLists.txt
- COPYING 2 additions, 3 deletionsCOPYING
- build/cmake/CreatePkgConfigFile.cmake 4 additions, 2 deletionsbuild/cmake/CreatePkgConfigFile.cmake
- build/cmake/config.h.in 40 additions, 1 deletionbuild/cmake/config.h.in
- libarchive/CMakeLists.txt 29 additions, 9 deletionslibarchive/CMakeLists.txt
- libarchive/archive.h 108 additions, 53 deletionslibarchive/archive.h
- libarchive/archive_cryptor.c 432 additions, 0 deletionslibarchive/archive_cryptor.c
- libarchive/archive_cryptor_private.h 145 additions, 0 deletionslibarchive/archive_cryptor_private.h
- libarchive/archive_digest.c 5 additions, 5 deletionslibarchive/archive_digest.c
- libarchive/archive_digest_private.h 21 additions, 21 deletionslibarchive/archive_digest_private.h
- libarchive/archive_entry.3 1 addition, 1 deletionlibarchive/archive_entry.3
- libarchive/archive_entry.c 124 additions, 6 deletionslibarchive/archive_entry.c
- libarchive/archive_entry.h 40 additions, 19 deletionslibarchive/archive_entry.h
- libarchive/archive_entry_acl.3 1 addition, 1 deletionlibarchive/archive_entry_acl.3
- libarchive/archive_entry_paths.3 1 addition, 1 deletionlibarchive/archive_entry_paths.3
- libarchive/archive_entry_perms.3 1 addition, 1 deletionlibarchive/archive_entry_perms.3
- libarchive/archive_entry_stat.3 2 additions, 2 deletionslibarchive/archive_entry_stat.3
- libarchive/archive_entry_time.3 1 addition, 1 deletionlibarchive/archive_entry_time.3
- libarchive/archive_entry_xattr.c 4 additions, 1 deletionlibarchive/archive_entry_xattr.c
- libarchive/archive_hmac.c 234 additions, 0 deletionslibarchive/archive_hmac.c
Loading
Please register or sign in to comment