From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: Re: [PATCH] ddrescue: Update to version 1.26 Date: Sun, 27 Nov 2022 11:56:26 +0000 Message-ID: <10C40240-239B-48EF-823F-BC5F8EC911BF@ipfire.org> In-Reply-To: <20221125173717.3342435-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6034110234411595220==" List-Id: --===============6034110234411595220== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reviewed-by: Michael Tremer > On 25 Nov 2022, at 17:37, Adolf Belka wrote: >=20 > - Update from version 1.25 to 1.26 > - Update of rootfile not required > - Changelog > Changes in version 1.26: > While writing the mapfile, ddrescue now checks the return value of each call > to 'fprintf' to catch any temporary failure of 'fprintf' not reported by the > system when closing the file. (Hole in mapfile reported by Radom=C3=ADr Tom= is). > Domain mapfiles may now contain unordered and overlapping blocks when > '-L, --loose-domain' is specified as long as no block overlaps with other > block of different status. (Suggested by G=C3=A1bor Katona and Shaya Potter= ). > Ddrescue now shows the file name in all the diagnostics with a file involve= d. > (Reported by Radom=C3=ADr Tomis). > Ddrescue now exits with status 1 on fatal read errors. > (Suggested by Marco Marques). > Empty phases are now completely skipped. > Ddrescue now scrolls forward after each pass. This keeps on the screen the > final status of the previous pass, making it easier to estimate the amount > of work done by the current pass. (Based on a suggestion by David Morrison). > In case of error in a numerical argument to a command line option, ddrescue > now shows the name of the option and the range of valid values. > The option synonyms '--*-logfile' and '--pause' have been removed and are no > longer recognized. > Ddrescuelog now can convert between mapfiles and bitmaps of blocks (big and > little endian). The new option '-F, --format' has been added to ddrescuelog. > It selects the input format for '--create-mapfile', or the output format for > '--list-blocks'. (Bitmap format proposed by Florian Sedivy). > Option '-d, --delete-if-done' of ddrescuelog no longer returns an error if > the mapfile is read from standard input. Instead it behaves like > '-D, --done-status' because there is nothing to delete. > 'ddrescuelog --show-status' now rounds percentages up to get the sum closer > to 100%. > Three missing '#include ' have been added. > (Reported by Richard Burkert). > The description of the algorithm in the manual has been improved. >=20 > Signed-off-by: Adolf Belka > --- > lfs/ddrescue | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) >=20 > diff --git a/lfs/ddrescue b/lfs/ddrescue > index 15a580714..2ac9cbb7d 100644 > --- a/lfs/ddrescue > +++ b/lfs/ddrescue > @@ -26,7 +26,7 @@ include Config >=20 > SUMMARY =3D Data Copying in the Presence of I/O Errors >=20 > -VER =3D 1.25 > +VER =3D 1.26 >=20 > THISAPP =3D ddrescue-$(VER) > DL_FILE =3D $(THISAPP).tar.lz > @@ -34,7 +34,7 @@ DL_FROM =3D $(URL_IPFIRE) > DIR_APP =3D $(DIR_SRC)/$(THISAPP) > TARGET =3D $(DIR_INFO)/$(THISAPP) > PROG =3D ddrescue > -PAK_VER =3D 2 > +PAK_VER =3D 3 >=20 > DEPS =3D >=20 > @@ -48,7 +48,7 @@ objects =3D $(DL_FILE) >=20 > $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) >=20 > -$(DL_FILE)_BLAKE2 =3D 45054ecb6ca12f8fe27d6b783f7e339fc11a9a3425160012e068= 2e39644fd3c91362ecd568a2a0b93f9f0af87fae2415b33a7c3fcd8fff2262898e8474818a00 > +$(DL_FILE)_BLAKE2 =3D c545499e380587729eb3fcc90a7baf66288348dc88027dfc1440= 1ec72254cc786d8ab7be076a346964327668ff719048dada916c9f1514a765a255f02c5666c7 >=20 > install : $(TARGET) >=20 > --=20 > 2.38.1 >=20 --===============6034110234411595220==--