pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/archivers/lzip



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Feb 25 21:07:53 UTC 2018

Modified Files:
        pkgsrc/archivers/lzip: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/archivers/lzip/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/archivers/lzip/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/archivers/lzip/Makefile
diff -u pkgsrc/archivers/lzip/Makefile:1.14 pkgsrc/archivers/lzip/Makefile:1.15
--- pkgsrc/archivers/lzip/Makefile:1.14 Fri Aug 18 20:44:50 2017
+++ pkgsrc/archivers/lzip/Makefile      Sun Feb 25 21:07:53 2018
@@ -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/
 

Index: pkgsrc/archivers/lzip/distinfo
diff -u pkgsrc/archivers/lzip/distinfo:1.10 pkgsrc/archivers/lzip/distinfo:1.11
--- pkgsrc/archivers/lzip/distinfo:1.10 Fri Aug 18 20:44:50 2017
+++ pkgsrc/archivers/lzip/distinfo      Sun Feb 25 21:07:53 2018
@@ -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



Home | Main Index | Thread Index | Old Index