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

- Update to dd_rescue-1.46:
  * Support for HMAC creation/verification in ddr_hash module.
  * Mix rdrand into seed if 0 is specified and if available.

OBS-URL: https://build.opensuse.org/request/show/244085
OBS-URL: https://build.opensuse.org/package/show/Base:System/dd_rescue?expand=0&rev=25
This commit is contained in:
Kurt Garloff 2014-08-09 21:44:09 +00:00 committed by Git OBS Bridge
parent bef2c9458a
commit 16dfaa90d2
4 changed files with 17 additions and 6 deletions

View File

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

3
dd_rescue-1.46.tar.bz2 Normal file
View File

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

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sat Aug 9 23:26:59 CEST 2014 - kurt@garloff.de
- Update to dd_rescue-1.46:
* Support for HMAC creation/verification in ddr_hash module.
* Mix rdrand into seed if 0 is specified and if available.
-------------------------------------------------------------------
Tue May 27 13:45:42 CEST 2014 - kurt@garloff.de

View File

@ -17,16 +17,17 @@
Name: dd_rescue
Version: 1.45
Version: 1.46
Release: 0
Summary: Data Copying in the Presence of I/O Errors
License: GPL-2.0 or GPL-3.0
Group: System/Base
Url: http://www.garloff.de/kurt/linux/ddrescue/
Source0: http://garloff.de/kurt/linux/ddrescue/%{name}-%{version}.tar.gz
Source0: http://garloff.de/kurt/linux/ddrescue/%{name}-%{version}.tar.bz2
BuildRequires: autoconf
BuildRequires: libattr-devel
BuildRequires: lzo-devel
BuildRequires: python
%if 0%{?suse_version} >= 1200
BuildRequires: libfallocate-devel
BuildRequires: lzop
@ -51,7 +52,10 @@ with fallocate().
dd_rescue also provides data protection features by overwriting files
or disks with fast random numbers, optionally multiple times.
dd_rescue supports plugins; currently an MD5 and an lzo plugin exist.
dd_rescue supports plugins; currently a hash and an lzo plugin exist,
supporting on the fly hash/HMAC calculation/validation and lzo
de/compression. The lzo plugin is packaged in the dd_rescue-lzo subpackage.
%package lzo
Summary: LZO plugin for dd_rescue