From: Adolf Belka <adolf.belka@ipfire.org>
To: development@lists.ipfire.org
Cc: Adolf Belka <adolf.belka@ipfire.org>
Subject: [PATCH] ddrescue: Update to version 1.30
Date: Fri, 27 Feb 2026 19:18:32 +0100 [thread overview]
Message-ID: <20260227181838.3716442-4-adolf.belka@ipfire.org> (raw)
In-Reply-To: <20260227181838.3716442-1-adolf.belka@ipfire.org>
- 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(-)
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)
--
2.53.0
next prev parent reply other threads:[~2026-02-27 18:18 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-02-27 18:18 [PATCH] core201: Ship iptables Adolf Belka
2026-02-27 18:18 ` [PATCH] core201: Ship lua Adolf Belka
2026-02-27 18:18 ` [PATCH] core201: Ship wireless-regdb Adolf Belka
2026-02-27 18:18 ` Adolf Belka [this message]
2026-02-27 18:18 ` [PATCH] fping: Update to version 5.5 Adolf Belka
2026-02-27 18:18 ` [PATCH] iptables: Update to version 1.8.12 Adolf Belka
2026-02-27 18:18 ` [PATCH] lua: Update to version 5.4.8 Adolf Belka
2026-02-27 18:18 ` [PATCH] minicom: Update to version 2.11 Adolf Belka
2026-02-27 18:18 ` [PATCH] tshark: Update to version 4.6.4 Adolf Belka
2026-02-27 18:18 ` [PATCH] wireless-regdb: Update to version 2026.02.04 Adolf Belka
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260227181838.3716442-4-adolf.belka@ipfire.org \
--to=adolf.belka@ipfire.org \
--cc=development@lists.ipfire.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox