diff options
author | gerald <gerald@FreeBSD.org> | 2016-08-14 20:15:36 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2016-08-14 20:15:36 +0800 |
commit | 86a1673bdfbb8ad7929853ceadc3e02a8ab22f71 (patch) | |
tree | 5f5e26e26595e4d664955c96f30ccfd3ce3a170f /archivers | |
parent | c3793af6b9eab4ba7b3271dc705d64902939b45c (diff) | |
download | freebsd-ports-gnome-86a1673bdfbb8ad7929853ceadc3e02a8ab22f71.tar.gz freebsd-ports-gnome-86a1673bdfbb8ad7929853ceadc3e02a8ab22f71.tar.zst freebsd-ports-gnome-86a1673bdfbb8ad7929853ceadc3e02a8ab22f71.zip |
Update to lzip version 1.18 which includes the following changes:
- New options -a and --trailing-error.
- Decompression time has been reduced by 2%.
- Removed decompression support for version 0 files.
- Some bug fixes.
- New chapter 'Trailing data' in the texinfo documentation.
Plus the following changes from version 1.17, which we missed:
- New chapter 'Quality assurance' in the texinfo documentation.
- Reorganization of the compression code.
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/lzip/Makefile | 2 | ||||
-rw-r--r-- | archivers/lzip/distinfo | 5 |
2 files changed, 4 insertions, 3 deletions
diff --git a/archivers/lzip/Makefile b/archivers/lzip/Makefile index cced685fde29..2c33f5e63958 100644 --- a/archivers/lzip/Makefile +++ b/archivers/lzip/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= lzip -PORTVERSION= 1.16 +PORTVERSION= 1.18 CATEGORIES= archivers MASTER_SITES= SAVANNAH/lzip diff --git a/archivers/lzip/distinfo b/archivers/lzip/distinfo index 3444aaaf92b6..97b81b83cc18 100644 --- a/archivers/lzip/distinfo +++ b/archivers/lzip/distinfo @@ -1,2 +1,3 @@ -SHA256 (lzip-1.16.tar.gz) = 128cc25baf92c8b69700831e6f984d954016318cc78edca87870d0c033112751 -SIZE (lzip-1.16.tar.gz) = 86035 +TIMESTAMP = 1471174054 +SHA256 (lzip-1.18.tar.gz) = 47f9882a104ab05532f467a7b8f4ddbb898fa2f1e8d9d468556d6c2d04db14dd +SIZE (lzip-1.18.tar.gz) = 95569 |