pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/archivers/lziprecover lziprecover: update to 1.22.
details: https://anonhg.NetBSD.org/pkgsrc/rev/4a334301e675
branches: trunk
changeset: 445934:4a334301e675
user: fcambus <fcambus%pkgsrc.org@localhost>
date: Mon Feb 01 10:48:26 2021 +0000
description:
lziprecover: update to 1.22.
2021-01-02 Antonio Diaz Diaz <antonio%gnu.org@localhost>
* 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.
diffstat:
archivers/lziprecover/Makefile | 6 +++---
archivers/lziprecover/distinfo | 10 +++++-----
2 files changed, 8 insertions(+), 8 deletions(-)
diffs (30 lines):
diff -r 5cf470123c0a -r 4a334301e675 archivers/lziprecover/Makefile
--- a/archivers/lziprecover/Makefile Mon Feb 01 10:38:43 2021 +0000
+++ b/archivers/lziprecover/Makefile Mon Feb 01 10:48:26 2021 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.10 2020/01/18 23:29:56 rillig Exp $
+# $NetBSD: Makefile,v 1.11 2021/02/01 10:48:26 fcambus Exp $
-DISTNAME= lziprecover-1.21
+DISTNAME= lziprecover-1.22
CATEGORIES= archivers
-MASTER_SITES= http://download.savannah.gnu.org/releases/lzip/lziprecover/
+MASTER_SITES= https://download.savannah.gnu.org/releases/lzip/lziprecover/
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= https://www.nongnu.org/lzip/lziprecover.html
diff -r 5cf470123c0a -r 4a334301e675 archivers/lziprecover/distinfo
--- a/archivers/lziprecover/distinfo Mon Feb 01 10:38:43 2021 +0000
+++ b/archivers/lziprecover/distinfo Mon Feb 01 10:48:26 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2019/01/18 10:05:39 adam Exp $
+$NetBSD: distinfo,v 1.9 2021/02/01 10:48:26 fcambus Exp $
-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
+SHA1 (lziprecover-1.22.tar.gz) = df82a3553a087d8afe93cf0b8da50ce2bc5bdfa5
+RMD160 (lziprecover-1.22.tar.gz) = ed0f2abb129d62262ddd1b16bce5c68cd176fb31
+SHA512 (lziprecover-1.22.tar.gz) = 5fa209f6a80314ba7db45effc2546be660b6a31133570abf2e37a4d570910757fc4241e2496e63a95fadb66cffbca59976a8568659f4e8562baeb16517599e96
+Size (lziprecover-1.22.tar.gz) = 152840 bytes
Home |
Main Index |
Thread Index |
Old Index