pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/ddrescue Update to 1.19. Changes:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/46bcb12b7b45
branches:  trunk
changeset: 641569:46bcb12b7b45
user:      shattered <shattered%pkgsrc.org@localhost>
date:      Tue Nov 11 21:36:53 2014 +0000

description:
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:

 sysutils/ddrescue/Makefile |  6 +++---
 sysutils/ddrescue/distinfo |  8 ++++----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (34 lines):

diff -r f9804d2c4295 -r 46bcb12b7b45 sysutils/ddrescue/Makefile
--- a/sysutils/ddrescue/Makefile        Tue Nov 11 21:25:30 2014 +0000
+++ b/sysutils/ddrescue/Makefile        Tue Nov 11 21:36:53 2014 +0000
@@ -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@localhost
 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 -r f9804d2c4295 -r 46bcb12b7b45 sysutils/ddrescue/distinfo
--- a/sysutils/ddrescue/distinfo        Tue Nov 11 21:25:30 2014 +0000
+++ b/sysutils/ddrescue/distinfo        Tue Nov 11 21:36:53 2014 +0000
@@ -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



Home | Main Index | Thread Index | Old Index