- 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