pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/archivers/lziprecover
Module Name: pkgsrc
Committed By: mef
Date: Fri Dec 16 14:01:07 UTC 2016
Modified Files:
pkgsrc/archivers/lziprecover: Makefile distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/archivers/lziprecover/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/archivers/lziprecover/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/lziprecover/Makefile
diff -u pkgsrc/archivers/lziprecover/Makefile:1.6 pkgsrc/archivers/lziprecover/Makefile:1.7
--- pkgsrc/archivers/lziprecover/Makefile:1.6 Sun Jul 26 12:17:47 2015
+++ pkgsrc/archivers/lziprecover/Makefile Fri Dec 16 14:01:07 2016
@@ -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/
Index: pkgsrc/archivers/lziprecover/distinfo
diff -u pkgsrc/archivers/lziprecover/distinfo:1.5 pkgsrc/archivers/lziprecover/distinfo:1.6
--- pkgsrc/archivers/lziprecover/distinfo:1.5 Tue Nov 3 00:56:23 2015
+++ pkgsrc/archivers/lziprecover/distinfo Fri Dec 16 14:01:07 2016
@@ -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