diff options
author | gerald <gerald@FreeBSD.org> | 2017-05-01 01:11:56 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2017-05-01 01:11:56 +0800 |
commit | 3de63638b86b95f6ec11ed01908fbe4dc0d40a7c (patch) | |
tree | e1ab55fb27f4e4b7056bebb16aa7c88c580cc646 /sysutils | |
parent | f6b9ad729fbc37b9fea74bcd2e6958ce3a425b78 (diff) | |
download | freebsd-ports-gnome-3de63638b86b95f6ec11ed01908fbe4dc0d40a7c.tar.gz freebsd-ports-gnome-3de63638b86b95f6ec11ed01908fbe4dc0d40a7c.tar.zst freebsd-ports-gnome-3de63638b86b95f6ec11ed01908fbe4dc0d40a7c.zip |
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>)
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/ddrescue/Makefile | 2 | ||||
-rw-r--r-- | sysutils/ddrescue/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/ddrescue/Makefile b/sysutils/ddrescue/Makefile index bcce64079c88..201fb062fc37 100644 --- a/sysutils/ddrescue/Makefile +++ b/sysutils/ddrescue/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ddrescue -PORTVERSION= 1.21 +PORTVERSION= 1.22 CATEGORIES= sysutils MASTER_SITES= GNU EXTRACT_SUFX= .tar.lz diff --git a/sysutils/ddrescue/distinfo b/sysutils/ddrescue/distinfo index 72318972acc1..87a24a985178 100644 --- a/sysutils/ddrescue/distinfo +++ b/sysutils/ddrescue/distinfo @@ -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 |