From 89757d717dd93b38ee5fe1d282b5946641fc6f29 Mon Sep 17 00:00:00 2001 From: Paul Cristian Sarbu Date: Thu, 10 Aug 2023 17:17:42 +0200 Subject: ArchiveOps: Allow lzip and lzma compression filters for tarballs These are provided by the recently added liblzma external dependency. --- src/other_tools/utils/archive_ops.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/other_tools/utils/archive_ops.hpp') diff --git a/src/other_tools/utils/archive_ops.hpp b/src/other_tools/utils/archive_ops.hpp index 74fcf39c..91595867 100644 --- a/src/other_tools/utils/archive_ops.hpp +++ b/src/other_tools/utils/archive_ops.hpp @@ -31,6 +31,8 @@ enum class ArchiveType : size_t { TarGz, TarBz2, TarXz, + TarLz, + TarLzma, TarAuto, // autodetect tarball-type archives }; -- cgit v1.2.3