瀏覽代碼

ddrescue: upgrade 1.28 -> 1.29

License-Update: address changed to <http://fsf.org/>

Changelog:
==========
- The new option '--continue-on-errno' has been added.
- If ddrescue exits because of a fatal read error, it now prints the value of
  the variable 'errno' so that it can be used as argument to
  '--continue-on-errno'.
- When using '--ask' and '--verbose', print rescue options before asking user.
- Option '--log-reads' now records the value of errno if different from EIO.
  (The four changes above suggested by Christian Franke).
- The effect of option '-O, --reopen-on-error' has been extended to all phases.
- It has been documented in the manual that '--reopen-on-error' may be needed
  when using '--continue-on-errno'.
- A compilation error on FiwixOS 3.3 about an ambiguous call to std::abs has
  been fixed. (Reported by Jordi Sanfeliu).
- The chapter 'Syntax of command-line arguments' has been added to the manual.
- Two examples of combined use with lziprecover have been added to the manual.
  (One of them uses the new Forward Error Correction (FEC) feature of
  lziprecover).
- It has been documented in the manual that option '-b' of ddrescuelog is
  position dependent. (Reported by Winston B. E.).

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Wang Mingyu 4 月之前
父節點
當前提交
a2c6a0ba8d
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      meta-oe/recipes-extended/ddrescue/ddrescue_1.29.bb

+ 2 - 2
meta-oe/recipes-extended/ddrescue/ddrescue_1.28.bb → meta-oe/recipes-extended/ddrescue/ddrescue_1.29.bb

@@ -6,12 +6,12 @@ HOMEPAGE = "http://www.gnu.org/software/ddrescue/ddrescue.html"
 SECTION = "console"
 LICENSE = "GPL-2.0-or-later"
 
-LIC_FILES_CHKSUM = "file://COPYING;md5=76d6e300ffd8fb9d18bd9b136a9bba13 \
+LIC_FILES_CHKSUM = "file://COPYING;md5=cca7f74ec83b7a9ce7ccd195aad471bd \
                     file://main_common.cc;beginline=5;endline=16;md5=ad099df052bdd8297f490712285069da \
                     "
 
 SRC_URI = "${GNU_MIRROR}/${BPN}/${BP}.tar.lz"
-SRC_URI[sha256sum] = "6626c07a7ca1cc1d03cad0958522c5279b156222d32c342e81117cfefaeb10c1"
+SRC_URI[sha256sum] = "01a414327853b39fba2fd0ece30f7bee2e9d8c8e8eb314318524adf5a60039a3"
 
 # This isn't already added by base.bbclass
 do_unpack[depends] += "lzip-native:do_populate_sysroot"