ddrescue received an update. Changelog indicates no big changes: * Added new option '--command-mode'. * Implemented mapfile backup. * ddrescue.texi: Documented final contents of bad areas in outfile. * configure: Accept appending to CXXFLAGS, 'CXXFLAGS+=OPTIONS'.
Release announcement can be found at http://lists.gnu.org/archive/html/info-gnu/2019-02/msg00012.html Make test runs successfully on amd64, and (lightly) tested while trying to save some data from a dying device. OK? Index: Makefile =================================================================== RCS file: /cvs/ports/sysutils/ddrescue/Makefile,v retrieving revision 1.19 diff -u -p -r1.19 Makefile --- Makefile 24 Oct 2018 14:28:10 -0000 1.19 +++ Makefile 15 Mar 2019 04:29:54 -0000 @@ -2,8 +2,7 @@ COMMENT = data recovery tool -DISTNAME = ddrescue-1.23 -REVISION = 0 +DISTNAME = ddrescue-1.24 CATEGORIES = sysutils Index: distinfo =================================================================== RCS file: /cvs/ports/sysutils/ddrescue/distinfo,v retrieving revision 1.9 diff -u -p -r1.9 distinfo --- distinfo 11 Mar 2018 10:52:33 -0000 1.9 +++ distinfo 15 Mar 2019 04:29:54 -0000 @@ -1,2 +1,2 @@ -SHA256 (ddrescue-1.23.tar.lz) = qa4t1EWSvzhsnBVqXayu65AVc8mGeto2CPiH1AEzjY0= -SIZE (ddrescue-1.23.tar.lz) = 82451 +SHA256 (ddrescue-1.24.tar.lz) = S10/7t5w42V8prPHhE8jExhRy7avDOzJchUA99cCEIc= +SIZE (ddrescue-1.24.tar.lz) = 85244
