diff options
author | gerald <gerald@FreeBSD.org> | 2018-12-19 16:41:53 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2018-12-19 16:41:53 +0800 |
commit | 989d670acf35f98c4d487ba22a7079e5b1eb9991 (patch) | |
tree | 336250c9932e6230860232509e00e6fb9eb8e982 /archivers | |
parent | 85f427fdd028e4fddaa5a0fc1af4e2f56a4c9379 (diff) | |
download | freebsd-ports-gnome-989d670acf35f98c4d487ba22a7079e5b1eb9991.tar.gz freebsd-ports-gnome-989d670acf35f98c4d487ba22a7079e5b1eb9991.tar.zst freebsd-ports-gnome-989d670acf35f98c4d487ba22a7079e5b1eb9991.zip |
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
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/lzip/Makefile | 3 | ||||
-rw-r--r-- | 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 |