Tue Nov 11 21:36:53 2014 UTC ()
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.


(shattered)
diff -r1.7 -r1.8 pkgsrc/sysutils/ddrescue/Makefile
diff -r1.5 -r1.6 pkgsrc/sysutils/ddrescue/distinfo

cvs diff -r1.7 -r1.8 pkgsrc/sysutils/ddrescue/Makefile (expand / switch to context diff)
--- pkgsrc/sysutils/ddrescue/Makefile 2013/11/16 07:59:27 1.7
+++ pkgsrc/sysutils/ddrescue/Makefile 2014/11/11 21:36:53 1.8
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2013/11/16 07:59:27 shattered Exp $
+# $NetBSD: Makefile,v 1.8 2014/11/11 21:36:53 shattered Exp $
 
-DISTNAME=	ddrescue-1.17
+DISTNAME=	ddrescue-1.19
 CATEGORIES=	sysutils
 MASTER_SITES=	${MASTER_SITE_GNU:=ddrescue/}
 EXTRACT_SUFX=	.tar.lz
@@ -8,7 +8,7 @@
 MAINTAINER=	ef@math.uni-bonn.de
 HOMEPAGE=	http://www.gnu.org/software/ddrescue/ddrescue.html
 COMMENT=	GNU ddrescue is a data recovery tool
-LICENSE=	gnu-gpl-v3
+LICENSE=	gnu-gpl-v2
 
 HAS_CONFIGURE=		YES
 USE_LANGUAGES=		c++

cvs diff -r1.5 -r1.6 pkgsrc/sysutils/ddrescue/distinfo (expand / switch to context diff)
--- pkgsrc/sysutils/ddrescue/distinfo 2013/11/16 07:59:27 1.5
+++ pkgsrc/sysutils/ddrescue/distinfo 2014/11/11 21:36:53 1.6
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2013/11/16 07:59:27 shattered Exp $
+$NetBSD: distinfo,v 1.6 2014/11/11 21:36:53 shattered Exp $
 
-SHA1 (ddrescue-1.17.tar.lz) = 2d91b070fe629f713d53a97213165a8c568f5ffd
+SHA1 (ddrescue-1.19.tar.lz) = 5c5bfa4e2d0cb98feb1fd66cb9ea0c8ab2c7d34d
-RMD160 (ddrescue-1.17.tar.lz) = fdaf5edf61b195c5a210435f2bd1c1fdb68879af
+RMD160 (ddrescue-1.19.tar.lz) = 31e2c4be6fad160271a6cc546e8944487b4d8d15
-Size (ddrescue-1.17.tar.lz) = 64065 bytes
+Size (ddrescue-1.19.tar.lz) = 68354 bytes