summaryrefslogtreecommitdiff
path: root/dev-libs/openssl/files/openssl-1.1.0k-fix-test_fuzz.patch
diff options
context:
space:
mode:
authorAlex Xu (Hello71) <alex_y_xu@yahoo.ca>2020-08-04 13:46:05 -0400
committerAlex Xu (Hello71) <alex_y_xu@yahoo.ca>2020-08-04 13:47:01 -0400
commit09620746b58af6a434003b3b81d6878db551aa30 (patch)
treebab9aea3f461e809bfaabd8f486ca61e36256697 /dev-libs/openssl/files/openssl-1.1.0k-fix-test_fuzz.patch
parent820fc2919f8054368ee2747caa790203add91eac (diff)
downloadgentoo-overlay-09620746b58af6a434003b3b81d6878db551aa30.tar.xz
gentoo-overlay-09620746b58af6a434003b3b81d6878db551aa30.zip
dev-libs/openssl: new package
undisable ec_nistp_64_gcc_128, disable bad algorithms
Diffstat (limited to 'dev-libs/openssl/files/openssl-1.1.0k-fix-test_fuzz.patch')
-rw-r--r--dev-libs/openssl/files/openssl-1.1.0k-fix-test_fuzz.patch19
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-libs/openssl/files/openssl-1.1.0k-fix-test_fuzz.patch b/dev-libs/openssl/files/openssl-1.1.0k-fix-test_fuzz.patch
new file mode 100644
index 0000000..2c4cc31
--- /dev/null
+++ b/dev-libs/openssl/files/openssl-1.1.0k-fix-test_fuzz.patch
@@ -0,0 +1,19 @@
+Test fuzz was forgotten when
+
+ Perl: Use our own globbing wrapper rather than File::Glob::glob
+
+was backported to openssl-1.1.0 branch.
+
+Link: https://github.com/openssl/openssl/commit/b81cfa07ada850fd287d0a0c82ba280907f18ce7
+
+--- a/test/recipes/90-test_fuzz.t
++++ b/test/recipes/90-test_fuzz.t
+@@ -9,7 +9,7 @@
+ use strict;
+ use warnings;
+
+-use if $^O ne "VMS", 'File::Glob' => qw/glob/;
++use OpenSSL::Glob;
+ use OpenSSL::Test qw/:DEFAULT srctop_file/;
+ use OpenSSL::Test::Utils;
+