pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/archivers/lziprecover Updated archivers/lziprecover to...
details: https://anonhg.NetBSD.org/pkgsrc/rev/64acbbbc1127
branches: trunk
changeset: 355974:64acbbbc1127
user: mef <mef%pkgsrc.org@localhost>
date: Fri Dec 16 14:01:07 2016 +0000
description:
Updated archivers/lziprecover to 1.18
--------------------------------------
2016-05-12 Antonio Diaz Diaz <antonio%gnu.org@localhost>
* 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:
archivers/lziprecover/Makefile | 4 ++--
archivers/lziprecover/distinfo | 10 +++++-----
2 files changed, 7 insertions(+), 7 deletions(-)
diffs (27 lines):
diff -r 88d502bee4d6 -r 64acbbbc1127 archivers/lziprecover/Makefile
--- a/archivers/lziprecover/Makefile Fri Dec 16 13:59:13 2016 +0000
+++ b/archivers/lziprecover/Makefile Fri Dec 16 14:01:07 2016 +0000
@@ -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 -r 88d502bee4d6 -r 64acbbbc1127 archivers/lziprecover/distinfo
--- a/archivers/lziprecover/distinfo Fri Dec 16 13:59:13 2016 +0000
+++ b/archivers/lziprecover/distinfo Fri Dec 16 14:01:07 2016 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index