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:   fcambus
Date:           Mon Feb  1 10:48:26 UTC 2021

Modified Files:
        pkgsrc/archivers/lziprecover: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/archivers/lziprecover/Makefile
cvs rdiff -u -r1.8 -r1.9 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.10 pkgsrc/archivers/lziprecover/Makefile:1.11
--- pkgsrc/archivers/lziprecover/Makefile:1.10  Sat Jan 18 23:29:56 2020
+++ pkgsrc/archivers/lziprecover/Makefile       Mon Feb  1 10:48:26 2021
@@ -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

Index: pkgsrc/archivers/lziprecover/distinfo
diff -u pkgsrc/archivers/lziprecover/distinfo:1.8 pkgsrc/archivers/lziprecover/distinfo:1.9
--- pkgsrc/archivers/lziprecover/distinfo:1.8   Fri Jan 18 10:05:39 2019
+++ pkgsrc/archivers/lziprecover/distinfo       Mon Feb  1 10:48:26 2021
@@ -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