GNOME Bugzilla – Bug 579467
Support for lzip compression (like gz and bz2)
Last modified: 2009-06-15 17:21:58 UTC
Lzip is a lossless data compressor based on the LZMA algorithm, with very safe integrity checking and a user interface similar to the one of gzip or bzip2. Lzip decompresses almost as fast as gzip and compresses better than bzip2, which makes it well suited for software distribution and data archiving. Lzip is intended to replace the lzma compressor, whose format lacks identification bytes in the header and integrity checking. Lzip is alredy used to distribute some GNU packages, like ddrescue or ed.
Created attachment 132887 [details] [review] Patch that adds support for lzip compression
Antonio, thanks for patch, I'll commit it as soon as possible.
patch applied to master now, thank you again.