Re: [Bug-tar] added support for lz4 and zstd

2017-08-26 Thread Sven C. Dack
Thank you, Sergey. I've included an updated patch for lz4+zstd support. Sven diff --git a/configure.ac b/configure.ac index e89ed1d..680dde7 100644 --- a/configure.ac +++ b/configure.ac @@ -249,6 +249,8 @@ TAR_COMPR_PROGRAM(bzip2) TAR_COMPR_PROGRAM(lzip) TAR_COMPR_PROGRAM(lzma)

Re: [Bug-tar] added support for lz4 and zstd

2017-08-24 Thread Eric Blake
On 08/22/2017 01:03 PM, Sven C. Dack wrote: > Hello, > > I'm sending you an updated patch against the current git master. Note, > in addition to supporting lz4 and zstd does it add a single 'break;' > into tar.c at line 1130: > > case LZOP_OPTION: >s = xasprintf (_("filter the

Re: [Bug-tar] added support for lz4 and zstd

2017-08-22 Thread Sven C. Dack
Hello, I'm sending you an updated patch against the current git master. Note, in addition to supporting lz4 and zstd does it add a single 'break;' into tar.c at line 1130: case LZOP_OPTION: s = xasprintf (_("filter the archive through %s"), LZOP_PROGRAM); + break; which

[Bug-tar] added support for lz4 and zstd

2017-08-05 Thread Sven C. Dack
Hello, I've created a patch for tar, which adds support for lz4 and zstd compression. Both compression tools have become increasingly popular and offer high-speed compression and decompression, making them interesting alternatives to previous compression tools. lz4 is similar to lzo, but