summaryrefslogtreecommitdiff
path: root/upstream-build/configdata.pm/i686-win32-mingw32
diff options
context:
space:
mode:
Diffstat (limited to 'upstream-build/configdata.pm/i686-win32-mingw32')
-rw-r--r--upstream-build/configdata.pm/i686-win32-mingw3244
1 files changed, 32 insertions, 12 deletions
diff --git a/upstream-build/configdata.pm/i686-win32-mingw32 b/upstream-build/configdata.pm/i686-win32-mingw32
index 9e36aa2..9c8ae3d 100644
--- a/upstream-build/configdata.pm/i686-win32-mingw32
+++ b/upstream-build/configdata.pm/i686-win32-mingw32
@@ -59,11 +59,11 @@ our %config = (
openssl_sys_defines => [ "OPENSSL_SYS_MINGW32" ],
openssl_thread_defines => [ "OPENSSL_THREADS" ],
openssldir => "",
- options => "enable-md2 enable-rc5 enable-ssl3 enable-ssl3-method enable-weak-ssl-ciphers no-afalgeng no-asan no-asm no-buildtest-c++ no-crypto-mdebug no-crypto-mdebug-backtrace no-devcryptoeng no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fuzz-afl no-fuzz-libfuzzer no-heartbeats no-mdc2 no-msan no-sctp no-ssl-trace no-ubsan no-unit-test no-zlib no-zlib-dynamic",
- perl_archname => "i686-msys-thread-multi-64int",
+ options => "enable-md2 enable-rc5 enable-ssl3 enable-ssl3-method enable-weak-ssl-ciphers enable-zlib no-afalgeng no-asan no-asm no-buildtest-c++ no-crypto-mdebug no-crypto-mdebug-backtrace no-devcryptoeng no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fuzz-afl no-fuzz-libfuzzer no-heartbeats no-mdc2 no-msan no-sctp no-ssl-trace no-ubsan no-unit-test no-zlib-dynamic",
+ perl_archname => "x86_64-msys-thread-multi",
perl_cmd => "/usr/bin/perl",
- perl_version => "5.30.0",
- perlargv => [ "mingw", "enable-md2", "enable-rc5", "enable-ssl3", "enable-ssl3-method", "enable-weak-ssl-ciphers", "no-mdc2", "no-asm", "no-devcryptoeng" ],
+ perl_version => "5.32.0",
+ perlargv => [ "mingw", "enable-md2", "enable-rc5", "enable-ssl3", "enable-ssl3-method", "enable-weak-ssl-ciphers", "no-mdc2", "no-asm", "no-devcryptoeng", "enable-zlib" ],
perlenv => {
"AR" => undef,
"ARFLAGS" => undef,
@@ -111,8 +111,8 @@ our %config = (
sourcedir => "..",
target => "mingw",
tdirs => [ "ossl_shim" ],
- version => "1.1.1g",
- version_num => "0x1010107fL",
+ version => "1.1.1i",
+ version_num => "0x1010109fL",
);
our %target = (
@@ -146,7 +146,7 @@ our %target = (
cppflags => "-DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT",
cpuid_asm_src => "mem_clr.c",
cpuid_obj => "mem_clr.o",
- defines => [ "OPENSSL_USE_APPLINK" ],
+ defines => [ "ZLIB", "OPENSSL_USE_APPLINK" ],
des_asm_src => "des_enc.c fcrypt_b.c",
des_obj => "des_enc.o fcrypt_b.o",
disable => [ ],
@@ -155,7 +155,7 @@ our %target = (
ec_asm_src => "",
ec_obj => "",
enable => [ ],
- ex_libs => "-lws2_32 -lgdi32 -lcrypt32",
+ ex_libs => "-lz -lws2_32 -lgdi32 -lcrypt32",
exe_extension => ".exe",
includes => [ ],
keccak1600_asm_src => "keccak1600.c",
@@ -339,7 +339,6 @@ our %disabled = (
"ssl-trace" => "default",
"ubsan" => "default",
"unit-test" => "default",
- "zlib" => "default",
"zlib-dynamic" => "default",
);
@@ -1209,6 +1208,11 @@ our %unified_info = (
"libssl",
"test/libtestutil.a",
],
+ "test/cmactest" =>
+ [
+ "libcrypto.a",
+ "test/libtestutil.a",
+ ],
"test/cmsapitest" =>
[
"libcrypto",
@@ -3202,9 +3206,9 @@ our %unified_info = (
{
"deps" =>
[
+ "ms/uplink.o",
"ms/applink.o",
"ms/applink.o",
- "ms/uplink.o",
],
"products" =>
{
@@ -3223,8 +3227,6 @@ our %unified_info = (
{
"deps" =>
[
- "ssl/packet.o",
- "ssl/tls13_enc.o",
"ssl/bio_ssl.o",
"ssl/d1_lib.o",
"ssl/d1_msg.o",
@@ -3254,6 +3256,8 @@ our %unified_info = (
"ssl/t1_trce.o",
"ssl/tls13_enc.o",
"ssl/tls_srp.o",
+ "ssl/packet.o",
+ "ssl/tls13_enc.o",
],
"products" =>
{
@@ -10798,6 +10802,13 @@ our %unified_info = (
"include",
"../include",
],
+ "test/cmactest.o" =>
+ [
+ "include",
+ "apps/include",
+ "../include",
+ "../apps/include",
+ ],
"test/cmsapitest.o" =>
[
"include",
@@ -11522,6 +11533,7 @@ our %unified_info = (
"test/cipherlist_test",
"test/ciphername_test",
"test/clienthellotest",
+ "test/cmactest",
"test/cmsapitest",
"test/conf_include_test",
"test/constant_time_test",
@@ -16309,6 +16321,14 @@ our %unified_info = (
[
"../test/clienthellotest.c",
],
+ "test/cmactest" =>
+ [
+ "test/cmactest.o",
+ ],
+ "test/cmactest.o" =>
+ [
+ "../test/cmactest.c",
+ ],
"test/cmsapitest" =>
[
"test/cmsapitest.o",