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 1AC88A6691 for ; Tue, 11 Nov 2014 21:36:59 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 80B8414A241; Tue, 11 Nov 2014 21:36:58 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id ABFE314A23A for ; Tue, 11 Nov 2014 21:36:54 +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 AmuGFeXykMDY for ; Tue, 11 Nov 2014 21:36:54 +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 DBD1C14A235 for ; Tue, 11 Nov 2014 21:36:53 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id D00C698; Tue, 11 Nov 2014 21:36:53 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Tue, 11 Nov 2014 21:36:53 +0000 From: "Sergey Svishchev" Subject: CVS commit: pkgsrc/sysutils/ddrescue To: pkgsrc-changes@NetBSD.org Reply-To: shattered@netbsd.org X-Mailer: log_accum Message-Id: <20141111213653.D00C698@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: shattered Date: Tue Nov 11 21:36:53 UTC 2014 Modified Files: pkgsrc/sysutils/ddrescue: Makefile distinfo Log Message: Update to 1.19. Changes: * Added new option '-H, --test-mode' to simulate read errors. * Added new option '-L, --loose-domain' to ddrescue and ddrescuelog. * Added new option '-N, --no-trim' to disable trimming of damaged areas. * Added new option '-O, --reopen-on-error'. * Added new options '-1, --log-rates', and '-2, --log-reads'. * Extended '-K, --skip-size' with maximum and disable values. * Added new option '-P, --data-preview'. * Added new option '-u, --unidirectional'. * Added new option '-X, --exit-on-error'. * Added new option '--ask' to ask for user confirmation. * Added new option '--cpass' to select passes during copying phase. * Added new option '--pause' to insert a pause between passes. * Added option '-B, --binary-prefixes' to ddrescuelog. * Added new option '-C, --complete-logfile' to ddrescuelog. * Added new option '-P, --compare-as-domain' to ddrescuelog. * If interrupted, ddrescue terminates by raising the signal received. * Show ATA model and serial number with '--ask' or '-vv' on Linux. * rescuebook.cc (copy_non_tried): Do not mark skipped blocks as non-trimmed. Try them in additional passes (before trimming). * rescuebook.cc: Limit the copying phase to 3 passes. * rescuebook.cc: Alternate direction of passes during copying phase. * rescuebook.cc: Smallest blocks are trimmed first. * Skip on the first error during the copying phase. * rescuebook.cc: Trimming done in one pass, may be run in reverse. * The splitting phase has been replaced by a scraping phase. * License changed to GPL version 2 or later. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 pkgsrc/sysutils/ddrescue/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/sysutils/ddrescue/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.