From 989d670acf35f98c4d487ba22a7079e5b1eb9991 Mon Sep 17 00:00:00 2001 From: gerald Date: Wed, 19 Dec 2018 08:41:53 +0000 Subject: Update to lzip version 1.20. This includes the following changes: - A new option '--loose-trailing'. - Option '-S, --volume-size' now keeps input files. - Replaced 'bits/byte' with the inverse compression ratio in output. - Do not add a second .lz extension to the argument of an '-o' option. - Improved corrupt header detection to HD=3 and show corrupt or truncated header in multimember file and some further changes and improvements around progress and error reporting. - The documentation gained a new chapter "Output". PR: 233802 Submitted by: swills --- archivers/lzip/Makefile | 3 +-- archivers/lzip/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/archivers/lzip/Makefile b/archivers/lzip/Makefile index aa92840c665f..f78928001f1d 100644 --- a/archivers/lzip/Makefile +++ b/archivers/lzip/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= lzip -PORTVERSION= 1.19 -PORTREVISION= 1 +PORTVERSION= 1.20 CATEGORIES= archivers MASTER_SITES= SAVANNAH/lzip diff --git a/archivers/lzip/distinfo b/archivers/lzip/distinfo index 8bfc9898bddd..540bf5769a71 100644 --- a/archivers/lzip/distinfo +++ b/archivers/lzip/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1493550870 -SHA256 (lzip-1.19.tar.gz) = ffadc4f56be1bc0d3ae155ec4527bd003133bdc703a753b2cc683f610e646ba9 -SIZE (lzip-1.19.tar.gz) = 100277 +TIMESTAMP = 1544139297 +SHA256 (lzip-1.20.tar.gz) = c93b81a5a7788ef5812423d311345ba5d3bd4f5ebf1f693911e3a13553c1290c +SIZE (lzip-1.20.tar.gz) = 103426 -- cgit