summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2015-09-09 22:56:37 +0200
committerLars Wendler <polynomial-c@gentoo.org>2015-09-09 22:56:37 +0200
commit643bc0649ae41ad17b3a59cc01b359d2b5ef7b1a (patch)
tree78ef7a114c5af1ea8b77d75fa0d43183be0e966d /sys-fs/dd-rescue/files
parentx11-misc/sddm: better default USEs (diff)
downloadgentoo-643bc0649ae41ad17b3a59cc01b359d2b5ef7b1a.tar.gz
gentoo-643bc0649ae41ad17b3a59cc01b359d2b5ef7b1a.tar.bz2
gentoo-643bc0649ae41ad17b3a59cc01b359d2b5ef7b1a.zip
sys-fs/dd-rescue: Bump to version 1.99
Package-Manager: portage-2.2.20.1 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'sys-fs/dd-rescue/files')
-rw-r--r--sys-fs/dd-rescue/files/dd_rescue-1.99-test_fix.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/sys-fs/dd-rescue/files/dd_rescue-1.99-test_fix.patch b/sys-fs/dd-rescue/files/dd_rescue-1.99-test_fix.patch
new file mode 100644
index 000000000000..6ddf7116f9fb
--- /dev/null
+++ b/sys-fs/dd-rescue/files/dd_rescue-1.99-test_fix.patch
@@ -0,0 +1,11 @@
+--- dd_rescue-1.99/test_crypt.sh
++++ dd_rescue-1.99/test_crypt.sh
+@@ -97,7 +97,7 @@
+ $VG ./dd_rescue -t -m 4096 urandom urandom.new || exit 1
+ # Ensure that we don't have 01 or 02 02 or ... at the end,
+ # which would trip pad=asneeded
+-echo -n "a" | dd_rescue -S 4095 -m 1 - urandom.new
++echo -n "a" | ./dd_rescue -S 4095 -m 1 - urandom.new
+ mv urandom.new urandom
+ enc_dec_compare_keys urandom AES192-CBC "" pad=always "" "-qpt"
+ enc_dec_compare_keys urandom AES192-CBC "" pad=asneeded "" "-qpt"