ddrescue: Update to version 1.30

Message ID 20260227181838.3716442-4-adolf.belka@ipfire.org
State New
Headers
Series ddrescue: Update to version 1.30 |

Commit Message

Adolf Belka 27 Feb 2026, 6:18 p.m. UTC
- Update from version 1.29 to 1.30
- No change to rootfile
- Changelog
    1.30
	* Replace pass 5 of copying with a sweeping phase after trimming.
	* New option '-N, --no-sweep' to disable reading of skipped areas.
	  Reassign short name '-N' from option '--no-trim' to '--no-sweep'.
	* main.cc. Make '--size=output' use the size of outfile.
	  (Suggested by Stefan Monnier).
	  (do_rescue): Make '-x 0' extend outfile to size of infile.
	* main_common.cc (strtoll_): New function accepting underscores.
	* rescuebook.cc (fcopy_non_tried, rcopy_non_tried): Limit pass 2 to
	  blocks adjacent to a finished block. (Delimit bad area as a whole).
	  (trim_errors): Trim only edges adjacent to a finished block.
	  Initial skip size now defaults to (infile_size / 32_768).
	  Only retrim blocks adjacent to a non-tried or finished block.
	  (update_rates): Don't force update of a_rate, c_rate, ts.
	  (Rescuebook): Estimate remaining time from last 60 seconds.
	  (Suggested by Stefan Monnier).
	* genbook.cc (format_time), loggers.cc (format_time_dhms): Add years.
	* loggers.cc (Event_logger): Add finished_size, a_rate, read errors.
	* ddrescuelog.cc: New option '-H, --make-test'.
	* ddrescue.texi: Document rescue with lziprecover's recovery record.
    1.29.1
	* New option '--bad-sector-data'. (Suggested by Eliyahu Saks).
	* main_common.cc (format_num3): New function.
	* mapbook.cc (input_pos_error): Print pos and size aligned.
	* ddrescue.texi: Document use of -p and -x with --domain-mapfile.
	  (Reported by Bret Quigley II).
	* block.h: Rename to mapfile.h.

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
---
 lfs/ddrescue | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
  

Patch

diff --git a/lfs/ddrescue b/lfs/ddrescue
index 8320751ae..b82ce5c5a 100644
--- a/lfs/ddrescue
+++ b/lfs/ddrescue
@@ -1,7 +1,7 @@ 
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2025  IPFire Team  <info@ipfire.org>                     #
+# Copyright (C) 2007-2026  IPFire Team  <info@ipfire.org>                     #
 #                                                                             #
 # This program is free software: you can redistribute it and/or modify        #
 # it under the terms of the GNU General Public License as published by        #
@@ -26,7 +26,7 @@  include Config
 
 SUMMARY    = Data Copying in the Presence of I/O Errors
 
-VER        = 1.29
+VER        = 1.30
 
 THISAPP    = ddrescue-$(VER)
 DL_FILE    = $(THISAPP).tar.lz
@@ -34,7 +34,7 @@  DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = ddrescue
-PAK_VER    = 5
+PAK_VER    = 6
 
 DEPS       =
 
@@ -48,7 +48,7 @@  objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = 88eab69f2296464859dc8720930f28f6bc32aa694649e15a99dcd9dfd63ed8ba845d7af347e8b1ee90e954f8317888ec0f2cd90ec98994a7d2b4d654a31adbfc
+$(DL_FILE)_BLAKE2 = 9346608e2b53bb64cc7ed82f1ffd95f9fe8cbf87a4d50dfec0f3a22a44ee108a0a64f383a6b5b62922d0558ee74339880d071f0a82fc26fbb2997314a77d8ca4
 
 install : $(TARGET)