summaryrefslogtreecommitdiff
path: root/upstream-build/configdata.pm/x86_64-freebsd
diff options
context:
space:
mode:
Diffstat (limited to 'upstream-build/configdata.pm/x86_64-freebsd')
-rw-r--r--upstream-build/configdata.pm/x86_64-freebsd34
1 files changed, 27 insertions, 7 deletions
diff --git a/upstream-build/configdata.pm/x86_64-freebsd b/upstream-build/configdata.pm/x86_64-freebsd
index a0c3d2c..33a5d1e 100644
--- a/upstream-build/configdata.pm/x86_64-freebsd
+++ b/upstream-build/configdata.pm/x86_64-freebsd
@@ -59,11 +59,11 @@ our %config = (
openssl_sys_defines => [ ],
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",
+ 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 => "amd64-freebsd-thread-multi",
perl_cmd => "/usr/local/bin/perl",
perl_version => "5.30.0",
- perlargv => [ "BSD-x86_64", "enable-md2", "enable-rc5", "enable-ssl3", "enable-ssl3-method", "enable-weak-ssl-ciphers", "no-mdc2", "no-asm", "no-devcryptoeng" ],
+ perlargv => [ "BSD-x86_64", "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 => "BSD-x86_64",
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 => "-D_THREAD_SAFE -D_REENTRANT",
cpuid_asm_src => "mem_clr.c",
cpuid_obj => "mem_clr.o",
- defines => [ ],
+ defines => [ "ZLIB" ],
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 => [ "devcryptoeng" ],
- ex_libs => "-pthread",
+ ex_libs => "-lz -pthread",
exe_extension => "",
includes => [ ],
keccak1600_asm_src => "keccak1600.c",
@@ -335,7 +335,6 @@ our %disabled = (
"ssl-trace" => "default",
"ubsan" => "default",
"unit-test" => "default",
- "zlib" => "default",
"zlib-dynamic" => "default",
);
@@ -1205,6 +1204,11 @@ our %unified_info = (
"libssl",
"test/libtestutil.a",
],
+ "test/cmactest" =>
+ [
+ "libcrypto.a",
+ "test/libtestutil.a",
+ ],
"test/cmsapitest" =>
[
"libcrypto",
@@ -10719,6 +10723,13 @@ our %unified_info = (
"include",
"../include",
],
+ "test/cmactest.o" =>
+ [
+ "include",
+ "apps/include",
+ "../include",
+ "../apps/include",
+ ],
"test/cmsapitest.o" =>
[
"include",
@@ -11443,6 +11454,7 @@ our %unified_info = (
"test/cipherlist_test",
"test/ciphername_test",
"test/clienthellotest",
+ "test/cmactest",
"test/cmsapitest",
"test/conf_include_test",
"test/constant_time_test",
@@ -16190,6 +16202,14 @@ our %unified_info = (
[
"../test/clienthellotest.c",
],
+ "test/cmactest" =>
+ [
+ "test/cmactest.o",
+ ],
+ "test/cmactest.o" =>
+ [
+ "../test/cmactest.c",
+ ],
"test/cmsapitest" =>
[
"test/cmsapitest.o",