@@ -51,18 +51,18 @@ our %config = (
51
51
lib_defines => [ "OPENSSL_PIC", "OPENSSL_CPUID_OBJ", "OPENSSL_IA32_SSE2", "OPENSSL_BN_ASM_MONT", "OPENSSL_BN_ASM_MONT5", "OPENSSL_BN_ASM_GF2m", "SHA1_ASM", "SHA256_ASM", "SHA512_ASM", "KECCAK1600_ASM", "RC4_ASM", "MD5_ASM", "AESNI_ASM", "VPAES_ASM", "GHASH_ASM", "ECP_NISTZ256_ASM", "X25519_ASM", "POLY1305_ASM" ],
52
52
libdir => "",
53
53
major => "1",
54
- makedepprog => "",
54
+ makedepprog => "\$(CROSS_COMPILE)../config/fake_gcc.pl ",
55
55
minor => "1.1",
56
56
openssl_algorithm_defines => [ "OPENSSL_NO_COMP", "OPENSSL_NO_MD2", "OPENSSL_NO_RC5" ],
57
57
openssl_api_defines => [ ],
58
58
openssl_other_defines => [ "OPENSSL_RAND_SEED_OS", "OPENSSL_NO_AFALGENG", "OPENSSL_NO_ASAN", "OPENSSL_NO_CRYPTO_MDEBUG", "OPENSSL_NO_CRYPTO_MDEBUG_BACKTRACE", "OPENSSL_NO_EC_NISTP_64_GCC_128", "OPENSSL_NO_EGD", "OPENSSL_NO_EXTERNAL_TESTS", "OPENSSL_NO_FUZZ_AFL", "OPENSSL_NO_FUZZ_LIBFUZZER", "OPENSSL_NO_HEARTBEATS", "OPENSSL_NO_MSAN", "OPENSSL_NO_SCTP", "OPENSSL_NO_SSL3", "OPENSSL_NO_SSL3_METHOD", "OPENSSL_NO_UBSAN", "OPENSSL_NO_UNIT_TEST", "OPENSSL_NO_WEAK_SSL_CIPHERS", "OPENSSL_NO_DYNAMIC_ENGINE" ],
59
59
openssl_sys_defines => [ ],
60
60
openssl_thread_defines => [ "OPENSSL_THREADS" ],
61
61
openssldir => "",
62
- options => "enable-ssl-trace no-afalgeng no-asan no-buildtest-c++ no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-dynamic-engine no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fuzz-afl no-fuzz-libfuzzer no-heartbeats no-makedepend no- md2 no-msan no-rc5 no-sctp no-shared no-ssl3 no-ssl3-method no-ubsan no-unit-test no-weak-ssl-ciphers no-zlib no-zlib-dynamic",
62
+ options => "enable-ssl-trace no-afalgeng no-asan no-buildtest-c++ no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-dynamic-engine no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fuzz-afl no-fuzz-libfuzzer no-heartbeats no-md2 no-msan no-rc5 no-sctp no-shared no-ssl3 no-ssl3-method no-ubsan no-unit-test no-weak-ssl-ciphers no-zlib no-zlib-dynamic",
63
63
perl_archname => "x86_64-linux-gnu-thread-multi",
64
64
perl_cmd => "/usr/bin/perl",
65
- perl_version => "5.28.1 ",
65
+ perl_version => "5.30.0 ",
66
66
perlargv => [ "no-comp", "no-shared", "no-afalgeng", "enable-ssl-trace", "BSD-x86_64" ],
67
67
perlenv => {
68
68
"AR" => undef,
@@ -111,8 +111,8 @@ our %config = (
111
111
sourcedir => ".",
112
112
target => "BSD-x86_64",
113
113
tdirs => [ "ossl_shim" ],
114
- version => "1.1.1n +quic",
115
- version_num => "0x101010efL ",
114
+ version => "1.1.1o +quic",
115
+ version_num => "0x101010ffL ",
116
116
);
117
117
118
118
our %target = (
@@ -332,7 +332,6 @@ our %disabled = (
332
332
"fuzz-afl" => "default",
333
333
"fuzz-libfuzzer" => "default",
334
334
"heartbeats" => "default",
335
- "makedepend" => "unavailable",
336
335
"md2" => "default",
337
336
"msan" => "default",
338
337
"rc5" => "default",
0 commit comments