diff options
author | wiz <wiz@pkgsrc.org> | 2018-02-25 21:07:53 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2018-02-25 21:07:53 +0000 |
commit | 07f1d11b6a80a41ea1aa669d4634631a31a59a35 (patch) | |
tree | 6e4a2a468d743960f7f39f81d22eb4d250c6cf82 | |
parent | 6376586bc2749cd939d1a70de99aae2628fb29a6 (diff) | |
download | pkgsrc-07f1d11b6a80a41ea1aa669d4634631a31a59a35.tar.gz |
lzip: update to 1.20.
Changes in version 1.20:
The option '--loose-trailing', has been added.
The test used by lzip to discriminate trailing data from a corrupt
header in multimember or concatenated files has been improved to a
Hamming distance (HD) of 3, and the 3 bit flips must happen in different
magic bytes for the test to fail. As a consequence some kinds of files
no longer can be appended to a lzip file as trailing data unless the
'--loose-trailing' option is used when decompressing.
Lziprecover can be used to remove conflicting trailing data from a file.
The contents of a corrupt or truncated header found in a multimember
file are now shown, after the error message, in the same format as
trailing data.
Option '-S, --volume-size' now keeps input files unchanged.
When creating multimember files or splitting the output in volumes, the
dictionary size is now adjusted for each member individually.
The 'bits/byte' ratio has been replaced with the inverse compression
ratio in the output.
The progress of decompression is now shown at verbosity level 2 (-vv) or
higher.
Progress of (de)compression is only shown if stderr is a terminal.
A final diagnostic is now shown at verbosity level 1 (-v) or higher if
any file fails the test when testing multiple files.
A second '.lz' extension is no longer added to the argument of '-o' if
it already ends in '.lz' or '.tlz'.
In case of (de)compressed size mismatch, the stored size is now also
shown in hexadecimal to ease visual comparison.
The dictionary size is now shown at verbosity level 4 (-vvvv) when
decompressing or testing.
The new chapter "Meaning of lzip's output" has been added to the manual.
-rw-r--r-- | archivers/lzip/Makefile | 4 | ||||
-rw-r--r-- | archivers/lzip/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/archivers/lzip/Makefile b/archivers/lzip/Makefile index 054e77c91e9..a47b22a3f7b 100644 --- a/archivers/lzip/Makefile +++ b/archivers/lzip/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.14 2017/08/18 20:44:50 adam Exp $ +# $NetBSD: Makefile,v 1.15 2018/02/25 21:07:53 wiz Exp $ -DISTNAME= lzip-1.19 +DISTNAME= lzip-1.20 CATEGORIES= archivers MASTER_SITES= http://download.savannah.gnu.org/releases/lzip/ diff --git a/archivers/lzip/distinfo b/archivers/lzip/distinfo index fb558d56f8c..5acd34c21b6 100644 --- a/archivers/lzip/distinfo +++ b/archivers/lzip/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.10 2017/08/18 20:44:50 adam Exp $ +$NetBSD: distinfo,v 1.11 2018/02/25 21:07:53 wiz Exp $ -SHA1 (lzip-1.19.tar.gz) = c6042a786b69e3209112fa991806e2e7e0ba5f07 -RMD160 (lzip-1.19.tar.gz) = 0f1b8052debd61fa19d83414001de87465c4279b -SHA512 (lzip-1.19.tar.gz) = 513525c2731334fae99f7a17b1211e7a018446dc211e6ba52a95054e771c9577333a131608cb06a5279da16a4e4877076402b97e97ff6a145c3626fde22d3392 -Size (lzip-1.19.tar.gz) = 100277 bytes +SHA1 (lzip-1.20.tar.gz) = d89e6dd737e6566fbe18e3c247782120a7104bfb +RMD160 (lzip-1.20.tar.gz) = 72868e3b290a7c5ece0919978f3cf19714dc5f10 +SHA512 (lzip-1.20.tar.gz) = 0349b4c6c0b41e601b7ee381c3254d741397beb3ef9354c08162f346f131f4f48f6613ee0a610cdc6d827530df634f884ecfeee35215b10045a40fee76f8e938 +Size (lzip-1.20.tar.gz) = 103426 bytes |