- Add three missing doc files.
- Update to dd_rescue-1.98:
* Fix AESNI detection (x86)
* Avoid test failures due to insufficient entropy
- Update to dd_rescue-1.98pre:
* crypt plugin: Encrypt and decrypt the data stream using various
AES variants. There are -CBC, -ECB, -CTR stream ciphers, and
128, 192, 256 bit variants, also with enhanced number of rounds,
and with twice the rounds. Keys can generated, saved, or derived
from password with salt. On x86, the hardware AES support is
used if featured by the CPU.
* Speed up PRNG generation.
* Fault injection framework for testing.
* Some minor improvements of the plugin interface and fixes all
over the place.
OBS-URL: https://build.opensuse.org/request/show/311003
OBS-URL: https://build.opensuse.org/package/show/Base:System/dd_rescue?expand=0&rev=28
- dd_rescue-fix_insn_probe.diff: Brings dd_rescue to 1.42.1,
fixing the process' signal mask after SIGILL delivery (probing),
an issue related to the longjmp() signal handler return fix
to bnc#860779.
- Update to dd_rescue-1.42:
* Addition of plugin interface
* MD5 plugin
* Use posix_fadvise() if available
* Short usage message rather than full help on error
- Update to dd_rescue-1.41:
* Support for building against Andoid NDK
* Consistent use of (improved) int no formatting functions
* Fix off-by-one block dev size issue (cosmetic)
* Enable AVX2 optimized sparse block detection
* Refactored CPU feature detection and selection
* New option -u/--rmvtrim to delete output file and issue fstrim
- Remove suboptimal fix for bnc#860779, it's fixed properly
upstream by returning with longjmp() from the signal handler.
OBS-URL: https://build.opensuse.org/request/show/225521
OBS-URL: https://build.opensuse.org/package/show/Base:System/dd_rescue?expand=0&rev=21
- Update to dd_rescue-1.36:
* Fix overflow with avg.load display
* Enable SSE2 on (32bit)x86 with runtime detection
* Add optimized zero block detection on ARM (3x faster with asm ...)
- Update to dd_rescue-1.35:
* Better readability for reports with (optional) colors and rate
limitation on progress updates.
* Simple rewrite logic.
* SSE2 optimized version for finding zero blocks (sparse detection).
OBS-URL: https://build.opensuse.org/request/show/184311
OBS-URL: https://build.opensuse.org/package/show/Base:System/dd_rescue?expand=0&rev=14
- 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