pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/archivers/lziprecover lziprecover: updated to 1.21



details:   https://anonhg.NetBSD.org/pkgsrc/rev/09058cd9054c
branches:  trunk
changeset: 317996:09058cd9054c
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Jan 18 10:05:39 2019 +0000

description:
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.

diffstat:

 archivers/lziprecover/Makefile |   5 +++--
 archivers/lziprecover/distinfo |  10 +++++-----
 2 files changed, 8 insertions(+), 7 deletions(-)

diffs (35 lines):

diff -r aa5bb87d3448 -r 09058cd9054c archivers/lziprecover/Makefile
--- a/archivers/lziprecover/Makefile    Fri Jan 18 10:03:40 2019 +0000
+++ b/archivers/lziprecover/Makefile    Fri Jan 18 10:05:39 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2017/08/18 20:45:15 adam Exp $
+# $NetBSD: Makefile,v 1.9 2019/01/18 10:05:39 adam Exp $
 
-DISTNAME=      lziprecover-1.19
+DISTNAME=      lziprecover-1.21
 CATEGORIES=    archivers
 MASTER_SITES=  http://download.savannah.gnu.org/releases/lzip/lziprecover/
 
@@ -15,6 +15,7 @@
 CONFIGURE_ARGS+=       --infodir=${PREFIX}/${PKGINFODIR}
 CONFIGURE_ARGS+=       --mandir=${PREFIX}/${PKGMANDIR}
 INFO_FILES=            yes
+TEST_TARGET=           check
 
 MAKE_FLAGS+=           CXX=${CXX:Q}
 MAKE_FLAGS+=           CPPFLAGS=${CPPFLAGS:Q}
diff -r aa5bb87d3448 -r 09058cd9054c archivers/lziprecover/distinfo
--- a/archivers/lziprecover/distinfo    Fri Jan 18 10:03:40 2019 +0000
+++ b/archivers/lziprecover/distinfo    Fri Jan 18 10:05:39 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2017/08/18 20:45:15 adam Exp $
+$NetBSD: distinfo,v 1.8 2019/01/18 10:05:39 adam Exp $
 
-SHA1 (lziprecover-1.19.tar.gz) = c35a5520d003e8a6d0e81629f2c98350f56460cd
-RMD160 (lziprecover-1.19.tar.gz) = 270054657c6bd793e9f183b09464f4f2012e1561
-SHA512 (lziprecover-1.19.tar.gz) = 2fc12c7fbc08fab45f97e01d97504258e77d9ac8a49e03a5099e6ed569523eb129898e5f9e7325e23e105f1ba171edf6628f5f03d8723daae1b1b4116d89c2f7
-Size (lziprecover-1.19.tar.gz) = 96987 bytes
+SHA1 (lziprecover-1.21.tar.gz) = 455c33b1dba19f3557b08580244eb0f62eaa46d4
+RMD160 (lziprecover-1.21.tar.gz) = 547836793926214b490961bfc4c354c1c892fb50
+SHA512 (lziprecover-1.21.tar.gz) = 4afd3ce319bacdd1870512af5568179c0d472f354b1e1562a54c527a37903ce3f0f0044abf273ecb113a555cc7a33ac343f5dbfb26fa29df9b24ecc9768e4ed5
+Size (lziprecover-1.21.tar.gz) = 112895 bytes



Home | Main Index | Thread Index | Old Index