Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (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 4533AA5864 for ; Sun, 26 Jul 2015 12:17:49 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id E9AB514A26C; Sun, 26 Jul 2015 12:17:48 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3264314A26A for ; Sun, 26 Jul 2015 12:17:48 +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 y2utX8Xl3ySv for ; Sun, 26 Jul 2015 12:17:47 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id BCCA214A24E for ; Sun, 26 Jul 2015 12:17:47 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id B0D0398; Sun, 26 Jul 2015 12:17:47 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sun, 26 Jul 2015 12:17:47 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/archivers/lziprecover To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20150726121747.B0D0398@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: mef Date: Sun Jul 26 12:17:47 UTC 2015 Modified Files: pkgsrc/archivers/lziprecover: Makefile distinfo Log Message: Update 1.16 to 1.17 ------------------- 2015-05-28 Antonio Diaz Diaz * Version 1.17 released. * New block selection algorithm makes merge up to 100 times faster. * repair.cc: Repair time has been reduced by 15%. * Added new option '-y, --debug-delay'. * Added new option '-z, --debug-repair'. * Makefile.in: Added new targets 'install*-compress'. * testsuite/unzcrash.cc: Moved to top directory. * lziprecover.texi: Added chapter 'File names'. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 pkgsrc/archivers/lziprecover/Makefile cvs rdiff -u -r1.3 -r1.4 pkgsrc/archivers/lziprecover/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.