Date: Sun, 30 Apr 2017 17:11:56 +0000 (UTC) From: Gerald Pfeifer <gerald@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439832 - head/sysutils/ddrescue Message-ID: <201704301711.v3UHBunM071714@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gerald Date: Sun Apr 30 17:11:56 2017 New Revision: 439832 URL: https://svnweb.freebsd.org/changeset/ports/439832 Log: Update to ddrescue version 1.22, which includes the following changes: - Option '-X, --exit-on-error' has been replaced by '-X, --max-read-errors'. - New options --max-slow-reads, --delay-slow, --reset-slow, --log-events, --mapfile-interval, --pause-on-error. - Option --pause has been renamed to --pause-on-pass. - Option --max-errors has been renamed to --max-bad-areas. - Rescuebook shows read_errors, error_rate and slow_reads. - Two new passes (3 and 4) added to the copying phase. - Option '-K, --skip-size' now accepts sizes up to 1 EiB. - Initial skip size now defaults to (infile_size / 100_000). - Options --ask and -vv now show size along with model and serial number. - New option '-A, --annotate-mapfile' for ddrescuelog. - Plus various cleanups and tweaks. Approved by: maintainer (Jason Harris <jharris@widomaker.com>) Modified: head/sysutils/ddrescue/Makefile head/sysutils/ddrescue/distinfo Modified: head/sysutils/ddrescue/Makefile ============================================================================== --- head/sysutils/ddrescue/Makefile Sun Apr 30 16:22:07 2017 (r439831) +++ head/sysutils/ddrescue/Makefile Sun Apr 30 17:11:56 2017 (r439832) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ddrescue -PORTVERSION= 1.21 +PORTVERSION= 1.22 CATEGORIES= sysutils MASTER_SITES= GNU EXTRACT_SUFX= .tar.lz Modified: head/sysutils/ddrescue/distinfo ============================================================================== --- head/sysutils/ddrescue/distinfo Sun Apr 30 16:22:07 2017 (r439831) +++ head/sysutils/ddrescue/distinfo Sun Apr 30 17:11:56 2017 (r439832) @@ -1,3 +1,3 @@ -TIMESTAMP = 1485459041 -SHA256 (ddrescue-1.21.tar.lz) = f09e4eb6a209cbd0fe8ee6db2d558238cdc969afa1d94150f263402ac882e1ac -SIZE (ddrescue-1.21.tar.lz) = 74716 +TIMESTAMP = 1493556280 +SHA256 (ddrescue-1.22.tar.lz) = 09857b2e8074813ac19da5d262890f722e5f7900e521a4c60354cef95eea10a7 +SIZE (ddrescue-1.22.tar.lz) = 80050
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201704301711.v3UHBunM071714>