diff options
author | wiz <wiz@pkgsrc.org> | 2013-10-09 20:35:10 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-10-09 20:35:10 +0000 |
commit | ef4997b84b2348f9b7bc867f51e1f333dda1880f (patch) | |
tree | f5a73a4b67f0b262d158fd649e713b385a773ad1 /archivers/lziprecover | |
parent | 105600efecd41787749c3c6abd1eb3705882ad6e (diff) | |
download | pkgsrc-ef4997b84b2348f9b7bc867f51e1f333dda1880f.tar.gz |
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.
Diffstat (limited to 'archivers/lziprecover')
-rw-r--r-- | archivers/lziprecover/Makefile | 4 | ||||
-rw-r--r-- | archivers/lziprecover/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/archivers/lziprecover/Makefile b/archivers/lziprecover/Makefile index 73e17a05268..5ef1b549fd2 100644 --- a/archivers/lziprecover/Makefile +++ b/archivers/lziprecover/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2012/09/11 19:46:57 asau Exp $ +# $NetBSD: Makefile,v 1.3 2013/10/09 20:35:10 wiz Exp $ -DISTNAME= lziprecover-1.13 +DISTNAME= lziprecover-1.15 CATEGORIES= archivers MASTER_SITES= http://download.savannah.gnu.org/releases/lzip/ diff --git a/archivers/lziprecover/distinfo b/archivers/lziprecover/distinfo index 4dac6d18b7a..598b0508620 100644 --- a/archivers/lziprecover/distinfo +++ b/archivers/lziprecover/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2012/03/14 14:40:36 wiz Exp $ +$NetBSD: distinfo,v 1.2 2013/10/09 20:35:10 wiz Exp $ -SHA1 (lziprecover-1.13.tar.gz) = 08683073911478fcdc31b4b5cb92a33c8909828f -RMD160 (lziprecover-1.13.tar.gz) = e684105c713f579458383ca21455af6e8c0e081c -Size (lziprecover-1.13.tar.gz) = 77771 bytes +SHA1 (lziprecover-1.15.tar.gz) = 69553f7936d45d1c8e08e69574672f81b72933f2 +RMD160 (lziprecover-1.15.tar.gz) = 9f4acd11151afd1c6d46b684fb99ce0fc45d5dbc +Size (lziprecover-1.15.tar.gz) = 82763 bytes |