packages feed

libarchive 0.2.1.0 → 0.2.1.1

raw patch · 3 files changed

+6/−2 lines, 3 files

Files

CHANGELOG.md view
@@ -1,5 +1,9 @@ # libarchive +## 0.2.1.1++  * Preserve modification times by default+ ## 0.2.1.0    * Enable autodetection of archive format/compression
cbits/unpack.c view
@@ -24,7 +24,7 @@         strcpy(fp, dirname);         strcat(fp, pre_path_name);         archive_entry_set_pathname(entry, fp);-        archive_read_extract(a, entry, 0);+        archive_read_extract(a, entry, ARCHIVE_EXTRACT_TIME);         archive_entry_set_pathname(entry, pre_path_name);         free(fp);         archive_read_data_skip(a);
libarchive.cabal view
@@ -1,6 +1,6 @@ cabal-version: 1.18 name: libarchive-version: 0.2.1.0+version: 0.2.1.1 license: BSD3 license-file: LICENSE copyright: Copyright: (c) 2018-2019 Vanessa McHale