summaryrefslogtreecommitdiff
path: root/upstream-build/configdata.pm/arm64-macos
diff options
context:
space:
mode:
Diffstat (limited to 'upstream-build/configdata.pm/arm64-macos')
-rw-r--r--upstream-build/configdata.pm/arm64-macos23
1 files changed, 18 insertions, 5 deletions
diff --git a/upstream-build/configdata.pm/arm64-macos b/upstream-build/configdata.pm/arm64-macos
index e09de12..b49a9c3 100644
--- a/upstream-build/configdata.pm/arm64-macos
+++ b/upstream-build/configdata.pm/arm64-macos
@@ -62,7 +62,7 @@ our %config = (
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 => "darwin-thread-multi-2level",
perl_cmd => "/usr/bin/perl",
- perl_version => "5.30.2",
+ perl_version => "5.30.3",
perlargv => [ "darwin64-arm64-cc", "enable-md2", "enable-rc5", "enable-ssl3", "enable-ssl3-method", "enable-weak-ssl-ciphers", "no-mdc2", "no-asm", "no-devcryptoeng", "enable-zlib" ],
perlenv => {
"AR" => undef,
@@ -111,8 +111,8 @@ our %config = (
sourcedir => "..",
target => "darwin64-arm64-cc",
tdirs => [ "ossl_shim" ],
- version => "1.1.1n",
- version_num => "0x101010efL",
+ version => "1.1.1t",
+ version_num => "0x1010114fL",
);
our %target = (
@@ -1966,6 +1966,7 @@ our %unified_info = (
"crypto/bn/bn_srp.o",
"crypto/bn/bn_word.o",
"crypto/bn/bn_x931p.o",
+ "crypto/bn/rsa_sup_mul.o",
],
"products" =>
{
@@ -3192,6 +3193,8 @@ our %unified_info = (
{
"deps" =>
[
+ "ssl/packet.o",
+ "ssl/tls13_enc.o",
"ssl/bio_ssl.o",
"ssl/d1_lib.o",
"ssl/d1_msg.o",
@@ -3221,8 +3224,6 @@ our %unified_info = (
"ssl/t1_trce.o",
"ssl/tls13_enc.o",
"ssl/tls_srp.o",
- "ssl/packet.o",
- "ssl/tls13_enc.o",
],
"products" =>
{
@@ -6080,6 +6081,13 @@ our %unified_info = (
"crypto",
"../crypto",
],
+ "crypto/bn/rsa_sup_mul.o" =>
+ [
+ ".",
+ "include",
+ "..",
+ "../include",
+ ],
"crypto/bn/sparct4-mont.o" =>
[
"crypto",
@@ -12424,6 +12432,10 @@ our %unified_info = (
[
"../crypto/bn/bn_x931p.c",
],
+ "crypto/bn/rsa_sup_mul.o" =>
+ [
+ "../crypto/bn/rsa_sup_mul.c",
+ ],
"crypto/buffer/buf_err.o" =>
[
"../crypto/buffer/buf_err.c",
@@ -14703,6 +14715,7 @@ our %unified_info = (
"crypto/bn/bn_srp.o",
"crypto/bn/bn_word.o",
"crypto/bn/bn_x931p.o",
+ "crypto/bn/rsa_sup_mul.o",
"crypto/buffer/buf_err.o",
"crypto/buffer/buffer.o",
"crypto/camellia/camellia.o",