Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'deps/openssl/config/archs/linux-armv4/no-asm/configdata.pm')
-rw-r--r--deps/openssl/config/archs/linux-armv4/no-asm/configdata.pm83
1 files changed, 79 insertions, 4 deletions
diff --git a/deps/openssl/config/archs/linux-armv4/no-asm/configdata.pm b/deps/openssl/config/archs/linux-armv4/no-asm/configdata.pm
index cb2476dcfc5..86ce47d092e 100644
--- a/deps/openssl/config/archs/linux-armv4/no-asm/configdata.pm
+++ b/deps/openssl/config/archs/linux-armv4/no-asm/configdata.pm
@@ -157,7 +157,7 @@ our %config = (
],
"dynamic_engines" => "0",
"ex_libs" => [],
- "full_version" => "3.0.5+quic",
+ "full_version" => "3.0.7+quic",
"includes" => [],
"lflags" => [],
"lib_defines" => [
@@ -206,7 +206,7 @@ our %config = (
"openssl_sys_defines" => [],
"openssldir" => "",
"options" => "enable-ssl-trace enable-fips 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-ktls no-loadereng no-md2 no-msan no-rc5 no-sctp no-shared no-ssl3 no-ssl3-method no-trace no-ubsan no-unit-test no-uplink no-weak-ssl-ciphers no-zlib no-zlib-dynamic",
- "patch" => "5",
+ "patch" => "7",
"perl_archname" => "x86_64-linux-gnu-thread-multi",
"perl_cmd" => "/usr/bin/perl",
"perl_version" => "5.30.0",
@@ -259,11 +259,11 @@ our %config = (
"prerelease" => "",
"processor" => "",
"rc4_int" => "unsigned char",
- "release_date" => "5 Jul 2022",
+ "release_date" => "1 Nov 2022",
"shlib_version" => "81.3",
"sourcedir" => ".",
"target" => "linux-armv4",
- "version" => "3.0.5"
+ "version" => "3.0.7"
);
our %target = (
"AR" => "ar",
@@ -1276,12 +1276,18 @@ our %unified_info = (
"test/exptest" => {
"noinst" => "1"
},
+ "test/ext_internal_test" => {
+ "noinst" => "1"
+ },
"test/fatalerrtest" => {
"noinst" => "1"
},
"test/ffc_internal_test" => {
"noinst" => "1"
},
+ "test/fips_version_test" => {
+ "noinst" => "1"
+ },
"test/gmdifftest" => {
"noinst" => "1"
},
@@ -1396,6 +1402,9 @@ our %unified_info = (
"test/provider_test" => {
"noinst" => "1"
},
+ "test/punycode_test" => {
+ "noinst" => "1"
+ },
"test/rand_status_test" => {
"noinst" => "1"
},
@@ -2825,6 +2834,9 @@ our %unified_info = (
"doc/html/man3/OPENSSL_fork_prepare.html" => [
"doc/man3/OPENSSL_fork_prepare.pod"
],
+ "doc/html/man3/OPENSSL_gmtime.html" => [
+ "doc/man3/OPENSSL_gmtime.pod"
+ ],
"doc/html/man3/OPENSSL_hexchar2int.html" => [
"doc/man3/OPENSSL_hexchar2int.pod"
],
@@ -5171,6 +5183,9 @@ our %unified_info = (
"doc/man/man3/OPENSSL_fork_prepare.3" => [
"doc/man3/OPENSSL_fork_prepare.pod"
],
+ "doc/man/man3/OPENSSL_gmtime.3" => [
+ "doc/man3/OPENSSL_gmtime.pod"
+ ],
"doc/man/man3/OPENSSL_hexchar2int.3" => [
"doc/man3/OPENSSL_hexchar2int.pod"
],
@@ -7604,6 +7619,11 @@ our %unified_info = (
"libcrypto",
"test/libtestutil.a"
],
+ "test/ext_internal_test" => [
+ "libcrypto.a",
+ "libssl.a",
+ "test/libtestutil.a"
+ ],
"test/fatalerrtest" => [
"libcrypto",
"libssl",
@@ -7613,6 +7633,10 @@ our %unified_info = (
"libcrypto.a",
"test/libtestutil.a"
],
+ "test/fips_version_test" => [
+ "libcrypto",
+ "test/libtestutil.a"
+ ],
"test/gmdifftest" => [
"libcrypto",
"test/libtestutil.a"
@@ -7768,6 +7792,10 @@ our %unified_info = (
"libcrypto.a",
"test/libtestutil.a"
],
+ "test/punycode_test" => [
+ "libcrypto.a",
+ "test/libtestutil.a"
+ ],
"test/rand_status_test" => [
"libcrypto",
"test/libtestutil.a"
@@ -9822,6 +9850,7 @@ our %unified_info = (
"providers/implementations/digests/libdefault-lib-md5_prov.o",
"providers/implementations/digests/libdefault-lib-md5_sha1_prov.o",
"providers/implementations/digests/libdefault-lib-null_prov.o",
+ "providers/implementations/digests/libdefault-lib-ripemd_prov.o",
"providers/implementations/digests/libdefault-lib-sha2_prov.o",
"providers/implementations/digests/libdefault-lib-sha3_prov.o",
"providers/implementations/digests/libdefault-lib-sm3_prov.o",
@@ -11728,6 +11757,9 @@ our %unified_info = (
"doc/html/man3/OPENSSL_fork_prepare.html" => [
"doc/man3/OPENSSL_fork_prepare.pod"
],
+ "doc/html/man3/OPENSSL_gmtime.html" => [
+ "doc/man3/OPENSSL_gmtime.pod"
+ ],
"doc/html/man3/OPENSSL_hexchar2int.html" => [
"doc/man3/OPENSSL_hexchar2int.pod"
],
@@ -14074,6 +14106,9 @@ our %unified_info = (
"doc/man/man3/OPENSSL_fork_prepare.3" => [
"doc/man3/OPENSSL_fork_prepare.pod"
],
+ "doc/man/man3/OPENSSL_gmtime.3" => [
+ "doc/man3/OPENSSL_gmtime.pod"
+ ],
"doc/man/man3/OPENSSL_hexchar2int.3" => [
"doc/man3/OPENSSL_hexchar2int.pod"
],
@@ -16383,6 +16418,7 @@ our %unified_info = (
"doc/html/man3/OPENSSL_LH_stats.html",
"doc/html/man3/OPENSSL_config.html",
"doc/html/man3/OPENSSL_fork_prepare.html",
+ "doc/html/man3/OPENSSL_gmtime.html",
"doc/html/man3/OPENSSL_hexchar2int.html",
"doc/html/man3/OPENSSL_ia32cap.html",
"doc/html/man3/OPENSSL_init_crypto.html",
@@ -18482,6 +18518,11 @@ our %unified_info = (
"include",
"apps/include"
],
+ "test/ext_internal_test" => [
+ ".",
+ "include",
+ "apps/include"
+ ],
"test/fatalerrtest" => [
"include",
"apps/include"
@@ -18491,6 +18532,10 @@ our %unified_info = (
"include",
"apps/include"
],
+ "test/fips_version_test" => [
+ "include",
+ "apps/include"
+ ],
"test/gmdifftest" => [
"include",
"apps/include"
@@ -18781,6 +18826,10 @@ our %unified_info = (
"apps/include",
"."
],
+ "test/punycode_test" => [
+ "include",
+ "apps/include"
+ ],
"test/rand_status_test" => [
"include",
"apps/include"
@@ -19327,6 +19376,7 @@ our %unified_info = (
"doc/man/man3/OPENSSL_LH_stats.3",
"doc/man/man3/OPENSSL_config.3",
"doc/man/man3/OPENSSL_fork_prepare.3",
+ "doc/man/man3/OPENSSL_gmtime.3",
"doc/man/man3/OPENSSL_hexchar2int.3",
"doc/man/man3/OPENSSL_ia32cap.3",
"doc/man/man3/OPENSSL_init_crypto.3",
@@ -19965,8 +20015,10 @@ our %unified_info = (
"test/evp_test",
"test/exdatatest",
"test/exptest",
+ "test/ext_internal_test",
"test/fatalerrtest",
"test/ffc_internal_test",
+ "test/fips_version_test",
"test/gmdifftest",
"test/hexstr_test",
"test/hmactest",
@@ -20005,6 +20057,7 @@ our %unified_info = (
"test/provider_pkey_test",
"test/provider_status_test",
"test/provider_test",
+ "test/punycode_test",
"test/rand_status_test",
"test/rand_test",
"test/rc2test",
@@ -24457,6 +24510,9 @@ our %unified_info = (
"providers/implementations/digests/libdefault-lib-null_prov.o" => [
"providers/implementations/digests/null_prov.c"
],
+ "providers/implementations/digests/libdefault-lib-ripemd_prov.o" => [
+ "providers/implementations/digests/ripemd_prov.c"
+ ],
"providers/implementations/digests/libdefault-lib-sha2_prov.o" => [
"providers/implementations/digests/sha2_prov.c"
],
@@ -24879,6 +24935,7 @@ our %unified_info = (
"providers/implementations/digests/libdefault-lib-md5_prov.o",
"providers/implementations/digests/libdefault-lib-md5_sha1_prov.o",
"providers/implementations/digests/libdefault-lib-null_prov.o",
+ "providers/implementations/digests/libdefault-lib-ripemd_prov.o",
"providers/implementations/digests/libdefault-lib-sha2_prov.o",
"providers/implementations/digests/libdefault-lib-sha3_prov.o",
"providers/implementations/digests/libdefault-lib-sm3_prov.o",
@@ -26286,6 +26343,12 @@ our %unified_info = (
"test/exptest-bin-exptest.o" => [
"test/exptest.c"
],
+ "test/ext_internal_test" => [
+ "test/ext_internal_test-bin-ext_internal_test.o"
+ ],
+ "test/ext_internal_test-bin-ext_internal_test.o" => [
+ "test/ext_internal_test.c"
+ ],
"test/fatalerrtest" => [
"test/fatalerrtest-bin-fatalerrtest.o",
"test/helpers/fatalerrtest-bin-ssltestlib.o"
@@ -26299,6 +26362,12 @@ our %unified_info = (
"test/ffc_internal_test-bin-ffc_internal_test.o" => [
"test/ffc_internal_test.c"
],
+ "test/fips_version_test" => [
+ "test/fips_version_test-bin-fips_version_test.o"
+ ],
+ "test/fips_version_test-bin-fips_version_test.o" => [
+ "test/fips_version_test.c"
+ ],
"test/gmdifftest" => [
"test/gmdifftest-bin-gmdifftest.o"
],
@@ -26645,6 +26714,12 @@ our %unified_info = (
"test/provider_test-bin-provider_test.o" => [
"test/provider_test.c"
],
+ "test/punycode_test" => [
+ "test/punycode_test-bin-punycode_test.o"
+ ],
+ "test/punycode_test-bin-punycode_test.o" => [
+ "test/punycode_test.c"
+ ],
"test/rand_status_test" => [
"test/rand_status_test-bin-rand_status_test.o"
],