diff options
author | shattered <shattered@pkgsrc.org> | 2014-11-11 21:36:53 +0000 |
---|---|---|
committer | shattered <shattered@pkgsrc.org> | 2014-11-11 21:36:53 +0000 |
commit | 055a0ef88dd9b383fa88d6619a38786e04541d93 (patch) | |
tree | 3a8913f7555c519dc1425e720dfad3fecb5a028f /sysutils/ddrescue | |
parent | 6311e7f4138d6ee781e71e60e81c98562047b1cd (diff) | |
download | pkgsrc-055a0ef88dd9b383fa88d6619a38786e04541d93.tar.gz |
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.
Diffstat (limited to 'sysutils/ddrescue')
-rw-r--r-- | sysutils/ddrescue/Makefile | 6 | ||||
-rw-r--r-- | sysutils/ddrescue/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/sysutils/ddrescue/Makefile b/sysutils/ddrescue/Makefile index efc16b7057d..6d2cc496242 100644 --- a/sysutils/ddrescue/Makefile +++ b/sysutils/ddrescue/Makefile @@ -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 @@ EXTRACT_SUFX= .tar.lz 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++ diff --git a/sysutils/ddrescue/distinfo b/sysutils/ddrescue/distinfo index fff30b086c0..577cb0dc786 100644 --- a/sysutils/ddrescue/distinfo +++ b/sysutils/ddrescue/distinfo @@ -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 -RMD160 (ddrescue-1.17.tar.lz) = fdaf5edf61b195c5a210435f2bd1c1fdb68879af -Size (ddrescue-1.17.tar.lz) = 64065 bytes +SHA1 (ddrescue-1.19.tar.lz) = 5c5bfa4e2d0cb98feb1fd66cb9ea0c8ab2c7d34d +RMD160 (ddrescue-1.19.tar.lz) = 31e2c4be6fad160271a6cc546e8944487b4d8d15 +Size (ddrescue-1.19.tar.lz) = 68354 bytes |