From owner-svn-ports-all@freebsd.org Wed Dec 19 08:41:54 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9DA0713506C9; Wed, 19 Dec 2018 08:41:54 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 455F4700A9; Wed, 19 Dec 2018 08:41:54 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 37A9EBF83; Wed, 19 Dec 2018 08:41:54 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wBJ8fsaa021697; Wed, 19 Dec 2018 08:41:54 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wBJ8frAC021695; Wed, 19 Dec 2018 08:41:53 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201812190841.wBJ8frAC021695@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Wed, 19 Dec 2018 08:41:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r487787 - head/archivers/lzip X-SVN-Group: ports-head X-SVN-Commit-Author: gerald X-SVN-Commit-Paths: head/archivers/lzip X-SVN-Commit-Revision: 487787 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 455F4700A9 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.98 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.998,0]; NEURAL_HAM_SHORT(-0.99)[-0.986,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-0.998,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Dec 2018 08:41:54 -0000 Author: gerald Date: Wed Dec 19 08:41:53 2018 New Revision: 487787 URL: https://svnweb.freebsd.org/changeset/ports/487787 Log: 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 Modified: head/archivers/lzip/Makefile head/archivers/lzip/distinfo Modified: head/archivers/lzip/Makefile ============================================================================== --- head/archivers/lzip/Makefile Wed Dec 19 08:30:04 2018 (r487786) +++ head/archivers/lzip/Makefile Wed Dec 19 08:41:53 2018 (r487787) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= lzip -PORTVERSION= 1.19 -PORTREVISION= 1 +PORTVERSION= 1.20 CATEGORIES= archivers MASTER_SITES= SAVANNAH/lzip Modified: head/archivers/lzip/distinfo ============================================================================== --- head/archivers/lzip/distinfo Wed Dec 19 08:30:04 2018 (r487786) +++ head/archivers/lzip/distinfo Wed Dec 19 08:41:53 2018 (r487787) @@ -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