diff options
author | mef <mef@pkgsrc.org> | 2016-12-16 14:01:07 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2016-12-16 14:01:07 +0000 |
commit | ac93ecced202ec51a9ff55f5df89a64e3e543299 (patch) | |
tree | 7573acb303b8c4295d9658ba2dede08a22edda9b /archivers | |
parent | 7d663a28894d6140a1183195e2cc28c44f03e477 (diff) | |
download | pkgsrc-ac93ecced202ec51a9ff55f5df89a64e3e543299.tar.gz |
Updated archivers/lziprecover to 1.18
--------------------------------------
2016-05-12 Antonio Diaz Diaz <antonio@gnu.org>
* Version 1.18 released.
* main.cc: Added new option '-a, --trailing-error'.
* merge.cc (open_input_files): Use CRC to test identical files.
* repair.cc (repair_file): Detect gross damage before repairing.
* repair.cc: Repair a damaged dictionary size in the header.
* repair.cc: Try bytes at offsets 7 to 11 first.
* Decompression time has been reduced by 2%.
* main.cc (decompress): Print up to 6 bytes of trailing data
when '-tvvvv' is specified.
* decoder.cc (verify_trailer): Removed test of final code.
* main.cc (main): Delete '--output' file if infd is a terminal.
* main.cc (main): Don't use stdin more than once.
* Use 'close_and_set_permissions' and 'set_signals' in all modes.
* range_dec.cc (list_file): Show dictionary size and size of
trailing data (if any) with '-lv'.
* Added new option '-A, --alone-to-lz'.
* Added new option '-W, --debug-decompress'.
* Added new option '-X, --show-packets'.
* Changed short name of option '--debug-delay' to '-Y'.
* Changed short name of option '--debug-repair' to '-Z'.
* unzcrash.cc: Added new option '-B, --block'.
* unzcrash.cc: Added new option '-d, --delta'.
* unzcrash.cc: Added new option '-t, --truncate'.
* unzcrash.cc: Added new option '-z, --zcmp'.
* unzcrash.cc: Read files as large as RAM allows.
* unzcrash.cc: Compare output using zcmp if decompressor returns 0.
* unzcrash.cc: Accept negative position and size.
* lzip.texi: Added chapter 'Trailing data'.
* configure: Avoid warning on some shells when testing for g++.
* Makefile.in: Detect the existence of install-info.
* testsuite/check.sh: Don't check error messages.
* testsuite/check.sh: A POSIX shell is required to run the tests.
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/lziprecover/Makefile | 4 | ||||
-rw-r--r-- | archivers/lziprecover/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/archivers/lziprecover/Makefile b/archivers/lziprecover/Makefile index a68741025d0..d42d34b38ac 100644 --- a/archivers/lziprecover/Makefile +++ b/archivers/lziprecover/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.6 2015/07/26 12:17:47 mef Exp $ +# $NetBSD: Makefile,v 1.7 2016/12/16 14:01:07 mef Exp $ -DISTNAME= lziprecover-1.17 +DISTNAME= lziprecover-1.18 CATEGORIES= archivers MASTER_SITES= http://download.savannah.gnu.org/releases/lzip/lziprecover/ diff --git a/archivers/lziprecover/distinfo b/archivers/lziprecover/distinfo index b920aa1ca7c..00bbaab17b8 100644 --- a/archivers/lziprecover/distinfo +++ b/archivers/lziprecover/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.5 2015/11/03 00:56:23 agc Exp $ +$NetBSD: distinfo,v 1.6 2016/12/16 14:01:07 mef Exp $ -SHA1 (lziprecover-1.17.tar.gz) = 004ba46a0bc33e133326dc225a4f6ffdcdc18981 -RMD160 (lziprecover-1.17.tar.gz) = 37389b61739f68cb9a1c5a2abe3da5f2ea4da30c -SHA512 (lziprecover-1.17.tar.gz) = 409a3634ef15238f8c87e6e69ecf0cf83c48274cff6c54a901a4f80bdc3d475b6bf03215cfee762ac64ca41b3e8a805ab620ceaaa1bec7fc22ffafad049b5f0f -Size (lziprecover-1.17.tar.gz) = 75941 bytes +SHA1 (lziprecover-1.18.tar.gz) = 7d6582bce447474b2341ab8b77de9368a12a19a0 +RMD160 (lziprecover-1.18.tar.gz) = bededcded7c1c1b2bc332194fb9988b9019e6f03 +SHA512 (lziprecover-1.18.tar.gz) = 60febb52b5dde8e1fa1e4917c48bb09112bcd3a43c5486a234fdcfa3db1d5049977df306ce66ec0821e812676886f5fa214a3479649cb977151b5cf82018b6b6 +Size (lziprecover-1.18.tar.gz) = 86584 bytes |