Accepting request 150905 from home:garloff:branches:Base:System

- Update to dd_rescue-1.31:
  * Some minor output cleanups.
  * Implementation of safe triple overwrite (options -3 and -4) 
    following BSI GSDS M7.15.
- Update to dd_rescue-1.30:
  * Fix issue with double free (1.29)
  * Fix output to stdout ("-")
  * Rationalize messages a bit.
  * Option to init PRNG from file (e.g. -Z /dev/urandom)
  * Option -W to avoid writes (if output block is identical) 
- Update to dd_rescue-1.29:
  * Correctly handle last bytes before EOF when hardbs == softbs.
  * New option -M (dont extend output file).
  * New option -R (repeated output of one block, auto for dev/zero)
  * New options -z x, -Z x to use userspace pseudo RNG to overwrite
    disks / files with random data.

OBS-URL: https://build.opensuse.org/request/show/150905
OBS-URL: https://build.opensuse.org/package/show/Base:System/dd_rescue?expand=0&rev=10
This commit is contained in:
Marcus Meissner 2013-02-04 08:27:12 +00:00 committed by Git OBS Bridge
parent 1aa655afbf
commit dd1ee54342
4 changed files with 33 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4adcc368a1d4ad62577eaf8609809be1678335d54ef565a5a0fa6e1210489f03
size 22093

3
dd_rescue-1.31.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3deb55b5581a6242b2d75e7d87c9857985823c4151b767ade7a6cd83baecf766
size 27089

View File

@ -1,3 +1,23 @@
-------------------------------------------------------------------
Sun Feb 3 21:54:54 CET 2013 - kurt@garloff.de
- Update to dd_rescue-1.31:
* Some minor output cleanups.
* Implementation of safe triple overwrite (options -3 and -4)
following BSI GSDS M7.15.
- Update to dd_rescue-1.30:
* Fix issue with double free (1.29)
* Fix output to stdout ("-")
* Rationalize messages a bit.
* Option to init PRNG from file (e.g. -Z /dev/urandom)
* Option -W to avoid writes (if output block is identical)
- Update to dd_rescue-1.29:
* Correctly handle last bytes before EOF when hardbs == softbs.
* New option -M (dont extend output file).
* New option -R (repeated output of one block, auto for dev/zero)
* New options -z x, -Z x to use userspace pseudo RNG to overwrite
disks / files with random data.
-------------------------------------------------------------------
Sat May 26 10:10:51 UTC 2012 - zaitor@opensuse.org

View File

@ -1,7 +1,7 @@
#
# spec file for package dd_rescue
#
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -15,13 +15,14 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: dd_rescue
Version: 1.28
Version: 1.31
Release: 0
Summary: Data Copying in the Presence of I/O Errors
License: GPL-2.0 or GPL-3.0
Url: http://www.garloff.de/kurt/linux/ddrescue/
Group: System/Base
Url: http://www.garloff.de/kurt/linux/ddrescue/
Source0: http://garloff.de/kurt/linux/ddrescue/%{name}-%{version}.tar.gz
BuildRequires: libfallocate-devel-static
Requires: bc
@ -34,7 +35,12 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
dd_rescue helps when nothing else can: your disk has crashed and you
try to copy it over to another one. While standard Unix tools like cp,
cat, and dd wail "abort" on every I/O error, dd_rescue does not.
cat, and dd will "abort" on every I/O error, dd_rescue does not.
dd_rescue has many other goodies; optimization by using large blocks
as long as no errors are in sight and falling back to small ones; reverse
direction copy; splice in-kernel zerocopy; O_DIRECT support; preallocation
with fallocate(); random number writing etc.
%prep
%setup -q -n dd_rescue