Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id A774B63B11D for ; Thu, 25 Feb 2010 20:21:46 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id 13F4E63B4E8; Thu, 25 Feb 2010 20:21:46 +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 9A7E163B4E5 for ; Thu, 25 Feb 2010 20:21:44 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 74517175DF; Thu, 25 Feb 2010 20:21:44 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: binary Content-Type: text/plain Date: Thu, 25 Feb 2010 20:21:44 +0000 From: Thomas Klausner Subject: CVS commit: pkgsrc/sysutils/ddrescue To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20100225202144.74517175DF@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: list Module Name: pkgsrc Committed By: wiz Date: Thu Feb 25 20:21:44 UTC 2010 Modified Files: pkgsrc/sysutils/ddrescue: Makefile distinfo Log Message: Update to 1.11, provided by Mustafa Dogan in private mail. Changes in version 1.11: In case of error writing the logfile to disc, the user is now given the possibility of fixing the problem and continue. The splitting algorithm has been modified to read secuentially the areas smaller than a threshold size. After every read error, ddrescue now verifies the input file has not disappeared. In rescue mode, ddrescue now shows the time elapsed from the last successful read. Signals SIGUSR1 and SIGUSR2 are now ignored by ddrescue. Descriptions of "--direct", "--synchronous" and "--sparse" in the manual have been made clearer. Description of rescue algorithm in the manual has been made clearer. "make check" now verifies that files are open in binary mode. A warning about logfile usage has been added to "ddrescue --help" output. 1.10: Changes: The option "--try-again" has been added. The size skipped when bad sectors are found has been made independent of "cluster-size". Rescue speed has been improved for large log files. An overflow reading from devices of undefined size has been fixed. "make install-info" should now work on Debian and Mac OS X. 1.9 Changes: The new option "--domain-logfile" has been added. Verbosity control of user messages has been simplified. This release improves portability by using the LLONG_MAX macro instead of LONG_LONG_MAX. This release is also available in lzip format. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/sysutils/ddrescue/Makefile cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/sysutils/ddrescue/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.