1
0
Fork 0

Adding upstream version 1.3~rc1.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-17 22:09:10 +01:00
parent fa76077496
commit 50960e34c0
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
13 changed files with 168 additions and 120 deletions

12
README
View file

@ -5,6 +5,18 @@ small size makes it well suited for embedded devices or software
installers that need to decompress files but do not need compression
capabilities.
Lunzip uses the same well-defined exit status values used by bzip2,
which makes it safer when used in pipes or scripts than compressors
returning ambiguous warning values, like gzip.
The 4 factor integrity checking of the lzip format guarantees that the
decompressed version of the data is identical to the original. This
guards against corruption of the compressed data, and against undetected
bugs in lunzip (hopefully very unlikely). The chances of data corruption
going undetected are microscopic. Be aware, though, that the check
occurs upon decompression, so it can only tell you that something is
wrong. It can't help you recover the original uncompressed data.
If you ever need to recover data from a damaged lzip file, try the
lziprecover program.