summaryrefslogtreecommitdiffstats
path: root/contrib/libarchive/tar/creation_set.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/libarchive/tar/creation_set.c')
-rw-r--r--contrib/libarchive/tar/creation_set.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/libarchive/tar/creation_set.c b/contrib/libarchive/tar/creation_set.c
index 3d7764d..87d561b3 100644
--- a/contrib/libarchive/tar/creation_set.c
+++ b/contrib/libarchive/tar/creation_set.c
@@ -75,6 +75,7 @@ get_filter_code(const char *suffix)
{ ".grz", "grzip" },
{ ".lrz", "lrzip" },
{ ".lz", "lzip" },
+ { ".lz4", "lz4" },
{ ".lzo", "lzop" },
{ ".lzma", "lzma" },
{ ".uu", "uuencode" },
@@ -97,6 +98,7 @@ get_format_code(const char *suffix)
{ ".mtree", "mtree" },
{ ".shar", "shar" },
{ ".tar", "paxr" },
+ { ".warc", "warc" },
{ ".xar", "xar" },
{ ".zip", "zip" },
{ NULL, NULL }
OpenPOWER on IntegriCloud