Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id CC4D07A301 for ; Fri, 16 Dec 2016 13:45:23 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 7901B85586; Fri, 16 Dec 2016 13:45:23 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0684C85570 for ; Fri, 16 Dec 2016 13:45:23 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id Fb4U4W4hGedP for ; Fri, 16 Dec 2016 13:45:22 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 7C54284CE9 for ; Fri, 16 Dec 2016 13:45:22 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 6F8B1FBA6; Fri, 16 Dec 2016 13:45:22 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_148189592286460" MIME-Version: 1.0 Date: Fri, 16 Dec 2016 13:45:22 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/archivers/lzip To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20161216134522.6F8B1FBA6@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_148189592286460 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Fri Dec 16 13:45:22 UTC 2016 Modified Files: pkgsrc/archivers/lzip: Makefile distinfo Log Message: Updated archivers/lzip to 1.18 ------------------------------ 2016-05-14 Antonio Diaz Diaz * Version 1.18 released. * main.cc: Added new option '-a, --trailing-error'. * Decompression time has been reduced by 2%. * decoder.cc (verify_trailer): Removed test of final code. * main.cc (main): Delete '--output' file if infd is a terminal. * main.cc (main): Don't use stdin more than once. * Removed decompression support for version 0 files. * lzip.texi: Added chapter 'Trailing data'. * configure: Avoid warning on some shells when testing for g++. * Makefile.in: Detect the existence of install-info. * testsuite/check.sh: A POSIX shell is required to run the tests. * testsuite/check.sh: Don't check error messages. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 pkgsrc/archivers/lzip/Makefile cvs rdiff -u -r1.8 -r1.9 pkgsrc/archivers/lzip/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_148189592286460 Content-Disposition: inline Content-Length: 1564 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/archivers/lzip/Makefile diff -u pkgsrc/archivers/lzip/Makefile:1.12 pkgsrc/archivers/lzip/Makefile:1.13 --- pkgsrc/archivers/lzip/Makefile:1.12 Sat Mar 12 21:53:40 2016 +++ pkgsrc/archivers/lzip/Makefile Fri Dec 16 13:45:22 2016 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.12 2016/03/12 21:53:40 tnn Exp $ +# $NetBSD: Makefile,v 1.13 2016/12/16 13:45:22 mef Exp $ -DISTNAME= lzip-1.17 +DISTNAME= lzip-1.18 CATEGORIES= archivers MASTER_SITES= http://download.savannah.gnu.org/releases/lzip/ Index: pkgsrc/archivers/lzip/distinfo diff -u pkgsrc/archivers/lzip/distinfo:1.8 pkgsrc/archivers/lzip/distinfo:1.9 --- pkgsrc/archivers/lzip/distinfo:1.8 Tue Nov 3 00:56:23 2015 +++ pkgsrc/archivers/lzip/distinfo Fri Dec 16 13:45:22 2016 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.8 2015/11/03 00:56:23 agc Exp $ +$NetBSD: distinfo,v 1.9 2016/12/16 13:45:22 mef Exp $ -SHA1 (lzip-1.17.tar.gz) = d023f1e95202e45b50656833d09eee1a8c7bd9d6 -RMD160 (lzip-1.17.tar.gz) = bf3d2c68939cbf7d489e4635009dfddbc5c2092d -SHA512 (lzip-1.17.tar.gz) = cd4a1a7d3778f22e3a6f2d2a20491919e662771e79d1738f74c63de857913e28186d53b2af7997e1b164f8ab792561c7dde8781bb025a1859271ddd72f5ed519 -Size (lzip-1.17.tar.gz) = 91299 bytes +SHA1 (lzip-1.18.tar.gz) = ef42f3209d02c3b3c217a61c8f127bcb8747b128 +RMD160 (lzip-1.18.tar.gz) = 19d898e1842df8d9432c9736a3a830f985379ec9 +SHA512 (lzip-1.18.tar.gz) = cf24756bd657ef48f48304be94bf5c6c18baf7dc4fce276e79c3abeab4c4f801e901ccfb12841fa4b2402e687aeb95f2e537695442f53c45f7cb9081c3062674 +Size (lzip-1.18.tar.gz) = 95569 bytes --_----------=_148189592286460--