mirror of
https://github.com/zebrajr/node.git
synced 2025-12-06 00:20:08 +01:00
deps: update archs files for OpenSSL-1.1.1k
After an OpenSSL source update, all the config files need to be regenerated and committed by: $ make -C deps/openssl/config $ git add deps/openssl/config/archs $ git add deps/openssl/openssl/include/crypto/bn_conf.h $ git add deps/openssl/openssl/include/crypto/dso_conf.h $ git add deps/openssl/openssl/include/openssl/opensslconf.h $ git commit PR-URL: https://github.com/nodejs/node/pull/37939 Refs: https://github.com/nodejs/node/issues/37913 Refs: https://github.com/nodejs/node/pull/37916 Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com>
This commit is contained in:
parent
c85a519b48
commit
51a753c06f
|
|
@ -60,9 +60,9 @@ our %config = (
|
|||
openssl_thread_defines => [ "OPENSSL_THREADS" ],
|
||||
openssldir => "",
|
||||
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",
|
||||
perl_archname => "x86_64-linux-thread-multi",
|
||||
perl_archname => "x86_64-linux-gnu-thread-multi",
|
||||
perl_cmd => "/usr/bin/perl",
|
||||
perl_version => "5.30.3",
|
||||
perl_version => "5.26.1",
|
||||
perlargv => [ "no-comp", "no-shared", "no-afalgeng", "enable-ssl-trace", "BSD-x86" ],
|
||||
perlenv => {
|
||||
"AR" => undef,
|
||||
|
|
@ -111,8 +111,8 @@ our %config = (
|
|||
sourcedir => ".",
|
||||
target => "BSD-x86",
|
||||
tdirs => [ "ossl_shim" ],
|
||||
version => "1.1.1j",
|
||||
version_num => "0x101010afL",
|
||||
version => "1.1.1k",
|
||||
version_num => "0x101010bfL",
|
||||
);
|
||||
|
||||
our %target = (
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
*/
|
||||
|
||||
#define PLATFORM "platform: BSD-x86"
|
||||
#define DATE "built on: Wed Feb 17 12:59:29 2021 UTC"
|
||||
#define DATE "built on: Sat Mar 27 00:20:31 2021 UTC"
|
||||
|
||||
/*
|
||||
* Generate compiler_flags as an array of individual characters. This is a
|
||||
|
|
|
|||
|
|
@ -60,9 +60,9 @@ our %config = (
|
|||
openssl_thread_defines => [ "OPENSSL_THREADS" ],
|
||||
openssldir => "",
|
||||
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",
|
||||
perl_archname => "x86_64-linux-thread-multi",
|
||||
perl_archname => "x86_64-linux-gnu-thread-multi",
|
||||
perl_cmd => "/usr/bin/perl",
|
||||
perl_version => "5.30.3",
|
||||
perl_version => "5.26.1",
|
||||
perlargv => [ "no-comp", "no-shared", "no-afalgeng", "enable-ssl-trace", "BSD-x86" ],
|
||||
perlenv => {
|
||||
"AR" => undef,
|
||||
|
|
@ -111,8 +111,8 @@ our %config = (
|
|||
sourcedir => ".",
|
||||
target => "BSD-x86",
|
||||
tdirs => [ "ossl_shim" ],
|
||||
version => "1.1.1j",
|
||||
version_num => "0x101010afL",
|
||||
version => "1.1.1k",
|
||||
version_num => "0x101010bfL",
|
||||
);
|
||||
|
||||
our %target = (
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
*/
|
||||
|
||||
#define PLATFORM "platform: BSD-x86"
|
||||
#define DATE "built on: Wed Feb 17 12:59:32 2021 UTC"
|
||||
#define DATE "built on: Sat Mar 27 00:20:34 2021 UTC"
|
||||
|
||||
/*
|
||||
* Generate compiler_flags as an array of individual characters. This is a
|
||||
|
|
|
|||
|
|
@ -59,9 +59,9 @@ our %config = (
|
|||
openssl_thread_defines => [ "OPENSSL_THREADS" ],
|
||||
openssldir => "",
|
||||
options => "enable-ssl-trace no-afalgeng no-asan no-asm 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",
|
||||
perl_archname => "x86_64-linux-thread-multi",
|
||||
perl_archname => "x86_64-linux-gnu-thread-multi",
|
||||
perl_cmd => "/usr/bin/perl",
|
||||
perl_version => "5.30.3",
|
||||
perl_version => "5.26.1",
|
||||
perlargv => [ "no-comp", "no-shared", "no-afalgeng", "enable-ssl-trace", "no-asm", "BSD-x86" ],
|
||||
perlenv => {
|
||||
"AR" => undef,
|
||||
|
|
@ -110,8 +110,8 @@ our %config = (
|
|||
sourcedir => ".",
|
||||
target => "BSD-x86",
|
||||
tdirs => [ "ossl_shim" ],
|
||||
version => "1.1.1j",
|
||||
version_num => "0x101010afL",
|
||||
version => "1.1.1k",
|
||||
version_num => "0x101010bfL",
|
||||
);
|
||||
|
||||
our %target = (
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
*/
|
||||
|
||||
#define PLATFORM "platform: BSD-x86"
|
||||
#define DATE "built on: Wed Feb 17 12:59:35 2021 UTC"
|
||||
#define DATE "built on: Sat Mar 27 00:20:37 2021 UTC"
|
||||
|
||||
/*
|
||||
* Generate compiler_flags as an array of individual characters. This is a
|
||||
|
|
|
|||
|
|
@ -60,9 +60,9 @@ our %config = (
|
|||
openssl_thread_defines => [ "OPENSSL_THREADS" ],
|
||||
openssldir => "",
|
||||
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",
|
||||
perl_archname => "x86_64-linux-thread-multi",
|
||||
perl_archname => "x86_64-linux-gnu-thread-multi",
|
||||
perl_cmd => "/usr/bin/perl",
|
||||
perl_version => "5.30.3",
|
||||
perl_version => "5.26.1",
|
||||
perlargv => [ "no-comp", "no-shared", "no-afalgeng", "enable-ssl-trace", "BSD-x86_64" ],
|
||||
perlenv => {
|
||||
"AR" => undef,
|
||||
|
|
@ -111,8 +111,8 @@ our %config = (
|
|||
sourcedir => ".",
|
||||
target => "BSD-x86_64",
|
||||
tdirs => [ "ossl_shim" ],
|
||||
version => "1.1.1j",
|
||||
version_num => "0x101010afL",
|
||||
version => "1.1.1k",
|
||||
version_num => "0x101010bfL",
|
||||
);
|
||||
|
||||
our %target = (
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
*/
|
||||
|
||||
#define PLATFORM "platform: BSD-x86_64"
|
||||
#define DATE "built on: Wed Feb 17 12:59:37 2021 UTC"
|
||||
#define DATE "built on: Sat Mar 27 00:20:38 2021 UTC"
|
||||
|
||||
/*
|
||||
* Generate compiler_flags as an array of individual characters. This is a
|
||||
|
|
|
|||
|
|
@ -60,9 +60,9 @@ our %config = (
|
|||
openssl_thread_defines => [ "OPENSSL_THREADS" ],
|
||||
openssldir => "",
|
||||
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",
|
||||
perl_archname => "x86_64-linux-thread-multi",
|
||||
perl_archname => "x86_64-linux-gnu-thread-multi",
|
||||
perl_cmd => "/usr/bin/perl",
|
||||
perl_version => "5.30.3",
|
||||
perl_version => "5.26.1",
|
||||
perlargv => [ "no-comp", "no-shared", "no-afalgeng", "enable-ssl-trace", "BSD-x86_64" ],
|
||||
perlenv => {
|
||||
"AR" => undef,
|
||||
|
|
@ -111,8 +111,8 @@ our %config = (
|
|||
sourcedir => ".",
|
||||
target => "BSD-x86_64",
|
||||
tdirs => [ "ossl_shim" ],
|
||||
version => "1.1.1j",
|
||||
version_num => "0x101010afL",
|
||||
version => "1.1.1k",
|
||||
version_num => "0x101010bfL",
|
||||
);
|
||||
|
||||
our %target = (
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
*/
|
||||
|
||||
#define PLATFORM "platform: BSD-x86_64"
|
||||
#define DATE "built on: Wed Feb 17 12:59:43 2021 UTC"
|
||||
#define DATE "built on: Sat Mar 27 00:20:44 2021 UTC"
|
||||
|
||||
/*
|
||||
* Generate compiler_flags as an array of individual characters. This is a
|
||||
|
|
|
|||
|
|
@ -59,9 +59,9 @@ our %config = (
|
|||
openssl_thread_defines => [ "OPENSSL_THREADS" ],
|
||||
openssldir => "",
|
||||
options => "enable-ssl-trace no-afalgeng no-asan no-asm 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",
|
||||
perl_archname => "x86_64-linux-thread-multi",
|
||||
perl_archname => "x86_64-linux-gnu-thread-multi",
|
||||
perl_cmd => "/usr/bin/perl",
|
||||
perl_version => "5.30.3",
|
||||
perl_version => "5.26.1",
|
||||
perlargv => [ "no-comp", "no-shared", "no-afalgeng", "enable-ssl-trace", "no-asm", "BSD-x86_64" ],
|
||||
perlenv => {
|
||||
"AR" => undef,
|
||||
|
|
@ -110,8 +110,8 @@ our %config = (
|
|||
sourcedir => ".",
|
||||
target => "BSD-x86_64",
|
||||
tdirs => [ "ossl_shim" ],
|
||||
version => "1.1.1j",
|
||||
version_num => "0x101010afL",
|
||||
version => "1.1.1k",
|
||||
version_num => "0x101010bfL",
|
||||
);
|
||||
|
||||
our %target = (
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
*/
|
||||
|
||||
#define PLATFORM "platform: BSD-x86_64"
|
||||
#define DATE "built on: Wed Feb 17 12:59:49 2021 UTC"
|
||||
#define DATE "built on: Sat Mar 27 00:20:49 2021 UTC"
|
||||
|
||||
/*
|
||||
* Generate compiler_flags as an array of individual characters. This is a
|
||||
|
|
|
|||
|
|
@ -64,9 +64,9 @@ our %config = (
|
|||
openssl_thread_defines => [ "OPENSSL_THREADS" ],
|
||||
openssldir => "",
|
||||
options => "enable-ssl-trace no-afalgeng no-asan no-buildtest-c++ no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-devcryptoeng 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",
|
||||
perl_archname => "x86_64-linux-thread-multi",
|
||||
perl_archname => "x86_64-linux-gnu-thread-multi",
|
||||
perl_cmd => "/usr/bin/perl",
|
||||
perl_version => "5.30.3",
|
||||
perl_version => "5.26.1",
|
||||
perlargv => [ "no-comp", "no-shared", "no-afalgeng", "enable-ssl-trace", "VC-WIN32" ],
|
||||
perlenv => {
|
||||
"AR" => undef,
|
||||
|
|
@ -115,8 +115,8 @@ our %config = (
|
|||
sourcedir => ".",
|
||||
target => "VC-WIN32",
|
||||
tdirs => [ "ossl_shim" ],
|
||||
version => "1.1.1j",
|
||||
version_num => "0x101010afL",
|
||||
version => "1.1.1k",
|
||||
version_num => "0x101010bfL",
|
||||
);
|
||||
|
||||
our %target = (
|
||||
|
|
@ -132,7 +132,7 @@ our %target = (
|
|||
LDFLAGS => "/nologo /debug",
|
||||
MT => "mt",
|
||||
MTFLAGS => "-nologo",
|
||||
RANLIB => "CODE(0x5566113b5e98)",
|
||||
RANLIB => "CODE(0x56176b6110b8)",
|
||||
RC => "rc",
|
||||
_conf_fname_int => [ "Configurations/00-base-templates.conf", "Configurations/00-base-templates.conf", "Configurations/10-main.conf", "Configurations/10-main.conf", "Configurations/00-base-templates.conf", "Configurations/10-main.conf", "Configurations/shared-info.pl" ],
|
||||
aes_asm_src => "aes_core.c aes_cbc.c vpaes-x86.s aesni-x86.s",
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
*/
|
||||
|
||||
#define PLATFORM "platform: "
|
||||
#define DATE "built on: Wed Feb 17 13:02:28 2021 UTC"
|
||||
#define DATE "built on: Sat Mar 27 00:23:04 2021 UTC"
|
||||
|
||||
/*
|
||||
* Generate compiler_flags as an array of individual characters. This is a
|
||||
|
|
|
|||
|
|
@ -64,9 +64,9 @@ our %config = (
|
|||
openssl_thread_defines => [ "OPENSSL_THREADS" ],
|
||||
openssldir => "",
|
||||
options => "enable-ssl-trace no-afalgeng no-asan no-buildtest-c++ no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-devcryptoeng 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",
|
||||
perl_archname => "x86_64-linux-thread-multi",
|
||||
perl_archname => "x86_64-linux-gnu-thread-multi",
|
||||
perl_cmd => "/usr/bin/perl",
|
||||
perl_version => "5.30.3",
|
||||
perl_version => "5.26.1",
|
||||
perlargv => [ "no-comp", "no-shared", "no-afalgeng", "enable-ssl-trace", "VC-WIN32" ],
|
||||
perlenv => {
|
||||
"AR" => undef,
|
||||
|
|
@ -115,8 +115,8 @@ our %config = (
|
|||
sourcedir => ".",
|
||||
target => "VC-WIN32",
|
||||
tdirs => [ "ossl_shim" ],
|
||||
version => "1.1.1j",
|
||||
version_num => "0x101010afL",
|
||||
version => "1.1.1k",
|
||||
version_num => "0x101010bfL",
|
||||
);
|
||||
|
||||
our %target = (
|
||||
|
|
@ -132,7 +132,7 @@ our %target = (
|
|||
LDFLAGS => "/nologo /debug",
|
||||
MT => "mt",
|
||||
MTFLAGS => "-nologo",
|
||||
RANLIB => "CODE(0x55db2e596158)",
|
||||
RANLIB => "CODE(0x5631d5f4e5b8)",
|
||||
RC => "rc",
|
||||
_conf_fname_int => [ "Configurations/00-base-templates.conf", "Configurations/00-base-templates.conf", "Configurations/10-main.conf", "Configurations/10-main.conf", "Configurations/00-base-templates.conf", "Configurations/10-main.conf", "Configurations/shared-info.pl" ],
|
||||
aes_asm_src => "aes_core.c aes_cbc.c vpaes-x86.s aesni-x86.s",
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
*/
|
||||
|
||||
#define PLATFORM "platform: "
|
||||
#define DATE "built on: Wed Feb 17 13:02:31 2021 UTC"
|
||||
#define DATE "built on: Sat Mar 27 00:23:07 2021 UTC"
|
||||
|
||||
/*
|
||||
* Generate compiler_flags as an array of individual characters. This is a
|
||||
|
|
|
|||
|
|
@ -63,9 +63,9 @@ our %config = (
|
|||
openssl_thread_defines => [ "OPENSSL_THREADS" ],
|
||||
openssldir => "",
|
||||
options => "enable-ssl-trace no-afalgeng no-asan no-asm no-buildtest-c++ no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-devcryptoeng 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",
|
||||
perl_archname => "x86_64-linux-thread-multi",
|
||||
perl_archname => "x86_64-linux-gnu-thread-multi",
|
||||
perl_cmd => "/usr/bin/perl",
|
||||
perl_version => "5.30.3",
|
||||
perl_version => "5.26.1",
|
||||
perlargv => [ "no-comp", "no-shared", "no-afalgeng", "enable-ssl-trace", "no-asm", "VC-WIN32" ],
|
||||
perlenv => {
|
||||
"AR" => undef,
|
||||
|
|
@ -114,8 +114,8 @@ our %config = (
|
|||
sourcedir => ".",
|
||||
target => "VC-WIN32",
|
||||
tdirs => [ "ossl_shim" ],
|
||||
version => "1.1.1j",
|
||||
version_num => "0x101010afL",
|
||||
version => "1.1.1k",
|
||||
version_num => "0x101010bfL",
|
||||
);
|
||||
|
||||
our %target = (
|
||||
|
|
@ -131,7 +131,7 @@ our %target = (
|
|||
LDFLAGS => "/nologo /debug",
|
||||
MT => "mt",
|
||||
MTFLAGS => "-nologo",
|
||||
RANLIB => "CODE(0x55cb6aaf6dd8)",
|
||||
RANLIB => "CODE(0x55a58b46ba88)",
|
||||
RC => "rc",
|
||||
_conf_fname_int => [ "Configurations/00-base-templates.conf", "Configurations/00-base-templates.conf", "Configurations/10-main.conf", "Configurations/10-main.conf", "Configurations/10-main.conf", "Configurations/shared-info.pl" ],
|
||||
aes_asm_src => "aes_core.c aes_cbc.c",
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
*/
|
||||
|
||||
#define PLATFORM "platform: "
|
||||
#define DATE "built on: Wed Feb 17 13:02:34 2021 UTC"
|
||||
#define DATE "built on: Sat Mar 27 00:23:09 2021 UTC"
|
||||
|
||||
/*
|
||||
* Generate compiler_flags as an array of individual characters. This is a
|
||||
|
|
|
|||
|
|
@ -62,9 +62,9 @@ our %config = (
|
|||
openssl_thread_defines => [ "OPENSSL_THREADS" ],
|
||||
openssldir => "",
|
||||
options => "enable-ssl-trace no-afalgeng no-asan no-asm no-buildtest-c++ no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-devcryptoeng 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",
|
||||
perl_archname => "x86_64-linux-thread-multi",
|
||||
perl_archname => "x86_64-linux-gnu-thread-multi",
|
||||
perl_cmd => "/usr/bin/perl",
|
||||
perl_version => "5.30.3",
|
||||
perl_version => "5.26.1",
|
||||
perlargv => [ "no-comp", "no-shared", "no-afalgeng", "enable-ssl-trace", "no-asm", "VC-WIN64-ARM" ],
|
||||
perlenv => {
|
||||
"AR" => undef,
|
||||
|
|
@ -113,8 +113,8 @@ our %config = (
|
|||
sourcedir => ".",
|
||||
target => "VC-WIN64-ARM",
|
||||
tdirs => [ "ossl_shim" ],
|
||||
version => "1.1.1j",
|
||||
version_num => "0x101010afL",
|
||||
version => "1.1.1k",
|
||||
version_num => "0x101010bfL",
|
||||
);
|
||||
|
||||
our %target = (
|
||||
|
|
@ -128,7 +128,7 @@ our %target = (
|
|||
LDFLAGS => "/nologo /debug",
|
||||
MT => "mt",
|
||||
MTFLAGS => "-nologo",
|
||||
RANLIB => "CODE(0x55dcbd6e9448)",
|
||||
RANLIB => "CODE(0x564913dfad48)",
|
||||
RC => "rc",
|
||||
_conf_fname_int => [ "Configurations/00-base-templates.conf", "Configurations/00-base-templates.conf", "Configurations/10-main.conf", "Configurations/10-main.conf", "Configurations/50-win-onecore.conf", "Configurations/shared-info.pl" ],
|
||||
aes_asm_src => "aes_core.c aes_cbc.c",
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
*/
|
||||
|
||||
#define PLATFORM "platform: VC-WIN64-ARM"
|
||||
#define DATE "built on: Wed Feb 17 13:02:35 2021 UTC"
|
||||
#define DATE "built on: Sat Mar 27 00:23:10 2021 UTC"
|
||||
|
||||
/*
|
||||
* Generate compiler_flags as an array of individual characters. This is a
|
||||
|
|
|
|||
|
|
@ -65,9 +65,9 @@ our %config = (
|
|||
openssl_thread_defines => [ "OPENSSL_THREADS" ],
|
||||
openssldir => "",
|
||||
options => "enable-ssl-trace no-afalgeng no-asan no-buildtest-c++ no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-devcryptoeng 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",
|
||||
perl_archname => "x86_64-linux-thread-multi",
|
||||
perl_archname => "x86_64-linux-gnu-thread-multi",
|
||||
perl_cmd => "/usr/bin/perl",
|
||||
perl_version => "5.30.3",
|
||||
perl_version => "5.26.1",
|
||||
perlargv => [ "no-comp", "no-shared", "no-afalgeng", "enable-ssl-trace", "VC-WIN64A" ],
|
||||
perlenv => {
|
||||
"AR" => undef,
|
||||
|
|
@ -116,8 +116,8 @@ our %config = (
|
|||
sourcedir => ".",
|
||||
target => "VC-WIN64A",
|
||||
tdirs => [ "ossl_shim" ],
|
||||
version => "1.1.1j",
|
||||
version_num => "0x101010afL",
|
||||
version => "1.1.1k",
|
||||
version_num => "0x101010bfL",
|
||||
);
|
||||
|
||||
our %target = (
|
||||
|
|
@ -133,7 +133,7 @@ our %target = (
|
|||
LDFLAGS => "/nologo /debug",
|
||||
MT => "mt",
|
||||
MTFLAGS => "-nologo",
|
||||
RANLIB => "CODE(0x55cb4d33a8e8)",
|
||||
RANLIB => "CODE(0x563a99c49368)",
|
||||
RC => "rc",
|
||||
_conf_fname_int => [ "Configurations/00-base-templates.conf", "Configurations/00-base-templates.conf", "Configurations/10-main.conf", "Configurations/10-main.conf", "Configurations/10-main.conf", "Configurations/00-base-templates.conf", "Configurations/10-main.conf", "Configurations/shared-info.pl" ],
|
||||
aes_asm_src => "aes_core.c aes_cbc.c vpaes-x86_64.s aesni-x86_64.s aesni-sha1-x86_64.s aesni-sha256-x86_64.s aesni-mb-x86_64.s",
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
*/
|
||||
|
||||
#define PLATFORM "platform: "
|
||||
#define DATE "built on: Wed Feb 17 13:02:13 2021 UTC"
|
||||
#define DATE "built on: Sat Mar 27 00:22:51 2021 UTC"
|
||||
|
||||
/*
|
||||
* Generate compiler_flags as an array of individual characters. This is a
|
||||
|
|
|
|||
|
|
@ -65,9 +65,9 @@ our %config = (
|
|||
openssl_thread_defines => [ "OPENSSL_THREADS" ],
|
||||
openssldir => "",
|
||||
options => "enable-ssl-trace no-afalgeng no-asan no-buildtest-c++ no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-devcryptoeng 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",
|
||||
perl_archname => "x86_64-linux-thread-multi",
|
||||
perl_archname => "x86_64-linux-gnu-thread-multi",
|
||||
perl_cmd => "/usr/bin/perl",
|
||||
perl_version => "5.30.3",
|
||||
perl_version => "5.26.1",
|
||||
perlargv => [ "no-comp", "no-shared", "no-afalgeng", "enable-ssl-trace", "VC-WIN64A" ],
|
||||
perlenv => {
|
||||
"AR" => undef,
|
||||
|
|
@ -116,8 +116,8 @@ our %config = (
|
|||
sourcedir => ".",
|
||||
target => "VC-WIN64A",
|
||||
tdirs => [ "ossl_shim" ],
|
||||
version => "1.1.1j",
|
||||
version_num => "0x101010afL",
|
||||
version => "1.1.1k",
|
||||
version_num => "0x101010bfL",
|
||||
);
|
||||
|
||||
our %target = (
|
||||
|
|
@ -133,7 +133,7 @@ our %target = (
|
|||
LDFLAGS => "/nologo /debug",
|
||||
MT => "mt",
|
||||
MTFLAGS => "-nologo",
|
||||
RANLIB => "CODE(0x556337ebc008)",
|
||||
RANLIB => "CODE(0x5617dfd2d3b8)",
|
||||
RC => "rc",
|
||||
_conf_fname_int => [ "Configurations/00-base-templates.conf", "Configurations/00-base-templates.conf", "Configurations/10-main.conf", "Configurations/10-main.conf", "Configurations/10-main.conf", "Configurations/00-base-templates.conf", "Configurations/10-main.conf", "Configurations/shared-info.pl" ],
|
||||
aes_asm_src => "aes_core.c aes_cbc.c vpaes-x86_64.s aesni-x86_64.s aesni-sha1-x86_64.s aesni-sha256-x86_64.s aesni-mb-x86_64.s",
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
*/
|
||||
|
||||
#define PLATFORM "platform: "
|
||||
#define DATE "built on: Wed Feb 17 13:02:19 2021 UTC"
|
||||
#define DATE "built on: Sat Mar 27 00:22:57 2021 UTC"
|
||||
|
||||
/*
|
||||
* Generate compiler_flags as an array of individual characters. This is a
|
||||
|
|
|
|||
|
|
@ -64,9 +64,9 @@ our %config = (
|
|||
openssl_thread_defines => [ "OPENSSL_THREADS" ],
|
||||
openssldir => "",
|
||||
options => "enable-ssl-trace no-afalgeng no-asan no-asm no-buildtest-c++ no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-devcryptoeng 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",
|
||||
perl_archname => "x86_64-linux-thread-multi",
|
||||
perl_archname => "x86_64-linux-gnu-thread-multi",
|
||||
perl_cmd => "/usr/bin/perl",
|
||||
perl_version => "5.30.3",
|
||||
perl_version => "5.26.1",
|
||||
perlargv => [ "no-comp", "no-shared", "no-afalgeng", "enable-ssl-trace", "no-asm", "VC-WIN64A" ],
|
||||
perlenv => {
|
||||
"AR" => undef,
|
||||
|
|
@ -115,8 +115,8 @@ our %config = (
|
|||
sourcedir => ".",
|
||||
target => "VC-WIN64A",
|
||||
tdirs => [ "ossl_shim" ],
|
||||
version => "1.1.1j",
|
||||
version_num => "0x101010afL",
|
||||
version => "1.1.1k",
|
||||
version_num => "0x101010bfL",
|
||||
);
|
||||
|
||||
our %target = (
|
||||
|
|
@ -132,7 +132,7 @@ our %target = (
|
|||
LDFLAGS => "/nologo /debug",
|
||||
MT => "mt",
|
||||
MTFLAGS => "-nologo",
|
||||
RANLIB => "CODE(0x5644953d5918)",
|
||||
RANLIB => "CODE(0x55dba9a21f88)",
|
||||
RC => "rc",
|
||||
_conf_fname_int => [ "Configurations/00-base-templates.conf", "Configurations/00-base-templates.conf", "Configurations/10-main.conf", "Configurations/10-main.conf", "Configurations/10-main.conf", "Configurations/10-main.conf", "Configurations/shared-info.pl" ],
|
||||
aes_asm_src => "aes_core.c aes_cbc.c",
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
*/
|
||||
|
||||
#define PLATFORM "platform: "
|
||||
#define DATE "built on: Wed Feb 17 13:02:26 2021 UTC"
|
||||
#define DATE "built on: Sat Mar 27 00:23:03 2021 UTC"
|
||||
|
||||
/*
|
||||
* Generate compiler_flags as an array of individual characters. This is a
|
||||
|
|
|
|||
|
|
@ -59,9 +59,9 @@ our %config = (
|
|||
openssl_thread_defines => [ "OPENSSL_THREADS" ],
|
||||
openssldir => "",
|
||||
options => "enable-ssl-trace no-afalgeng no-asan no-buildtest-c++ no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-devcryptoeng 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",
|
||||
perl_archname => "x86_64-linux-thread-multi",
|
||||
perl_archname => "x86_64-linux-gnu-thread-multi",
|
||||
perl_cmd => "/usr/bin/perl",
|
||||
perl_version => "5.30.3",
|
||||
perl_version => "5.26.1",
|
||||
perlargv => [ "no-comp", "no-shared", "no-afalgeng", "enable-ssl-trace", "aix-gcc" ],
|
||||
perlenv => {
|
||||
"AR" => undef,
|
||||
|
|
@ -110,8 +110,8 @@ our %config = (
|
|||
sourcedir => ".",
|
||||
target => "aix-gcc",
|
||||
tdirs => [ "ossl_shim" ],
|
||||
version => "1.1.1j",
|
||||
version_num => "0x101010afL",
|
||||
version => "1.1.1k",
|
||||
version_num => "0x101010bfL",
|
||||
);
|
||||
|
||||
our %target = (
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
*/
|
||||
|
||||
#define PLATFORM "platform: aix-gcc"
|
||||
#define DATE "built on: Wed Feb 17 12:59:13 2021 UTC"
|
||||
#define DATE "built on: Sat Mar 27 00:20:20 2021 UTC"
|
||||
|
||||
/*
|
||||
* Generate compiler_flags as an array of individual characters. This is a
|
||||
|
|
|
|||
|
|
@ -59,9 +59,9 @@ our %config = (
|
|||
openssl_thread_defines => [ "OPENSSL_THREADS" ],
|
||||
openssldir => "",
|
||||
options => "enable-ssl-trace no-afalgeng no-asan no-buildtest-c++ no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-devcryptoeng 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",
|
||||
perl_archname => "x86_64-linux-thread-multi",
|
||||
perl_archname => "x86_64-linux-gnu-thread-multi",
|
||||
perl_cmd => "/usr/bin/perl",
|
||||
perl_version => "5.30.3",
|
||||
perl_version => "5.26.1",
|
||||
perlargv => [ "no-comp", "no-shared", "no-afalgeng", "enable-ssl-trace", "aix-gcc" ],
|
||||
perlenv => {
|
||||
"AR" => undef,
|
||||
|
|
@ -110,8 +110,8 @@ our %config = (
|
|||
sourcedir => ".",
|
||||
target => "aix-gcc",
|
||||
tdirs => [ "ossl_shim" ],
|
||||
version => "1.1.1j",
|
||||
version_num => "0x101010afL",
|
||||
version => "1.1.1k",
|
||||
version_num => "0x101010bfL",
|
||||
);
|
||||
|
||||
our %target = (
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
*/
|
||||
|
||||
#define PLATFORM "platform: aix-gcc"
|
||||
#define DATE "built on: Wed Feb 17 12:59:15 2021 UTC"
|
||||
#define DATE "built on: Sat Mar 27 00:20:22 2021 UTC"
|
||||
|
||||
/*
|
||||
* Generate compiler_flags as an array of individual characters. This is a
|
||||
|
|
|
|||
|
|
@ -59,9 +59,9 @@ our %config = (
|
|||
openssl_thread_defines => [ "OPENSSL_THREADS" ],
|
||||
openssldir => "",
|
||||
options => "enable-ssl-trace no-afalgeng no-asan no-asm no-buildtest-c++ no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-devcryptoeng 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",
|
||||
perl_archname => "x86_64-linux-thread-multi",
|
||||
perl_archname => "x86_64-linux-gnu-thread-multi",
|
||||
perl_cmd => "/usr/bin/perl",
|
||||
perl_version => "5.30.3",
|
||||
perl_version => "5.26.1",
|
||||
perlargv => [ "no-comp", "no-shared", "no-afalgeng", "enable-ssl-trace", "no-asm", "aix-gcc" ],
|
||||
perlenv => {
|
||||
"AR" => undef,
|
||||
|
|
@ -110,8 +110,8 @@ our %config = (
|
|||
sourcedir => ".",
|
||||
target => "aix-gcc",
|
||||
tdirs => [ "ossl_shim" ],
|
||||
version => "1.1.1j",
|
||||
version_num => "0x101010afL",
|
||||
version => "1.1.1k",
|
||||
version_num => "0x101010bfL",
|
||||
);
|
||||
|
||||
our %target = (
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
*/
|
||||
|
||||
#define PLATFORM "platform: aix-gcc"
|
||||
#define DATE "built on: Wed Feb 17 12:59:18 2021 UTC"
|
||||
#define DATE "built on: Sat Mar 27 00:20:24 2021 UTC"
|
||||
|
||||
/*
|
||||
* Generate compiler_flags as an array of individual characters. This is a
|
||||
|
|
|
|||
|
|
@ -59,9 +59,9 @@ our %config = (
|
|||
openssl_thread_defines => [ "OPENSSL_THREADS" ],
|
||||
openssldir => "",
|
||||
options => "enable-ssl-trace no-afalgeng no-asan no-buildtest-c++ no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-devcryptoeng 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",
|
||||
perl_archname => "x86_64-linux-thread-multi",
|
||||
perl_archname => "x86_64-linux-gnu-thread-multi",
|
||||
perl_cmd => "/usr/bin/perl",
|
||||
perl_version => "5.30.3",
|
||||
perl_version => "5.26.1",
|
||||
perlargv => [ "no-comp", "no-shared", "no-afalgeng", "enable-ssl-trace", "aix64-gcc" ],
|
||||
perlenv => {
|
||||
"AR" => undef,
|
||||
|
|
@ -110,8 +110,8 @@ our %config = (
|
|||
sourcedir => ".",
|
||||
target => "aix64-gcc",
|
||||
tdirs => [ "ossl_shim" ],
|
||||
version => "1.1.1j",
|
||||
version_num => "0x101010afL",
|
||||
version => "1.1.1k",
|
||||
version_num => "0x101010bfL",
|
||||
);
|
||||
|
||||
our %target = (
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
*/
|
||||
|
||||
#define PLATFORM "platform: aix64-gcc"
|
||||
#define DATE "built on: Wed Feb 17 12:59:20 2021 UTC"
|
||||
#define DATE "built on: Sat Mar 27 00:20:25 2021 UTC"
|
||||
|
||||
/*
|
||||
* Generate compiler_flags as an array of individual characters. This is a
|
||||
|
|
|
|||
|
|
@ -59,9 +59,9 @@ our %config = (
|
|||
openssl_thread_defines => [ "OPENSSL_THREADS" ],
|
||||
openssldir => "",
|
||||
options => "enable-ssl-trace no-afalgeng no-asan no-buildtest-c++ no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-devcryptoeng 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",
|
||||
perl_archname => "x86_64-linux-thread-multi",
|
||||
perl_archname => "x86_64-linux-gnu-thread-multi",
|
||||
perl_cmd => "/usr/bin/perl",
|
||||
perl_version => "5.30.3",
|
||||
perl_version => "5.26.1",
|
||||
perlargv => [ "no-comp", "no-shared", "no-afalgeng", "enable-ssl-trace", "aix64-gcc" ],
|
||||
perlenv => {
|
||||
"AR" => undef,
|
||||
|
|
@ -110,8 +110,8 @@ our %config = (
|
|||
sourcedir => ".",
|
||||
target => "aix64-gcc",
|
||||
tdirs => [ "ossl_shim" ],
|
||||
version => "1.1.1j",
|
||||
version_num => "0x101010afL",
|
||||
version => "1.1.1k",
|
||||
version_num => "0x101010bfL",
|
||||
);
|
||||
|
||||
our %target = (
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
*/
|
||||
|
||||
#define PLATFORM "platform: aix64-gcc"
|
||||
#define DATE "built on: Wed Feb 17 12:59:24 2021 UTC"
|
||||
#define DATE "built on: Sat Mar 27 00:20:28 2021 UTC"
|
||||
|
||||
/*
|
||||
* Generate compiler_flags as an array of individual characters. This is a
|
||||
|
|
|
|||
|
|
@ -59,9 +59,9 @@ our %config = (
|
|||
openssl_thread_defines => [ "OPENSSL_THREADS" ],
|
||||
openssldir => "",
|
||||
options => "enable-ssl-trace no-afalgeng no-asan no-asm no-buildtest-c++ no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-devcryptoeng 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",
|
||||
perl_archname => "x86_64-linux-thread-multi",
|
||||
perl_archname => "x86_64-linux-gnu-thread-multi",
|
||||
perl_cmd => "/usr/bin/perl",
|
||||
perl_version => "5.30.3",
|
||||
perl_version => "5.26.1",
|
||||
perlargv => [ "no-comp", "no-shared", "no-afalgeng", "enable-ssl-trace", "no-asm", "aix64-gcc" ],
|
||||
perlenv => {
|
||||
"AR" => undef,
|
||||
|
|
@ -110,8 +110,8 @@ our %config = (
|
|||
sourcedir => ".",
|
||||
target => "aix64-gcc",
|
||||
tdirs => [ "ossl_shim" ],
|
||||
version => "1.1.1j",
|
||||
version_num => "0x101010afL",
|
||||
version => "1.1.1k",
|
||||
version_num => "0x101010bfL",
|
||||
);
|
||||
|
||||
our %target = (
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
*/
|
||||
|
||||
#define PLATFORM "platform: aix64-gcc"
|
||||
#define DATE "built on: Wed Feb 17 12:59:27 2021 UTC"
|
||||
#define DATE "built on: Sat Mar 27 00:20:30 2021 UTC"
|
||||
|
||||
/*
|
||||
* Generate compiler_flags as an array of individual characters. This is a
|
||||
|
|
|
|||
|
|
@ -60,9 +60,9 @@ our %config = (
|
|||
openssl_thread_defines => [ "OPENSSL_THREADS" ],
|
||||
openssldir => "",
|
||||
options => "enable-ssl-trace no-afalgeng no-asan no-buildtest-c++ no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-devcryptoeng 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",
|
||||
perl_archname => "x86_64-linux-thread-multi",
|
||||
perl_archname => "x86_64-linux-gnu-thread-multi",
|
||||
perl_cmd => "/usr/bin/perl",
|
||||
perl_version => "5.30.3",
|
||||
perl_version => "5.26.1",
|
||||
perlargv => [ "no-comp", "no-shared", "no-afalgeng", "enable-ssl-trace", "darwin-i386-cc" ],
|
||||
perlenv => {
|
||||
"AR" => undef,
|
||||
|
|
@ -111,8 +111,8 @@ our %config = (
|
|||
sourcedir => ".",
|
||||
target => "darwin-i386-cc",
|
||||
tdirs => [ "ossl_shim" ],
|
||||
version => "1.1.1j",
|
||||
version_num => "0x101010afL",
|
||||
version => "1.1.1k",
|
||||
version_num => "0x101010bfL",
|
||||
);
|
||||
|
||||
our %target = (
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
*/
|
||||
|
||||
#define PLATFORM "platform: darwin-i386-cc"
|
||||
#define DATE "built on: Wed Feb 17 13:00:05 2021 UTC"
|
||||
#define DATE "built on: Sat Mar 27 00:21:03 2021 UTC"
|
||||
|
||||
/*
|
||||
* Generate compiler_flags as an array of individual characters. This is a
|
||||
|
|
|
|||
|
|
@ -60,9 +60,9 @@ our %config = (
|
|||
openssl_thread_defines => [ "OPENSSL_THREADS" ],
|
||||
openssldir => "",
|
||||
options => "enable-ssl-trace no-afalgeng no-asan no-buildtest-c++ no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-devcryptoeng 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",
|
||||
perl_archname => "x86_64-linux-thread-multi",
|
||||
perl_archname => "x86_64-linux-gnu-thread-multi",
|
||||
perl_cmd => "/usr/bin/perl",
|
||||
perl_version => "5.30.3",
|
||||
perl_version => "5.26.1",
|
||||
perlargv => [ "no-comp", "no-shared", "no-afalgeng", "enable-ssl-trace", "darwin-i386-cc" ],
|
||||
perlenv => {
|
||||
"AR" => undef,
|
||||
|
|
@ -111,8 +111,8 @@ our %config = (
|
|||
sourcedir => ".",
|
||||
target => "darwin-i386-cc",
|
||||
tdirs => [ "ossl_shim" ],
|
||||
version => "1.1.1j",
|
||||
version_num => "0x101010afL",
|
||||
version => "1.1.1k",
|
||||
version_num => "0x101010bfL",
|
||||
);
|
||||
|
||||
our %target = (
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
*/
|
||||
|
||||
#define PLATFORM "platform: darwin-i386-cc"
|
||||
#define DATE "built on: Wed Feb 17 13:00:08 2021 UTC"
|
||||
#define DATE "built on: Sat Mar 27 00:21:06 2021 UTC"
|
||||
|
||||
/*
|
||||
* Generate compiler_flags as an array of individual characters. This is a
|
||||
|
|
|
|||
|
|
@ -59,9 +59,9 @@ our %config = (
|
|||
openssl_thread_defines => [ "OPENSSL_THREADS" ],
|
||||
openssldir => "",
|
||||
options => "enable-ssl-trace no-afalgeng no-asan no-asm no-buildtest-c++ no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-devcryptoeng 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",
|
||||
perl_archname => "x86_64-linux-thread-multi",
|
||||
perl_archname => "x86_64-linux-gnu-thread-multi",
|
||||
perl_cmd => "/usr/bin/perl",
|
||||
perl_version => "5.30.3",
|
||||
perl_version => "5.26.1",
|
||||
perlargv => [ "no-comp", "no-shared", "no-afalgeng", "enable-ssl-trace", "no-asm", "darwin-i386-cc" ],
|
||||
perlenv => {
|
||||
"AR" => undef,
|
||||
|
|
@ -110,8 +110,8 @@ our %config = (
|
|||
sourcedir => ".",
|
||||
target => "darwin-i386-cc",
|
||||
tdirs => [ "ossl_shim" ],
|
||||
version => "1.1.1j",
|
||||
version_num => "0x101010afL",
|
||||
version => "1.1.1k",
|
||||
version_num => "0x101010bfL",
|
||||
);
|
||||
|
||||
our %target = (
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
*/
|
||||
|
||||
#define PLATFORM "platform: darwin-i386-cc"
|
||||
#define DATE "built on: Wed Feb 17 13:00:11 2021 UTC"
|
||||
#define DATE "built on: Sat Mar 27 00:21:09 2021 UTC"
|
||||
|
||||
/*
|
||||
* Generate compiler_flags as an array of individual characters. This is a
|
||||
|
|
|
|||
|
|
@ -59,9 +59,9 @@ our %config = (
|
|||
openssl_thread_defines => [ "OPENSSL_THREADS" ],
|
||||
openssldir => "",
|
||||
options => "enable-ssl-trace no-afalgeng no-asan no-buildtest-c++ no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-devcryptoeng 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",
|
||||
perl_archname => "x86_64-linux-thread-multi",
|
||||
perl_archname => "x86_64-linux-gnu-thread-multi",
|
||||
perl_cmd => "/usr/bin/perl",
|
||||
perl_version => "5.30.3",
|
||||
perl_version => "5.26.1",
|
||||
perlargv => [ "no-comp", "no-shared", "no-afalgeng", "enable-ssl-trace", "darwin64-arm64-cc" ],
|
||||
perlenv => {
|
||||
"AR" => undef,
|
||||
|
|
@ -110,8 +110,8 @@ our %config = (
|
|||
sourcedir => ".",
|
||||
target => "darwin64-arm64-cc",
|
||||
tdirs => [ "ossl_shim" ],
|
||||
version => "1.1.1j",
|
||||
version_num => "0x101010afL",
|
||||
version => "1.1.1k",
|
||||
version_num => "0x101010bfL",
|
||||
);
|
||||
|
||||
our %target = (
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
*/
|
||||
|
||||
#define PLATFORM "platform: darwin64-arm64-cc"
|
||||
#define DATE "built on: Wed Feb 17 13:00:13 2021 UTC"
|
||||
#define DATE "built on: Sat Mar 27 00:21:10 2021 UTC"
|
||||
|
||||
/*
|
||||
* Generate compiler_flags as an array of individual characters. This is a
|
||||
|
|
|
|||
|
|
@ -59,9 +59,9 @@ our %config = (
|
|||
openssl_thread_defines => [ "OPENSSL_THREADS" ],
|
||||
openssldir => "",
|
||||
options => "enable-ssl-trace no-afalgeng no-asan no-buildtest-c++ no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-devcryptoeng 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",
|
||||
perl_archname => "x86_64-linux-thread-multi",
|
||||
perl_archname => "x86_64-linux-gnu-thread-multi",
|
||||
perl_cmd => "/usr/bin/perl",
|
||||
perl_version => "5.30.3",
|
||||
perl_version => "5.26.1",
|
||||
perlargv => [ "no-comp", "no-shared", "no-afalgeng", "enable-ssl-trace", "darwin64-arm64-cc" ],
|
||||
perlenv => {
|
||||
"AR" => undef,
|
||||
|
|
@ -110,8 +110,8 @@ our %config = (
|
|||
sourcedir => ".",
|
||||
target => "darwin64-arm64-cc",
|
||||
tdirs => [ "ossl_shim" ],
|
||||
version => "1.1.1j",
|
||||
version_num => "0x101010afL",
|
||||
version => "1.1.1k",
|
||||
version_num => "0x101010bfL",
|
||||
);
|
||||
|
||||
our %target = (
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
*/
|
||||
|
||||
#define PLATFORM "platform: darwin64-arm64-cc"
|
||||
#define DATE "built on: Wed Feb 17 13:00:15 2021 UTC"
|
||||
#define DATE "built on: Sat Mar 27 00:21:12 2021 UTC"
|
||||
|
||||
/*
|
||||
* Generate compiler_flags as an array of individual characters. This is a
|
||||
|
|
|
|||
|
|
@ -59,9 +59,9 @@ our %config = (
|
|||
openssl_thread_defines => [ "OPENSSL_THREADS" ],
|
||||
openssldir => "",
|
||||
options => "enable-ssl-trace no-afalgeng no-asan no-asm no-buildtest-c++ no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-devcryptoeng 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",
|
||||
perl_archname => "x86_64-linux-thread-multi",
|
||||
perl_archname => "x86_64-linux-gnu-thread-multi",
|
||||
perl_cmd => "/usr/bin/perl",
|
||||
perl_version => "5.30.3",
|
||||
perl_version => "5.26.1",
|
||||
perlargv => [ "no-comp", "no-shared", "no-afalgeng", "enable-ssl-trace", "no-asm", "darwin64-arm64-cc" ],
|
||||
perlenv => {
|
||||
"AR" => undef,
|
||||
|
|
@ -110,8 +110,8 @@ our %config = (
|
|||
sourcedir => ".",
|
||||
target => "darwin64-arm64-cc",
|
||||
tdirs => [ "ossl_shim" ],
|
||||
version => "1.1.1j",
|
||||
version_num => "0x101010afL",
|
||||
version => "1.1.1k",
|
||||
version_num => "0x101010bfL",
|
||||
);
|
||||
|
||||
our %target = (
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
*/
|
||||
|
||||
#define PLATFORM "platform: darwin64-arm64-cc"
|
||||
#define DATE "built on: Wed Feb 17 13:00:18 2021 UTC"
|
||||
#define DATE "built on: Sat Mar 27 00:21:14 2021 UTC"
|
||||
|
||||
/*
|
||||
* Generate compiler_flags as an array of individual characters. This is a
|
||||
|
|
|
|||
|
|
@ -60,9 +60,9 @@ our %config = (
|
|||
openssl_thread_defines => [ "OPENSSL_THREADS" ],
|
||||
openssldir => "",
|
||||
options => "enable-ssl-trace no-afalgeng no-asan no-buildtest-c++ no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-devcryptoeng 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",
|
||||
perl_archname => "x86_64-linux-thread-multi",
|
||||
perl_archname => "x86_64-linux-gnu-thread-multi",
|
||||
perl_cmd => "/usr/bin/perl",
|
||||
perl_version => "5.30.3",
|
||||
perl_version => "5.26.1",
|
||||
perlargv => [ "no-comp", "no-shared", "no-afalgeng", "enable-ssl-trace", "darwin64-x86_64-cc" ],
|
||||
perlenv => {
|
||||
"AR" => undef,
|
||||
|
|
@ -111,8 +111,8 @@ our %config = (
|
|||
sourcedir => ".",
|
||||
target => "darwin64-x86_64-cc",
|
||||
tdirs => [ "ossl_shim" ],
|
||||
version => "1.1.1j",
|
||||
version_num => "0x101010afL",
|
||||
version => "1.1.1k",
|
||||
version_num => "0x101010bfL",
|
||||
);
|
||||
|
||||
our %target = (
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
*/
|
||||
|
||||
#define PLATFORM "platform: darwin64-x86_64-cc"
|
||||
#define DATE "built on: Wed Feb 17 12:59:51 2021 UTC"
|
||||
#define DATE "built on: Sat Mar 27 00:20:51 2021 UTC"
|
||||
|
||||
/*
|
||||
* Generate compiler_flags as an array of individual characters. This is a
|
||||
|
|
|
|||
|
|
@ -60,9 +60,9 @@ our %config = (
|
|||
openssl_thread_defines => [ "OPENSSL_THREADS" ],
|
||||
openssldir => "",
|
||||
options => "enable-ssl-trace no-afalgeng no-asan no-buildtest-c++ no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-devcryptoeng 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",
|
||||
perl_archname => "x86_64-linux-thread-multi",
|
||||
perl_archname => "x86_64-linux-gnu-thread-multi",
|
||||
perl_cmd => "/usr/bin/perl",
|
||||
perl_version => "5.30.3",
|
||||
perl_version => "5.26.1",
|
||||
perlargv => [ "no-comp", "no-shared", "no-afalgeng", "enable-ssl-trace", "darwin64-x86_64-cc" ],
|
||||
perlenv => {
|
||||
"AR" => undef,
|
||||
|
|
@ -111,8 +111,8 @@ our %config = (
|
|||
sourcedir => ".",
|
||||
target => "darwin64-x86_64-cc",
|
||||
tdirs => [ "ossl_shim" ],
|
||||
version => "1.1.1j",
|
||||
version_num => "0x101010afL",
|
||||
version => "1.1.1k",
|
||||
version_num => "0x101010bfL",
|
||||
);
|
||||
|
||||
our %target = (
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
*/
|
||||
|
||||
#define PLATFORM "platform: darwin64-x86_64-cc"
|
||||
#define DATE "built on: Wed Feb 17 12:59:57 2021 UTC"
|
||||
#define DATE "built on: Sat Mar 27 00:20:56 2021 UTC"
|
||||
|
||||
/*
|
||||
* Generate compiler_flags as an array of individual characters. This is a
|
||||
|
|
|
|||
|
|
@ -59,9 +59,9 @@ our %config = (
|
|||
openssl_thread_defines => [ "OPENSSL_THREADS" ],
|
||||
openssldir => "",
|
||||
options => "enable-ssl-trace no-afalgeng no-asan no-asm no-buildtest-c++ no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-devcryptoeng 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",
|
||||
perl_archname => "x86_64-linux-thread-multi",
|
||||
perl_archname => "x86_64-linux-gnu-thread-multi",
|
||||
perl_cmd => "/usr/bin/perl",
|
||||
perl_version => "5.30.3",
|
||||
perl_version => "5.26.1",
|
||||
perlargv => [ "no-comp", "no-shared", "no-afalgeng", "enable-ssl-trace", "no-asm", "darwin64-x86_64-cc" ],
|
||||
perlenv => {
|
||||
"AR" => undef,
|
||||
|
|
@ -110,8 +110,8 @@ our %config = (
|
|||
sourcedir => ".",
|
||||
target => "darwin64-x86_64-cc",
|
||||
tdirs => [ "ossl_shim" ],
|
||||
version => "1.1.1j",
|
||||
version_num => "0x101010afL",
|
||||
version => "1.1.1k",
|
||||
version_num => "0x101010bfL",
|
||||
);
|
||||
|
||||
our %target = (
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
*/
|
||||
|
||||
#define PLATFORM "platform: darwin64-x86_64-cc"
|
||||
#define DATE "built on: Wed Feb 17 13:00:03 2021 UTC"
|
||||
#define DATE "built on: Sat Mar 27 00:21:02 2021 UTC"
|
||||
|
||||
/*
|
||||
* Generate compiler_flags as an array of individual characters. This is a
|
||||
|
|
|
|||
|
|
@ -60,9 +60,9 @@ our %config = (
|
|||
openssl_thread_defines => [ "OPENSSL_THREADS" ],
|
||||
openssldir => "",
|
||||
options => "enable-ssl-trace no-afalgeng no-asan no-buildtest-c++ no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-devcryptoeng 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",
|
||||
perl_archname => "x86_64-linux-thread-multi",
|
||||
perl_archname => "x86_64-linux-gnu-thread-multi",
|
||||
perl_cmd => "/usr/bin/perl",
|
||||
perl_version => "5.30.3",
|
||||
perl_version => "5.26.1",
|
||||
perlargv => [ "no-comp", "no-shared", "no-afalgeng", "enable-ssl-trace", "linux-aarch64" ],
|
||||
perlenv => {
|
||||
"AR" => undef,
|
||||
|
|
@ -111,8 +111,8 @@ our %config = (
|
|||
sourcedir => ".",
|
||||
target => "linux-aarch64",
|
||||
tdirs => [ "ossl_shim" ],
|
||||
version => "1.1.1j",
|
||||
version_num => "0x101010afL",
|
||||
version => "1.1.1k",
|
||||
version_num => "0x101010bfL",
|
||||
);
|
||||
|
||||
our %target = (
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
*/
|
||||
|
||||
#define PLATFORM "platform: linux-aarch64"
|
||||
#define DATE "built on: Wed Feb 17 13:00:20 2021 UTC"
|
||||
#define DATE "built on: Sat Mar 27 00:21:16 2021 UTC"
|
||||
|
||||
/*
|
||||
* Generate compiler_flags as an array of individual characters. This is a
|
||||
|
|
|
|||
|
|
@ -60,9 +60,9 @@ our %config = (
|
|||
openssl_thread_defines => [ "OPENSSL_THREADS" ],
|
||||
openssldir => "",
|
||||
options => "enable-ssl-trace no-afalgeng no-asan no-buildtest-c++ no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-devcryptoeng 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",
|
||||
perl_archname => "x86_64-linux-thread-multi",
|
||||
perl_archname => "x86_64-linux-gnu-thread-multi",
|
||||
perl_cmd => "/usr/bin/perl",
|
||||
perl_version => "5.30.3",
|
||||
perl_version => "5.26.1",
|
||||
perlargv => [ "no-comp", "no-shared", "no-afalgeng", "enable-ssl-trace", "linux-aarch64" ],
|
||||
perlenv => {
|
||||
"AR" => undef,
|
||||
|
|
@ -111,8 +111,8 @@ our %config = (
|
|||
sourcedir => ".",
|
||||
target => "linux-aarch64",
|
||||
tdirs => [ "ossl_shim" ],
|
||||
version => "1.1.1j",
|
||||
version_num => "0x101010afL",
|
||||
version => "1.1.1k",
|
||||
version_num => "0x101010bfL",
|
||||
);
|
||||
|
||||
our %target = (
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
*/
|
||||
|
||||
#define PLATFORM "platform: linux-aarch64"
|
||||
#define DATE "built on: Wed Feb 17 13:00:23 2021 UTC"
|
||||
#define DATE "built on: Sat Mar 27 00:21:18 2021 UTC"
|
||||
|
||||
/*
|
||||
* Generate compiler_flags as an array of individual characters. This is a
|
||||
|
|
|
|||
|
|
@ -60,9 +60,9 @@ our %config = (
|
|||
openssl_thread_defines => [ "OPENSSL_THREADS" ],
|
||||
openssldir => "",
|
||||
options => "enable-ssl-trace no-afalgeng no-asan no-asm no-buildtest-c++ no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-devcryptoeng 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",
|
||||
perl_archname => "x86_64-linux-thread-multi",
|
||||
perl_archname => "x86_64-linux-gnu-thread-multi",
|
||||
perl_cmd => "/usr/bin/perl",
|
||||
perl_version => "5.30.3",
|
||||
perl_version => "5.26.1",
|
||||
perlargv => [ "no-comp", "no-shared", "no-afalgeng", "enable-ssl-trace", "no-asm", "linux-aarch64" ],
|
||||
perlenv => {
|
||||
"AR" => undef,
|
||||
|
|
@ -111,8 +111,8 @@ our %config = (
|
|||
sourcedir => ".",
|
||||
target => "linux-aarch64",
|
||||
tdirs => [ "ossl_shim" ],
|
||||
version => "1.1.1j",
|
||||
version_num => "0x101010afL",
|
||||
version => "1.1.1k",
|
||||
version_num => "0x101010bfL",
|
||||
);
|
||||
|
||||
our %target = (
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
*/
|
||||
|
||||
#define PLATFORM "platform: linux-aarch64"
|
||||
#define DATE "built on: Wed Feb 17 13:00:25 2021 UTC"
|
||||
#define DATE "built on: Sat Mar 27 00:21:20 2021 UTC"
|
||||
|
||||
/*
|
||||
* Generate compiler_flags as an array of individual characters. This is a
|
||||
|
|
|
|||
|
|
@ -60,9 +60,9 @@ our %config = (
|
|||
openssl_thread_defines => [ "OPENSSL_THREADS" ],
|
||||
openssldir => "",
|
||||
options => "enable-ssl-trace no-afalgeng no-asan no-buildtest-c++ no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-devcryptoeng 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",
|
||||
perl_archname => "x86_64-linux-thread-multi",
|
||||
perl_archname => "x86_64-linux-gnu-thread-multi",
|
||||
perl_cmd => "/usr/bin/perl",
|
||||
perl_version => "5.30.3",
|
||||
perl_version => "5.26.1",
|
||||
perlargv => [ "no-comp", "no-shared", "no-afalgeng", "enable-ssl-trace", "linux-armv4" ],
|
||||
perlenv => {
|
||||
"AR" => undef,
|
||||
|
|
@ -111,8 +111,8 @@ our %config = (
|
|||
sourcedir => ".",
|
||||
target => "linux-armv4",
|
||||
tdirs => [ "ossl_shim" ],
|
||||
version => "1.1.1j",
|
||||
version_num => "0x101010afL",
|
||||
version => "1.1.1k",
|
||||
version_num => "0x101010bfL",
|
||||
);
|
||||
|
||||
our %target = (
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
*/
|
||||
|
||||
#define PLATFORM "platform: linux-armv4"
|
||||
#define DATE "built on: Wed Feb 17 13:00:27 2021 UTC"
|
||||
#define DATE "built on: Sat Mar 27 00:21:22 2021 UTC"
|
||||
|
||||
/*
|
||||
* Generate compiler_flags as an array of individual characters. This is a
|
||||
|
|
|
|||
|
|
@ -60,9 +60,9 @@ our %config = (
|
|||
openssl_thread_defines => [ "OPENSSL_THREADS" ],
|
||||
openssldir => "",
|
||||
options => "enable-ssl-trace no-afalgeng no-asan no-buildtest-c++ no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-devcryptoeng 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",
|
||||
perl_archname => "x86_64-linux-thread-multi",
|
||||
perl_archname => "x86_64-linux-gnu-thread-multi",
|
||||
perl_cmd => "/usr/bin/perl",
|
||||
perl_version => "5.30.3",
|
||||
perl_version => "5.26.1",
|
||||
perlargv => [ "no-comp", "no-shared", "no-afalgeng", "enable-ssl-trace", "linux-armv4" ],
|
||||
perlenv => {
|
||||
"AR" => undef,
|
||||
|
|
@ -111,8 +111,8 @@ our %config = (
|
|||
sourcedir => ".",
|
||||
target => "linux-armv4",
|
||||
tdirs => [ "ossl_shim" ],
|
||||
version => "1.1.1j",
|
||||
version_num => "0x101010afL",
|
||||
version => "1.1.1k",
|
||||
version_num => "0x101010bfL",
|
||||
);
|
||||
|
||||
our %target = (
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
*/
|
||||
|
||||
#define PLATFORM "platform: linux-armv4"
|
||||
#define DATE "built on: Wed Feb 17 13:00:30 2021 UTC"
|
||||
#define DATE "built on: Sat Mar 27 00:21:24 2021 UTC"
|
||||
|
||||
/*
|
||||
* Generate compiler_flags as an array of individual characters. This is a
|
||||
|
|
|
|||
|
|
@ -60,9 +60,9 @@ our %config = (
|
|||
openssl_thread_defines => [ "OPENSSL_THREADS" ],
|
||||
openssldir => "",
|
||||
options => "enable-ssl-trace no-afalgeng no-asan no-asm no-buildtest-c++ no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-devcryptoeng 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",
|
||||
perl_archname => "x86_64-linux-thread-multi",
|
||||
perl_archname => "x86_64-linux-gnu-thread-multi",
|
||||
perl_cmd => "/usr/bin/perl",
|
||||
perl_version => "5.30.3",
|
||||
perl_version => "5.26.1",
|
||||
perlargv => [ "no-comp", "no-shared", "no-afalgeng", "enable-ssl-trace", "no-asm", "linux-armv4" ],
|
||||
perlenv => {
|
||||
"AR" => undef,
|
||||
|
|
@ -111,8 +111,8 @@ our %config = (
|
|||
sourcedir => ".",
|
||||
target => "linux-armv4",
|
||||
tdirs => [ "ossl_shim" ],
|
||||
version => "1.1.1j",
|
||||
version_num => "0x101010afL",
|
||||
version => "1.1.1k",
|
||||
version_num => "0x101010bfL",
|
||||
);
|
||||
|
||||
our %target = (
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
*/
|
||||
|
||||
#define PLATFORM "platform: linux-armv4"
|
||||
#define DATE "built on: Wed Feb 17 13:00:33 2021 UTC"
|
||||
#define DATE "built on: Sat Mar 27 00:21:26 2021 UTC"
|
||||
|
||||
/*
|
||||
* Generate compiler_flags as an array of individual characters. This is a
|
||||
|
|
|
|||
|
|
@ -61,9 +61,9 @@ our %config = (
|
|||
openssl_thread_defines => [ "OPENSSL_THREADS" ],
|
||||
openssldir => "",
|
||||
options => "enable-ssl-trace no-afalgeng no-asan no-buildtest-c++ no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-devcryptoeng 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",
|
||||
perl_archname => "x86_64-linux-thread-multi",
|
||||
perl_archname => "x86_64-linux-gnu-thread-multi",
|
||||
perl_cmd => "/usr/bin/perl",
|
||||
perl_version => "5.30.3",
|
||||
perl_version => "5.26.1",
|
||||
perlargv => [ "no-comp", "no-shared", "no-afalgeng", "enable-ssl-trace", "linux-elf" ],
|
||||
perlenv => {
|
||||
"AR" => undef,
|
||||
|
|
@ -112,8 +112,8 @@ our %config = (
|
|||
sourcedir => ".",
|
||||
target => "linux-elf",
|
||||
tdirs => [ "ossl_shim" ],
|
||||
version => "1.1.1j",
|
||||
version_num => "0x101010afL",
|
||||
version => "1.1.1k",
|
||||
version_num => "0x101010bfL",
|
||||
);
|
||||
|
||||
our %target = (
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
*/
|
||||
|
||||
#define PLATFORM "platform: linux-elf"
|
||||
#define DATE "built on: Wed Feb 17 13:00:35 2021 UTC"
|
||||
#define DATE "built on: Sat Mar 27 00:21:28 2021 UTC"
|
||||
|
||||
/*
|
||||
* Generate compiler_flags as an array of individual characters. This is a
|
||||
|
|
|
|||
|
|
@ -61,9 +61,9 @@ our %config = (
|
|||
openssl_thread_defines => [ "OPENSSL_THREADS" ],
|
||||
openssldir => "",
|
||||
options => "enable-ssl-trace no-afalgeng no-asan no-buildtest-c++ no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-devcryptoeng 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",
|
||||
perl_archname => "x86_64-linux-thread-multi",
|
||||
perl_archname => "x86_64-linux-gnu-thread-multi",
|
||||
perl_cmd => "/usr/bin/perl",
|
||||
perl_version => "5.30.3",
|
||||
perl_version => "5.26.1",
|
||||
perlargv => [ "no-comp", "no-shared", "no-afalgeng", "enable-ssl-trace", "linux-elf" ],
|
||||
perlenv => {
|
||||
"AR" => undef,
|
||||
|
|
@ -112,8 +112,8 @@ our %config = (
|
|||
sourcedir => ".",
|
||||
target => "linux-elf",
|
||||
tdirs => [ "ossl_shim" ],
|
||||
version => "1.1.1j",
|
||||
version_num => "0x101010afL",
|
||||
version => "1.1.1k",
|
||||
version_num => "0x101010bfL",
|
||||
);
|
||||
|
||||
our %target = (
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
*/
|
||||
|
||||
#define PLATFORM "platform: linux-elf"
|
||||
#define DATE "built on: Wed Feb 17 13:00:38 2021 UTC"
|
||||
#define DATE "built on: Sat Mar 27 00:21:30 2021 UTC"
|
||||
|
||||
/*
|
||||
* Generate compiler_flags as an array of individual characters. This is a
|
||||
|
|
|
|||
|
|
@ -60,9 +60,9 @@ our %config = (
|
|||
openssl_thread_defines => [ "OPENSSL_THREADS" ],
|
||||
openssldir => "",
|
||||
options => "enable-ssl-trace no-afalgeng no-asan no-asm no-buildtest-c++ no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-devcryptoeng 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",
|
||||
perl_archname => "x86_64-linux-thread-multi",
|
||||
perl_archname => "x86_64-linux-gnu-thread-multi",
|
||||
perl_cmd => "/usr/bin/perl",
|
||||
perl_version => "5.30.3",
|
||||
perl_version => "5.26.1",
|
||||
perlargv => [ "no-comp", "no-shared", "no-afalgeng", "enable-ssl-trace", "no-asm", "linux-elf" ],
|
||||
perlenv => {
|
||||
"AR" => undef,
|
||||
|
|
@ -111,8 +111,8 @@ our %config = (
|
|||
sourcedir => ".",
|
||||
target => "linux-elf",
|
||||
tdirs => [ "ossl_shim" ],
|
||||
version => "1.1.1j",
|
||||
version_num => "0x101010afL",
|
||||
version => "1.1.1k",
|
||||
version_num => "0x101010bfL",
|
||||
);
|
||||
|
||||
our %target = (
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
*/
|
||||
|
||||
#define PLATFORM "platform: linux-elf"
|
||||
#define DATE "built on: Wed Feb 17 13:00:41 2021 UTC"
|
||||
#define DATE "built on: Sat Mar 27 00:21:33 2021 UTC"
|
||||
|
||||
/*
|
||||
* Generate compiler_flags as an array of individual characters. This is a
|
||||
|
|
|
|||
|
|
@ -60,9 +60,9 @@ our %config = (
|
|||
openssl_thread_defines => [ "OPENSSL_THREADS" ],
|
||||
openssldir => "",
|
||||
options => "enable-ssl-trace no-afalgeng no-asan no-buildtest-c++ no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-devcryptoeng 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",
|
||||
perl_archname => "x86_64-linux-thread-multi",
|
||||
perl_archname => "x86_64-linux-gnu-thread-multi",
|
||||
perl_cmd => "/usr/bin/perl",
|
||||
perl_version => "5.30.3",
|
||||
perl_version => "5.26.1",
|
||||
perlargv => [ "no-comp", "no-shared", "no-afalgeng", "enable-ssl-trace", "linux-ppc" ],
|
||||
perlenv => {
|
||||
"AR" => undef,
|
||||
|
|
@ -111,8 +111,8 @@ our %config = (
|
|||
sourcedir => ".",
|
||||
target => "linux-ppc",
|
||||
tdirs => [ "ossl_shim" ],
|
||||
version => "1.1.1j",
|
||||
version_num => "0x101010afL",
|
||||
version => "1.1.1k",
|
||||
version_num => "0x101010bfL",
|
||||
);
|
||||
|
||||
our %target = (
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
*/
|
||||
|
||||
#define PLATFORM "platform: linux-ppc"
|
||||
#define DATE "built on: Wed Feb 17 13:01:12 2021 UTC"
|
||||
#define DATE "built on: Sat Mar 27 00:22:00 2021 UTC"
|
||||
|
||||
/*
|
||||
* Generate compiler_flags as an array of individual characters. This is a
|
||||
|
|
|
|||
|
|
@ -60,9 +60,9 @@ our %config = (
|
|||
openssl_thread_defines => [ "OPENSSL_THREADS" ],
|
||||
openssldir => "",
|
||||
options => "enable-ssl-trace no-afalgeng no-asan no-buildtest-c++ no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-devcryptoeng 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",
|
||||
perl_archname => "x86_64-linux-thread-multi",
|
||||
perl_archname => "x86_64-linux-gnu-thread-multi",
|
||||
perl_cmd => "/usr/bin/perl",
|
||||
perl_version => "5.30.3",
|
||||
perl_version => "5.26.1",
|
||||
perlargv => [ "no-comp", "no-shared", "no-afalgeng", "enable-ssl-trace", "linux-ppc" ],
|
||||
perlenv => {
|
||||
"AR" => undef,
|
||||
|
|
@ -111,8 +111,8 @@ our %config = (
|
|||
sourcedir => ".",
|
||||
target => "linux-ppc",
|
||||
tdirs => [ "ossl_shim" ],
|
||||
version => "1.1.1j",
|
||||
version_num => "0x101010afL",
|
||||
version => "1.1.1k",
|
||||
version_num => "0x101010bfL",
|
||||
);
|
||||
|
||||
our %target = (
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
*/
|
||||
|
||||
#define PLATFORM "platform: linux-ppc"
|
||||
#define DATE "built on: Wed Feb 17 13:01:14 2021 UTC"
|
||||
#define DATE "built on: Sat Mar 27 00:22:02 2021 UTC"
|
||||
|
||||
/*
|
||||
* Generate compiler_flags as an array of individual characters. This is a
|
||||
|
|
|
|||
|
|
@ -60,9 +60,9 @@ our %config = (
|
|||
openssl_thread_defines => [ "OPENSSL_THREADS" ],
|
||||
openssldir => "",
|
||||
options => "enable-ssl-trace no-afalgeng no-asan no-asm no-buildtest-c++ no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-devcryptoeng 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",
|
||||
perl_archname => "x86_64-linux-thread-multi",
|
||||
perl_archname => "x86_64-linux-gnu-thread-multi",
|
||||
perl_cmd => "/usr/bin/perl",
|
||||
perl_version => "5.30.3",
|
||||
perl_version => "5.26.1",
|
||||
perlargv => [ "no-comp", "no-shared", "no-afalgeng", "enable-ssl-trace", "no-asm", "linux-ppc" ],
|
||||
perlenv => {
|
||||
"AR" => undef,
|
||||
|
|
@ -111,8 +111,8 @@ our %config = (
|
|||
sourcedir => ".",
|
||||
target => "linux-ppc",
|
||||
tdirs => [ "ossl_shim" ],
|
||||
version => "1.1.1j",
|
||||
version_num => "0x101010afL",
|
||||
version => "1.1.1k",
|
||||
version_num => "0x101010bfL",
|
||||
);
|
||||
|
||||
our %target = (
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
*/
|
||||
|
||||
#define PLATFORM "platform: linux-ppc"
|
||||
#define DATE "built on: Wed Feb 17 13:01:17 2021 UTC"
|
||||
#define DATE "built on: Sat Mar 27 00:22:04 2021 UTC"
|
||||
|
||||
/*
|
||||
* Generate compiler_flags as an array of individual characters. This is a
|
||||
|
|
|
|||
|
|
@ -60,9 +60,9 @@ our %config = (
|
|||
openssl_thread_defines => [ "OPENSSL_THREADS" ],
|
||||
openssldir => "",
|
||||
options => "enable-ssl-trace no-afalgeng no-asan no-buildtest-c++ no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-devcryptoeng 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",
|
||||
perl_archname => "x86_64-linux-thread-multi",
|
||||
perl_archname => "x86_64-linux-gnu-thread-multi",
|
||||
perl_cmd => "/usr/bin/perl",
|
||||
perl_version => "5.30.3",
|
||||
perl_version => "5.26.1",
|
||||
perlargv => [ "no-comp", "no-shared", "no-afalgeng", "enable-ssl-trace", "linux-ppc64" ],
|
||||
perlenv => {
|
||||
"AR" => undef,
|
||||
|
|
@ -111,8 +111,8 @@ our %config = (
|
|||
sourcedir => ".",
|
||||
target => "linux-ppc64",
|
||||
tdirs => [ "ossl_shim" ],
|
||||
version => "1.1.1j",
|
||||
version_num => "0x101010afL",
|
||||
version => "1.1.1k",
|
||||
version_num => "0x101010bfL",
|
||||
);
|
||||
|
||||
our %target = (
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
*/
|
||||
|
||||
#define PLATFORM "platform: linux-ppc64"
|
||||
#define DATE "built on: Wed Feb 17 13:01:19 2021 UTC"
|
||||
#define DATE "built on: Sat Mar 27 00:22:06 2021 UTC"
|
||||
|
||||
/*
|
||||
* Generate compiler_flags as an array of individual characters. This is a
|
||||
|
|
|
|||
|
|
@ -60,9 +60,9 @@ our %config = (
|
|||
openssl_thread_defines => [ "OPENSSL_THREADS" ],
|
||||
openssldir => "",
|
||||
options => "enable-ssl-trace no-afalgeng no-asan no-buildtest-c++ no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-devcryptoeng 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",
|
||||
perl_archname => "x86_64-linux-thread-multi",
|
||||
perl_archname => "x86_64-linux-gnu-thread-multi",
|
||||
perl_cmd => "/usr/bin/perl",
|
||||
perl_version => "5.30.3",
|
||||
perl_version => "5.26.1",
|
||||
perlargv => [ "no-comp", "no-shared", "no-afalgeng", "enable-ssl-trace", "linux-ppc64" ],
|
||||
perlenv => {
|
||||
"AR" => undef,
|
||||
|
|
@ -111,8 +111,8 @@ our %config = (
|
|||
sourcedir => ".",
|
||||
target => "linux-ppc64",
|
||||
tdirs => [ "ossl_shim" ],
|
||||
version => "1.1.1j",
|
||||
version_num => "0x101010afL",
|
||||
version => "1.1.1k",
|
||||
version_num => "0x101010bfL",
|
||||
);
|
||||
|
||||
our %target = (
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
*/
|
||||
|
||||
#define PLATFORM "platform: linux-ppc64"
|
||||
#define DATE "built on: Wed Feb 17 13:01:21 2021 UTC"
|
||||
#define DATE "built on: Sat Mar 27 00:22:08 2021 UTC"
|
||||
|
||||
/*
|
||||
* Generate compiler_flags as an array of individual characters. This is a
|
||||
|
|
|
|||
|
|
@ -60,9 +60,9 @@ our %config = (
|
|||
openssl_thread_defines => [ "OPENSSL_THREADS" ],
|
||||
openssldir => "",
|
||||
options => "enable-ssl-trace no-afalgeng no-asan no-asm no-buildtest-c++ no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-devcryptoeng 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",
|
||||
perl_archname => "x86_64-linux-thread-multi",
|
||||
perl_archname => "x86_64-linux-gnu-thread-multi",
|
||||
perl_cmd => "/usr/bin/perl",
|
||||
perl_version => "5.30.3",
|
||||
perl_version => "5.26.1",
|
||||
perlargv => [ "no-comp", "no-shared", "no-afalgeng", "enable-ssl-trace", "no-asm", "linux-ppc64" ],
|
||||
perlenv => {
|
||||
"AR" => undef,
|
||||
|
|
@ -111,8 +111,8 @@ our %config = (
|
|||
sourcedir => ".",
|
||||
target => "linux-ppc64",
|
||||
tdirs => [ "ossl_shim" ],
|
||||
version => "1.1.1j",
|
||||
version_num => "0x101010afL",
|
||||
version => "1.1.1k",
|
||||
version_num => "0x101010bfL",
|
||||
);
|
||||
|
||||
our %target = (
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
*/
|
||||
|
||||
#define PLATFORM "platform: linux-ppc64"
|
||||
#define DATE "built on: Wed Feb 17 13:01:24 2021 UTC"
|
||||
#define DATE "built on: Sat Mar 27 00:22:10 2021 UTC"
|
||||
|
||||
/*
|
||||
* Generate compiler_flags as an array of individual characters. This is a
|
||||
|
|
|
|||
|
|
@ -60,9 +60,9 @@ our %config = (
|
|||
openssl_thread_defines => [ "OPENSSL_THREADS" ],
|
||||
openssldir => "",
|
||||
options => "enable-ssl-trace no-afalgeng no-asan no-buildtest-c++ no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-devcryptoeng 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",
|
||||
perl_archname => "x86_64-linux-thread-multi",
|
||||
perl_archname => "x86_64-linux-gnu-thread-multi",
|
||||
perl_cmd => "/usr/bin/perl",
|
||||
perl_version => "5.30.3",
|
||||
perl_version => "5.26.1",
|
||||
perlargv => [ "no-comp", "no-shared", "no-afalgeng", "enable-ssl-trace", "linux-ppc64le" ],
|
||||
perlenv => {
|
||||
"AR" => undef,
|
||||
|
|
@ -111,8 +111,8 @@ our %config = (
|
|||
sourcedir => ".",
|
||||
target => "linux-ppc64le",
|
||||
tdirs => [ "ossl_shim" ],
|
||||
version => "1.1.1j",
|
||||
version_num => "0x101010afL",
|
||||
version => "1.1.1k",
|
||||
version_num => "0x101010bfL",
|
||||
);
|
||||
|
||||
our %target = (
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
*/
|
||||
|
||||
#define PLATFORM "platform: linux-ppc64le"
|
||||
#define DATE "built on: Wed Feb 17 13:01:26 2021 UTC"
|
||||
#define DATE "built on: Sat Mar 27 00:22:12 2021 UTC"
|
||||
|
||||
/*
|
||||
* Generate compiler_flags as an array of individual characters. This is a
|
||||
|
|
|
|||
|
|
@ -60,9 +60,9 @@ our %config = (
|
|||
openssl_thread_defines => [ "OPENSSL_THREADS" ],
|
||||
openssldir => "",
|
||||
options => "enable-ssl-trace no-afalgeng no-asan no-buildtest-c++ no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-devcryptoeng 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",
|
||||
perl_archname => "x86_64-linux-thread-multi",
|
||||
perl_archname => "x86_64-linux-gnu-thread-multi",
|
||||
perl_cmd => "/usr/bin/perl",
|
||||
perl_version => "5.30.3",
|
||||
perl_version => "5.26.1",
|
||||
perlargv => [ "no-comp", "no-shared", "no-afalgeng", "enable-ssl-trace", "linux-ppc64le" ],
|
||||
perlenv => {
|
||||
"AR" => undef,
|
||||
|
|
@ -111,8 +111,8 @@ our %config = (
|
|||
sourcedir => ".",
|
||||
target => "linux-ppc64le",
|
||||
tdirs => [ "ossl_shim" ],
|
||||
version => "1.1.1j",
|
||||
version_num => "0x101010afL",
|
||||
version => "1.1.1k",
|
||||
version_num => "0x101010bfL",
|
||||
);
|
||||
|
||||
our %target = (
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
*/
|
||||
|
||||
#define PLATFORM "platform: linux-ppc64le"
|
||||
#define DATE "built on: Wed Feb 17 13:01:29 2021 UTC"
|
||||
#define DATE "built on: Sat Mar 27 00:22:14 2021 UTC"
|
||||
|
||||
/*
|
||||
* Generate compiler_flags as an array of individual characters. This is a
|
||||
|
|
|
|||
|
|
@ -60,9 +60,9 @@ our %config = (
|
|||
openssl_thread_defines => [ "OPENSSL_THREADS" ],
|
||||
openssldir => "",
|
||||
options => "enable-ssl-trace no-afalgeng no-asan no-asm no-buildtest-c++ no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-devcryptoeng 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",
|
||||
perl_archname => "x86_64-linux-thread-multi",
|
||||
perl_archname => "x86_64-linux-gnu-thread-multi",
|
||||
perl_cmd => "/usr/bin/perl",
|
||||
perl_version => "5.30.3",
|
||||
perl_version => "5.26.1",
|
||||
perlargv => [ "no-comp", "no-shared", "no-afalgeng", "enable-ssl-trace", "no-asm", "linux-ppc64le" ],
|
||||
perlenv => {
|
||||
"AR" => undef,
|
||||
|
|
@ -111,8 +111,8 @@ our %config = (
|
|||
sourcedir => ".",
|
||||
target => "linux-ppc64le",
|
||||
tdirs => [ "ossl_shim" ],
|
||||
version => "1.1.1j",
|
||||
version_num => "0x101010afL",
|
||||
version => "1.1.1k",
|
||||
version_num => "0x101010bfL",
|
||||
);
|
||||
|
||||
our %target = (
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
*/
|
||||
|
||||
#define PLATFORM "platform: linux-ppc64le"
|
||||
#define DATE "built on: Wed Feb 17 13:01:32 2021 UTC"
|
||||
#define DATE "built on: Sat Mar 27 00:22:16 2021 UTC"
|
||||
|
||||
/*
|
||||
* Generate compiler_flags as an array of individual characters. This is a
|
||||
|
|
|
|||
|
|
@ -61,9 +61,9 @@ our %config = (
|
|||
openssl_thread_defines => [ "OPENSSL_THREADS" ],
|
||||
openssldir => "",
|
||||
options => "enable-ssl-trace no-afalgeng no-asan no-buildtest-c++ no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-devcryptoeng 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",
|
||||
perl_archname => "x86_64-linux-thread-multi",
|
||||
perl_archname => "x86_64-linux-gnu-thread-multi",
|
||||
perl_cmd => "/usr/bin/perl",
|
||||
perl_version => "5.30.3",
|
||||
perl_version => "5.26.1",
|
||||
perlargv => [ "no-comp", "no-shared", "no-afalgeng", "enable-ssl-trace", "linux-x32" ],
|
||||
perlenv => {
|
||||
"AR" => undef,
|
||||
|
|
@ -112,8 +112,8 @@ our %config = (
|
|||
sourcedir => ".",
|
||||
target => "linux-x32",
|
||||
tdirs => [ "ossl_shim" ],
|
||||
version => "1.1.1j",
|
||||
version_num => "0x101010afL",
|
||||
version => "1.1.1k",
|
||||
version_num => "0x101010bfL",
|
||||
);
|
||||
|
||||
our %target = (
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
*/
|
||||
|
||||
#define PLATFORM "platform: linux-x32"
|
||||
#define DATE "built on: Wed Feb 17 13:00:42 2021 UTC"
|
||||
#define DATE "built on: Sat Mar 27 00:21:34 2021 UTC"
|
||||
|
||||
/*
|
||||
* Generate compiler_flags as an array of individual characters. This is a
|
||||
|
|
|
|||
|
|
@ -61,9 +61,9 @@ our %config = (
|
|||
openssl_thread_defines => [ "OPENSSL_THREADS" ],
|
||||
openssldir => "",
|
||||
options => "enable-ssl-trace no-afalgeng no-asan no-buildtest-c++ no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-devcryptoeng 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",
|
||||
perl_archname => "x86_64-linux-thread-multi",
|
||||
perl_archname => "x86_64-linux-gnu-thread-multi",
|
||||
perl_cmd => "/usr/bin/perl",
|
||||
perl_version => "5.30.3",
|
||||
perl_version => "5.26.1",
|
||||
perlargv => [ "no-comp", "no-shared", "no-afalgeng", "enable-ssl-trace", "linux-x32" ],
|
||||
perlenv => {
|
||||
"AR" => undef,
|
||||
|
|
@ -112,8 +112,8 @@ our %config = (
|
|||
sourcedir => ".",
|
||||
target => "linux-x32",
|
||||
tdirs => [ "ossl_shim" ],
|
||||
version => "1.1.1j",
|
||||
version_num => "0x101010afL",
|
||||
version => "1.1.1k",
|
||||
version_num => "0x101010bfL",
|
||||
);
|
||||
|
||||
our %target = (
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
*/
|
||||
|
||||
#define PLATFORM "platform: linux-x32"
|
||||
#define DATE "built on: Wed Feb 17 13:00:49 2021 UTC"
|
||||
#define DATE "built on: Sat Mar 27 00:21:40 2021 UTC"
|
||||
|
||||
/*
|
||||
* Generate compiler_flags as an array of individual characters. This is a
|
||||
|
|
|
|||
|
|
@ -60,9 +60,9 @@ our %config = (
|
|||
openssl_thread_defines => [ "OPENSSL_THREADS" ],
|
||||
openssldir => "",
|
||||
options => "enable-ssl-trace no-afalgeng no-asan no-asm no-buildtest-c++ no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-devcryptoeng 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",
|
||||
perl_archname => "x86_64-linux-thread-multi",
|
||||
perl_archname => "x86_64-linux-gnu-thread-multi",
|
||||
perl_cmd => "/usr/bin/perl",
|
||||
perl_version => "5.30.3",
|
||||
perl_version => "5.26.1",
|
||||
perlargv => [ "no-comp", "no-shared", "no-afalgeng", "enable-ssl-trace", "no-asm", "linux-x32" ],
|
||||
perlenv => {
|
||||
"AR" => undef,
|
||||
|
|
@ -111,8 +111,8 @@ our %config = (
|
|||
sourcedir => ".",
|
||||
target => "linux-x32",
|
||||
tdirs => [ "ossl_shim" ],
|
||||
version => "1.1.1j",
|
||||
version_num => "0x101010afL",
|
||||
version => "1.1.1k",
|
||||
version_num => "0x101010bfL",
|
||||
);
|
||||
|
||||
our %target = (
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
*/
|
||||
|
||||
#define PLATFORM "platform: linux-x32"
|
||||
#define DATE "built on: Wed Feb 17 13:00:56 2021 UTC"
|
||||
#define DATE "built on: Sat Mar 27 00:21:46 2021 UTC"
|
||||
|
||||
/*
|
||||
* Generate compiler_flags as an array of individual characters. This is a
|
||||
|
|
|
|||
|
|
@ -61,9 +61,9 @@ our %config = (
|
|||
openssl_thread_defines => [ "OPENSSL_THREADS" ],
|
||||
openssldir => "",
|
||||
options => "enable-ssl-trace no-afalgeng no-asan no-buildtest-c++ no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-devcryptoeng 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",
|
||||
perl_archname => "x86_64-linux-thread-multi",
|
||||
perl_archname => "x86_64-linux-gnu-thread-multi",
|
||||
perl_cmd => "/usr/bin/perl",
|
||||
perl_version => "5.30.3",
|
||||
perl_version => "5.26.1",
|
||||
perlargv => [ "no-comp", "no-shared", "no-afalgeng", "enable-ssl-trace", "linux-x86_64" ],
|
||||
perlenv => {
|
||||
"AR" => undef,
|
||||
|
|
@ -112,8 +112,8 @@ our %config = (
|
|||
sourcedir => ".",
|
||||
target => "linux-x86_64",
|
||||
tdirs => [ "ossl_shim" ],
|
||||
version => "1.1.1j",
|
||||
version_num => "0x101010afL",
|
||||
version => "1.1.1k",
|
||||
version_num => "0x101010bfL",
|
||||
);
|
||||
|
||||
our %target = (
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
*/
|
||||
|
||||
#define PLATFORM "platform: linux-x86_64"
|
||||
#define DATE "built on: Wed Feb 17 13:00:57 2021 UTC"
|
||||
#define DATE "built on: Sat Mar 27 00:21:47 2021 UTC"
|
||||
|
||||
/*
|
||||
* Generate compiler_flags as an array of individual characters. This is a
|
||||
|
|
|
|||
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user