After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 579467 - Support for lzip compression (like gz and bz2)
Support for lzip compression (like gz and bz2)
Status: RESOLVED FIXED
Product: file-roller
Classification: Applications
Component: general
2.25.x
Other All
: Normal enhancement
: ---
Assigned To: Paolo Bacchilega
file-roller-maint
Depends on:
Blocks:
 
 
Reported: 2009-04-19 00:59 UTC by Antonio Diaz
Modified: 2009-06-15 17:21 UTC
See Also:
GNOME target: ---
GNOME version: Unversioned Enhancement


Attachments
Patch that adds support for lzip compression (20.53 KB, patch)
2009-04-19 01:04 UTC, Antonio Diaz
none Details | Review

Description Antonio Diaz 2009-04-19 00:59:38 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.
Comment 1 Antonio Diaz 2009-04-19 01:04:30 UTC
Created attachment 132887 [details] [review]
Patch that adds support for lzip compression
Comment 2 Paolo Bacchilega 2009-04-19 07:47:19 UTC
Antonio, thanks for patch, I'll commit it as soon as possible.
Comment 3 Paolo Bacchilega 2009-06-15 17:21:58 UTC
patch applied to master now, thank you again.