Date: Sun, 14 Aug 2016 12:15:36 +0000 (UTC) From: Gerald Pfeifer <gerald@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r420186 - head/archivers/lzip Message-ID: <201608141215.u7ECFaan093849@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gerald Date: Sun Aug 14 12:15:36 2016 New Revision: 420186 URL: https://svnweb.freebsd.org/changeset/ports/420186 Log: 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. Modified: head/archivers/lzip/Makefile head/archivers/lzip/distinfo Modified: head/archivers/lzip/Makefile ============================================================================== --- head/archivers/lzip/Makefile Sun Aug 14 09:20:22 2016 (r420185) +++ head/archivers/lzip/Makefile Sun Aug 14 12:15:36 2016 (r420186) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= lzip -PORTVERSION= 1.16 +PORTVERSION= 1.18 CATEGORIES= archivers MASTER_SITES= SAVANNAH/lzip Modified: head/archivers/lzip/distinfo ============================================================================== --- head/archivers/lzip/distinfo Sun Aug 14 09:20:22 2016 (r420185) +++ head/archivers/lzip/distinfo Sun Aug 14 12:15:36 2016 (r420186) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201608141215.u7ECFaan093849>