@@ -51,18 +51,18 @@ our %config = (
5151 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" ],
5252 libdir => " " ,
5353 major => " 1" ,
54- makedepprog => " " ,
54+ makedepprog => " \$ (CROSS_COMPILE)../config/fake_gcc.pl " ,
5555 minor => " 1.1" ,
5656 openssl_algorithm_defines => [ " OPENSSL_NO_COMP" , " OPENSSL_NO_MD2" , " OPENSSL_NO_RC5" ],
5757 openssl_api_defines => [ ],
5858 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" ],
5959 openssl_sys_defines => [ ],
6060 openssl_thread_defines => [ " OPENSSL_THREADS" ],
6161 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" ,
6363 perl_archname => " x86_64-linux-gnu-thread-multi" ,
6464 perl_cmd => " /usr/bin/perl" ,
65- perl_version => " 5.28.1 " ,
65+ perl_version => " 5.30.0 " ,
6666 perlargv => [ " no-comp" , " no-shared" , " no-afalgeng" , " enable-ssl-trace" , " BSD-x86_64" ],
6767 perlenv => {
6868 " AR" => undef ,
@@ -111,8 +111,8 @@ our %config = (
111111 sourcedir => " ." ,
112112 target => " BSD-x86_64" ,
113113 tdirs => [ " ossl_shim" ],
114- version => " 1.1.1n +quic" ,
115- version_num => " 0x101010efL " ,
114+ version => " 1.1.1o +quic" ,
115+ version_num => " 0x101010ffL " ,
116116);
117117
118118our %target = (
@@ -332,7 +332,6 @@ our %disabled = (
332332 " fuzz-afl" => " default" ,
333333 " fuzz-libfuzzer" => " default" ,
334334 " heartbeats" => " default" ,
335- " makedepend" => " unavailable" ,
336335 " md2" => " default" ,
337336 " msan" => " default" ,
338337 " rc5" => " default" ,
0 commit comments