Changelog for
dd_rescue-lzo-1.99.8-5.8.i586.rpm :
* Thu Sep 20 2018 schwabAATTsuse.de- Avoid running dependency generation which can produce spurious errors- Use %license
* Sat May 12 2018 kurtAATTgarloff.de- ddr_1998-sysrandom.diff: Use getrandom() decl from sys/random.h.- ddr_1998-testhole.diff: Ensure we have a hole before testing hole encryption (fixes bsc#1092758).- ddr_1998-ossl11-warn.diff: Avoid warn from memcpy to openssl-1.1 to EVPCTX
* internals.
* Tue Apr 17 2018 kurtAATTgarloff.de- ddr_1998-alg-caseindep.diff:
* Use case-independent matching for algorithm names (hash, crypt).- ddr_1998-check-nofail-noxattr.diff:
* Make testsuite succeed for builds w/o xattr support.
* Sun Dec 03 2017 kurtAATTgarloff.de- Update to 1.99.8:
* Support openssl-1.1 (patch from Marcus Meissner), patch dd_rescue-openssl11.patch has been merged and is thus dropped.
* cryptalgo->recycle to reuse crypto context (neeeded for openssl)
* Fix memleak in test_aes
* Use test_aes in check target to ensure all algorithms work
* Use std probe mech in test_aes, so we don\'t fail with SIGILL
* Fix build without openssl
* Wed Nov 29 2017 meissnerAATTsuse.com- dd_rescue-openssl11.patch: ported to openssl 1.1 (bsc#1070369)
* Fri Nov 10 2017 kurtAATTgarloff.de- Update to 1.99.7:
* Work around gentoo dash echo -n breakage (reported by whissi).
* Optimize away strlen() calls in format_int.
* Sat Nov 04 2017 kurtAATTgarloff.de- Update to 1.99.7-pre2:
* ddr_crypt: compat for openssl enc -md sha256 KDF (openssl 1.1 default) with new opbkdf11 option
* Thu Nov 02 2017 kurtAATTgarloff.de- Update to 1.99.7-pre:
* Fix for segfault on multi-overwrite with -2/-3/-4.
* Mon Sep 04 2017 kurtAATTgarloff.de- libddr_hash-round-down-static.diff: Mark inline function static.
* Fri Aug 25 2017 kurtAATTgarloff.de- Update to dd_rescue-1.99.6:
* Merge previous SSE2 detection patch from Michael Matz.
* Support calculating and validating checksums in the S3 multipart format.
* Thu Aug 10 2017 matzAATTsuse.com- Add dd_rescue-i586-sse2.diff to fix dd_rescue compile and runtime problems when GCC defaults to SSE2 also on i586 like with SLE-15.
* Tue May 30 2017 tchvatalAATTsuse.com- Cleanup a bit the dependencies
* Run %configure as separate comand properly in build phase- Remove support for < 12.0- Add condition for openSSL to build with verison 1.0.0 on Factory
* Thu Dec 29 2016 kurtAATTgarloff.de- Update to dd_rescue-1.99.5:
* Merge the two gcc7 patches from Martin Liska.
* Better transfer length estimate (thus better progress report)
* Optional ratecontrol (throttle transfer speed)
* fmt_no was unsafe against undetermined length (pre=0) and visible digit grouping characters, resulting in memory corruption when using a -b logfile. Thanks to Marc Thomas for reporting and debugging!
* A few more minor cleanups and bugfixes.
* Fix segfault with graph in reverse direction with too large transfer limit.
* Fix build with AES but not AVX2 support.- Update to dd_rescue-1.99:
* ddr_crypt plugin: Add support for ARMv8 aes hardware acceleration (works as well in 32bit mode).
* ddr_crypt: Fix CTR iv initialization.
* ddr_crypt: Support for openSSL Salted__ header.
* Support ranges in fault injection.
* Clean up write retry logic.
* Improved documentation, Makefiles and test coverage.
* Fri Dec 23 2016 mliskaAATTsuse.cz- Add gcc7-fix-htonl.patch patch.
* Fri Dec 09 2016 mliskaAATTsuse.cz- Add gcc7-static-inline.patch.
* Sun Jun 07 2015 kurtAATTgarloff.de- Add three missing doc files.
* Sat May 30 2015 kurtAATTgarloff.de- Update to dd_rescue-1.98:
* Fix AESNI detection (x86)
* Avoid test failures due to insufficient entropy
* Fri May 29 2015 kurtAATTgarloff.de- 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.
* Thu May 21 2015 mpluskalAATTsuse.com- Add gpg signature and keyring- Cleanup spec file with spec-cleaner
* Thu Feb 05 2015 cooloAATTsuse.com- include the .changes file in the .src.rpm as its used during build