From: Wang Mingyu <[email protected]>

Changelog:
===========
* 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.
  (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.
* 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.

Signed-off-by: Wang Mingyu <[email protected]>
---
 .../ddrescue/{ddrescue_1.29.1.bb => ddrescue_1.30.bb}           | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-extended/ddrescue/{ddrescue_1.29.1.bb => 
ddrescue_1.30.bb} (93%)

diff --git a/meta-oe/recipes-extended/ddrescue/ddrescue_1.29.1.bb 
b/meta-oe/recipes-extended/ddrescue/ddrescue_1.30.bb
similarity index 93%
rename from meta-oe/recipes-extended/ddrescue/ddrescue_1.29.1.bb
rename to meta-oe/recipes-extended/ddrescue/ddrescue_1.30.bb
index 99c7d06706..55a9f50a6d 100644
--- a/meta-oe/recipes-extended/ddrescue/ddrescue_1.29.1.bb
+++ b/meta-oe/recipes-extended/ddrescue/ddrescue_1.30.bb
@@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = 
"file://COPYING;md5=cca7f74ec83b7a9ce7ccd195aad471bd \
                     "
 
 SRC_URI = "${GNU_MIRROR}/${BPN}/${BP}.tar.lz"
-SRC_URI[sha256sum] = 
"ddd7d45df026807835a2ec6ab9c365df2ef19e8de1a50ffe6886cd391e04dd75"
+SRC_URI[sha256sum] = 
"2264622d309d6c87a1cfc19148292b8859a688e9bc02d4702f5cd4f288745542"
 
 # This isn't already added by base.bbclass
 do_unpack[depends] += "lzip-native:do_populate_sysroot"
-- 
2.43.0

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#123200): 
https://lists.openembedded.org/g/openembedded-devel/message/123200
Mute This Topic: https://lists.openembedded.org/mt/117131888/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to