The NetBSD Project

CVS log for pkgsrc/archivers/lziprecover/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / archivers / lziprecover

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.13 / (download) - annotate - [select for diffs], Wed Feb 14 21:42:38 2024 UTC (2 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2024Q1-base, pkgsrc-2024Q1, HEAD
Changes since 1.12: +3 -3 lines
Diff to previous 1.12 (colored) to selected 1.1 (colored)

lziprecover: updated to 1.24

* Version 1.24 released.
* New options '--empty-error', '--marking-error', '--clear-marki
* dump_remove.cc, main.cc: Accept 'empty' in --dump, --remove, -
* main.cc: Rename '--repair' to '--byte-repair'.
  Rename '--debug-repair' to '--debug-byte-repair'.
  Reformat file diagnostics as 'PROGRAM: FILE: MESSAGE'.
  (show_option_error): New function showing argument and option
  (main): Make -o preserve date/mode/owner if 1 input file.
  (open_outstream): Create missing intermediate directories.
* lzip.h: Rename verify_* to check_*.
* repair.cc: Rename to byte_repair.cc.
* unzcrash.cc: Rename '--no-verify' to '--no-check'.
* configure, Makefile.in: New variable 'MAKEINFO'.
* Makefile.in: Remove target 'install-as-lzip'; -e needs a real
* testsuite: New test files test_3m.txt.lz.md5, fox6_mark.lz.

Revision 1.12 / (download) - annotate - [select for diffs], Sat Jan 22 18:26:52 2022 UTC (2 years, 2 months ago) by fcambus
Branch: MAIN
CVS Tags: pkgsrc-2023Q4-base, pkgsrc-2023Q4, pkgsrc-2023Q3-base, pkgsrc-2023Q3, pkgsrc-2023Q2-base, pkgsrc-2023Q2, pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3, pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1
Changes since 1.11: +2 -2 lines
Diff to previous 1.11 (colored) to selected 1.1 (colored)

lziprecover: update to 1.23.

2022-01-21  Antonio Diaz Diaz  <antonio@gnu.org>

	* Version 1.23 released.
	* Decompression time has been reduced by 5-12% depending on the file.
	* main_common.cc (getnum): Show option name and valid range if error.
	* dump_remove.cc (dump_members): Check tty except for --dump=tdata.
	* Option '-U, --unzcrash' now takes an argument ('1' or 'B<size>').
	* mtester.cc (duplicate_buffer): Use an external buffer.
	* repair.cc (debug_decompress): Continue decoding on CRC mismatch.
	* unzcrash.cc: Make zcmp_command a string of unlimited size.
	  Use execvp instead of popen to avoid invoking /bin/sh.
	  Print byte or block position in messages.
	* New file common.h.
	* Improve several descriptions in manual, '--help', and man page.
	* lziprecover.texi: Change GNU Texinfo category to 'Compression'.
	  (Reported by Alfred M. Szmidt).

Revision 1.11 / (download) - annotate - [select for diffs], Mon Feb 1 10:48:26 2021 UTC (3 years, 2 months ago) by fcambus
Branch: MAIN
CVS Tags: pkgsrc-2021Q4-base, pkgsrc-2021Q4, pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2, pkgsrc-2021Q1-base, pkgsrc-2021Q1
Changes since 1.10: +3 -3 lines
Diff to previous 1.10 (colored) to selected 1.1 (colored)

lziprecover: update to 1.22.

2021-01-02  Antonio Diaz Diaz  <antonio@gnu.org>

	* Version 1.22 released.
	* New options '-e, --reproduce', '--lzip-level', '--lzip-name',
	  '--reference-file', and '-E, --debug-reproduce'.
	* Remove '--dump-tdata', '--remove-tdata', and '--strip-tdata'.
	* main.cc (main): Report an error if a file name is empty.
	  Make '-o' behave like '-c', but writing to file.
	  Make '-c' and '-o' check whether the output is a terminal only once.
	  Do not open output if input is a terminal.
	* main.cc (decompress): With '-i', ignore data errors, keep files.
	* range_dec.cc: '-i -D' now decompresses a truncated last member.
	* '-i -D' now returns 0 if only ignored errors are found.
	* '-i' now considers any block > 36 with header a member, not a gap.
	* Replace 'decompressed', 'compressed' with 'out', 'in' in output.
	* Fix several compiler warnings. (Reported by Nissanka Gooneratne).
	* lzip_index.cc: Improve messages for corruption in last header.
	* New debug options '-M, --md5sum' and '-U, --unzcrash'.
	* main.cc: Set a valid invocation_name even if argc == 0.
	* Document extraction from tar.lz in manual, '--help', and man page.
	* New files lunzcrash.cc, md5.h, md5.cc, nrep_stats.cc, reproduce.cc.
	* lziprecover.texi: New chapter 'Reproducing one sector'.
	  New sections 'Merging with a backup' and 'Reproducing a mailbox'.
	  Document the debug options for experts.
	* check.sh: Lzip 1.16 or newer is required to run the tests.
	* testsuite: Add 9 new test files.

Revision 1.10 / (download) - annotate - [select for diffs], Sat Jan 18 23:29:56 2020 UTC (4 years, 3 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3, pkgsrc-2020Q2-base, pkgsrc-2020Q2, pkgsrc-2020Q1-base, pkgsrc-2020Q1
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 (colored) to selected 1.1 (colored)

all: migrate several HOMEPAGEs to https

pkglint --only "https instead of http" -r -F

With manual adjustments afterwards since pkglint 19.4.4 fixed a few
indentations in unrelated lines.

This mainly affects projects hosted at SourceForce, as well as
freedesktop.org, CTAN and GNU.

Revision 1.9 / (download) - annotate - [select for diffs], Fri Jan 18 10:05:39 2019 UTC (5 years, 3 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2019Q4-base, pkgsrc-2019Q4, pkgsrc-2019Q3-base, pkgsrc-2019Q3, pkgsrc-2019Q2-base, pkgsrc-2019Q2, pkgsrc-2019Q1-base, pkgsrc-2019Q1
Changes since 1.8: +3 -2 lines
Diff to previous 1.8 (colored) to selected 1.1 (colored)

lziprecover: updated to 1.21

Changes in version 1.21:

The options '--dump', '--remove' and '--strip' have been added, mainly as
support for the tarlz archive format: http://www.nongnu.org/lzip/tarlz.html
These options replace '--dump-tdata', '--remove-tdata' and '--strip-tdata',
which are now aliases and will be removed in version 1.22.

  '--dump=[<member_list>][:damaged][:tdata]' dumps the members listed, the
  damaged members (if any), or the trailing data (if any) of one or more
  regular multimember files to standard output.

  '--remove=[<member_list>][:damaged][:tdata]' removes the members listed,
  the damaged members (if any), or the trailing data (if any) from regular
  multimember files in place.

  '--strip=[<member_list>][:damaged][:tdata]' copies one or more regular
  multimember files to standard output, stripping the members listed, the
  damaged members (if any), or the trailing data (if any) from each file.

Detection of forbidden combinations of characters in trailing data has been
improved.

'--split' can now detect trailing data and gaps between members, and save
each gap in its own file. Trailing data (if any) are saved alone in the last
file. (Gaps may contain garbage or may be members with corrupt headers or
trailers).

'--ignore-errors' now makes '--list' show gaps between members, ignoring
format errors.

'--ignore-errors' now makes '--range-decompress' ignore a truncated last
member.

Errors are now also checked when closing the input file in decompression
mode.

Some diagnostic messages have been improved.

'\n' is now printed instead of '\r' when showing progress of merge or repair
if stdout is not a terminal.

Lziprecover now compiles on DOS with DJGPP. (Patch from Robert Riebisch).

The new chapter 'Tarlz', explaining the ways in which lziprecover can
recover and process multimember tar.lz archives, has been added to the
manual.

The configure script now accepts appending options to CXXFLAGS using the
syntax 'CXXFLAGS+=OPTIONS'.

It has been documented in INSTALL the use of
CXXFLAGS+='-D __USE_MINGW_ANSI_STDIO' when compiling on MinGW.

Revision 1.8 / (download) - annotate - [select for diffs], Fri Aug 18 20:45:15 2017 UTC (6 years, 8 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3, pkgsrc-2018Q2-base, pkgsrc-2018Q2, pkgsrc-2018Q1-base, pkgsrc-2018Q1, pkgsrc-2017Q4-base, pkgsrc-2017Q4, pkgsrc-2017Q3-base, pkgsrc-2017Q3
Changes since 1.7: +8 -3 lines
Diff to previous 1.7 (colored) to selected 1.1 (colored)

Changes in version 1.19:

'--merge' is now able to fix files with thousands of scattered errors
per member by grouping the errors into clusters and then merging the
files as if each cluster were a single error.

The option '-a, --trailing-error' now works with '-l, --list' and
'-D, --range-decompress'.

The output of option '-l, --list' has been simplified to make it easier
to read.

In test mode, lziprecover now continues checking the rest of the files
if any input file is a terminal.

Trailing data are now shown both in hexadecimal and as a string of
printable ASCII characters.

Revision 1.7 / (download) - annotate - [select for diffs], Fri Dec 16 14:01:07 2016 UTC (7 years, 4 months ago) by mef
Branch: MAIN
CVS Tags: pkgsrc-2017Q2-base, pkgsrc-2017Q2, pkgsrc-2017Q1-base, pkgsrc-2017Q1, pkgsrc-2016Q4-base, pkgsrc-2016Q4
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 (colored) to selected 1.1 (colored)

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.

Revision 1.6 / (download) - annotate - [select for diffs], Sun Jul 26 12:17:47 2015 UTC (8 years, 8 months ago) by mef
Branch: MAIN
CVS Tags: pkgsrc-2016Q3-base, pkgsrc-2016Q3, pkgsrc-2016Q2-base, pkgsrc-2016Q2, pkgsrc-2016Q1-base, pkgsrc-2016Q1, pkgsrc-2015Q4-base, pkgsrc-2015Q4, pkgsrc-2015Q3-base, pkgsrc-2015Q3
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 (colored) to selected 1.1 (colored)

Update 1.16 to 1.17
-------------------
2015-05-28  Antonio Diaz Diaz  <antonio@gnu.org>

	* Version 1.17 released.
	* New block selection algorithm makes merge up to 100 times faster.
	* repair.cc: Repair time has been reduced by 15%.
	* Added new option '-y, --debug-delay'.
	* Added new option '-z, --debug-repair'.
	* Makefile.in: Added new targets 'install*-compress'.
	* testsuite/unzcrash.cc: Moved to top directory.
	* lziprecover.texi: Added chapter 'File names'.

Revision 1.5 / (download) - annotate - [select for diffs], Sun Jan 4 10:45:22 2015 UTC (9 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2015Q2-base, pkgsrc-2015Q2, pkgsrc-2015Q1-base, pkgsrc-2015Q1
Changes since 1.4: +3 -3 lines
Diff to previous 1.4 (colored) to selected 1.1 (colored)

Update to 1.16:

Changes in version 1.16:

Repairing of single-byte errors is now about 10 times faster depending
on file size and position of error.

Copying of file dates, permissions, and ownership now behaves like "cp -p".
(If the user ID or the group ID can't be duplicated, the file permission
bits S_ISUID and S_ISGID are cleared).

Some minor improvements have been made.

"lziprecover.texinfo" has been renamed to "lziprecover.texi".

The license has been changed to GPL version 2 or later.

Revision 1.4 / (download) - annotate - [select for diffs], Tue Dec 16 15:37:43 2014 UTC (9 years, 4 months ago) by mef
Branch: MAIN
CVS Tags: pkgsrc-2014Q4-base, pkgsrc-2014Q4
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (colored) to selected 1.1 (colored)

MASTER_SITES directory is one level down now.

Revision 1.3 / (download) - annotate - [select for diffs], Wed Oct 9 20:35:10 2013 UTC (10 years, 6 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2014Q3-base, pkgsrc-2014Q3, pkgsrc-2014Q2-base, pkgsrc-2014Q2, pkgsrc-2014Q1-base, pkgsrc-2014Q1, pkgsrc-2013Q4-base, pkgsrc-2013Q4
Changes since 1.2: +2 -2 lines
Diff to previous 1.2 (colored) to selected 1.1 (colored)

Update to 1.15:

Changes in version 1.15:

Lziprecover can now repair multi-member files with up to one byte error
per member, without having to split them first.

Lziprecover can now merge multi-member files without having to split
them first even if some copies have the header and the trailer damaged.

The chapters "Repairing files", "Merging files" and "Unzcrash" have been
added to the manual.

Revision 1.2 / (download) - annotate - [select for diffs], Tue Sep 11 19:46:57 2012 UTC (11 years, 7 months ago) by asau
Branch: MAIN
CVS Tags: pkgsrc-2013Q3-base, pkgsrc-2013Q3, pkgsrc-2013Q2-base, pkgsrc-2013Q2, pkgsrc-2013Q1-base, pkgsrc-2013Q1, pkgsrc-2012Q4-base, pkgsrc-2012Q4, pkgsrc-2012Q3-base, pkgsrc-2012Q3
Changes since 1.1: +1 -3 lines
Diff to previous 1.1 (colored)

"user-destdir" is default these days

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Wed Mar 14 14:40:36 2012 UTC (12 years, 1 month ago) by wiz
Branch: TNF
CVS Tags: pkgsrc-2012Q2-base, pkgsrc-2012Q2, pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-20120314
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

Initial import of lziprecover-1.13:

Lziprecover is a data recovery tool and decompressor for files in the
lzip compressed data format (.lz) able to repair slightly damaged files,
recover badly damaged files from two or more copies, extract undamaged
members from multi-member files, decompress files and test integrity of
files.

Lziprecover is able to recover or decompress files produced by any of
the compressors in the lzip family; lzip, plzip, minilzip/lzlib, clzip
and pdlzip. This recovery capability contributes to make the lzip format
one of the best options for long-term data archiving.

Lziprecover is able to efficiently extract a range of bytes from a
multi-member file, because it only decompresses the members containing
the desired data.

Revision 1.1 / (download) - annotate - [selected], Wed Mar 14 14:40:36 2012 UTC (12 years, 1 month ago) by wiz
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>