[Lunar-commits] <moonbase> lzip: version bumped to 1.11.
Florin Braescu
florin at lunar-linux.org
Sun Sep 26 07:42:08 CEST 2010
commit 67293a56d0a51a070e1d7b17c88a9cc9945083f6
Author: Florin Braescu <florin at lunar-linux.org>
Date: Sun Sep 26 08:42:08 2010 +0300
lzip: version bumped to 1.11.
Changes:
The option "-0", which produces a compression speed and ratio comparable
to those of "gzip -9", has been added to lzip.
Match length limit set by options -1 to -8 has been reduced to extend
range of use towards gzip. Lower numbers now compress less but faster.
(-1 now takes 43% less time for only 20% larger compressed size).
Compression of option -9 has been slightly increased.
The option "--merge", which tries to produce a correct file merging the
good parts of two or more damaged copies, has been added to lziprecover.
The option "--repair", which repairs any 1-byte error in the lzma stream
of lzip files, has been added to lziprecover.
Decompressor has been modified to detect file errors earlier, improving
efficiency of lziprecover's new repair capability.
The option "--force", which forces overwriting of existing output files,
has been added to lziprecover.
The option "--output", which sets the name of the output file, has been
added to lziprecover.
The option "--split", which selects the until now only operation of
splitting multimember files, has been added to lziprecover.
---
archive/lzip/DETAILS | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/archive/lzip/DETAILS b/archive/lzip/DETAILS
index 0075923..560afa8 100644
--- a/archive/lzip/DETAILS
+++ b/archive/lzip/DETAILS
@@ -1,11 +1,11 @@
MODULE=lzip
- VERSION=1.10
+ VERSION=1.11
SOURCE=$MODULE-$VERSION.tar.gz
- SOURCE_URL=http://nongnu.askapache.com/lzip/
- SOURCE_VFY=sha1:ac2ac4be12cfbd9ba28998a52e5a2ab957369408
+ SOURCE_URL=http://nongnu.askapache.com/$MODULE
+ SOURCE_VFY=sha1:59f8d7c97493d8948564bad1c3ec8b15096d23df
WEB_SITE=http://nongnu.askapache.com/lzip/manual/lzip_manual.html
ENTERED=20091122
- UPDATED=20100711
+ UPDATED=20100926
SHORT="lossless data compressor"
cat << EOF
More information about the Lunar-commits
mailing list