| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -204,9 +204,9 @@ our %config = ( | |||
| 204 | 204 | "openssldir" => "", | |
| 205 | 205 | "options" => "enable-ssl-trace enable-fips 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-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", | |
| 206 | 206 | "patch" => "2", | |
| 207 | - "perl_archname" => "x86_64-linux-gnu-thread-multi", | ||
| 207 | + "perl_archname" => "x86_64-linux-thread-multi", | ||
| 208 | 208 | "perl_cmd" => "/usr/bin/perl", | |
| 209 | - "perl_version" => "5.28.1", | ||
| 209 | + "perl_version" => "5.34.1", | ||
| 210 | 210 | "perlargv" => [ | |
| 211 | 211 | "no-comp", | |
| 212 | 212 | "no-shared", | |
@@ -8020,9 +8020,6 @@ our %unified_info = ( | |||
| 8020 | 8020 | }, | |
| 8021 | 8021 | "apps/lib" => { | |
| 8022 | 8022 | "deps" => [ | |
| 8023 | - "apps/lib/openssl-bin-cmp_mock_srv.o", | ||
| 8024 | - "apps/lib/cmp_client_test-bin-cmp_mock_srv.o", | ||
| 8025 | - "apps/lib/uitest-bin-apps_ui.o", | ||
| 8026 | 8023 | "apps/lib/libapps-lib-app_libctx.o", | |
| 8027 | 8024 | "apps/lib/libapps-lib-app_params.o", | |
| 8028 | 8025 | "apps/lib/libapps-lib-app_provider.o", | |
@@ -8040,7 +8037,10 @@ our %unified_info = ( | |||
| 8040 | 8037 | "apps/lib/libapps-lib-s_cb.o", | |
| 8041 | 8038 | "apps/lib/libapps-lib-s_socket.o", | |
| 8042 | 8039 | "apps/lib/libapps-lib-tlssrp_depr.o", | |
| 8043 | - "apps/lib/libtestutil-lib-opt.o" | ||
| 8040 | + "apps/lib/libtestutil-lib-opt.o", | ||
| 8041 | + "apps/lib/openssl-bin-cmp_mock_srv.o", | ||
| 8042 | + "apps/lib/cmp_client_test-bin-cmp_mock_srv.o", | ||
| 8043 | + "apps/lib/uitest-bin-apps_ui.o" | ||
| 8044 | 8044 | ], | |
| 8045 | 8045 | "products" => { | |
| 8046 | 8046 | "bin" => [ | |
@@ -9741,10 +9741,10 @@ our %unified_info = ( | |||
| 9741 | 9741 | }, | |
| 9742 | 9742 | "providers/fips" => { | |
| 9743 | 9743 | "deps" => [ | |
| 9744 | - "providers/fips/fips-dso-fips_entry.o", | ||
| 9745 | 9744 | "providers/fips/libfips-lib-fipsprov.o", | |
| 9746 | 9745 | "providers/fips/libfips-lib-self_test.o", | |
| 9747 | - "providers/fips/libfips-lib-self_test_kats.o" | ||
| 9746 | + "providers/fips/libfips-lib-self_test_kats.o", | ||
| 9747 | + "providers/fips/fips-dso-fips_entry.o" | ||
| 9748 | 9748 | ], | |
| 9749 | 9749 | "products" => { | |
| 9750 | 9750 | "dso" => [ | |
@@ -27290,8 +27290,8 @@ unless (caller) { | |||
| 27290 | 27290 | use File::Copy; | |
| 27291 | 27291 | use Pod::Usage; | |
| 27292 | 27292 | ||
| 27293 | - use lib '/home/hassaan/node/deps/openssl/openssl/util/perl'; | ||
| 27294 | - use OpenSSL::fallback '/home/hassaan/node/deps/openssl/openssl/external/perl/MODULES.txt'; | ||
| 27293 | + use lib '/home/danielbevenius/work/nodejs/node/deps/openssl/openssl/util/perl'; | ||
| 27294 | + use OpenSSL::fallback '/home/danielbevenius/work/nodejs/node/deps/openssl/openssl/external/perl/MODULES.txt'; | ||
| 27295 | 27295 | ||
| 27296 | 27296 | my $here = dirname($0); | |
| 27297 | 27297 | ||
@@ -27318,7 +27318,7 @@ unless (caller) { | |||
| 27318 | 27318 | ); | |
| 27319 | 27319 | ||
| 27320 | 27320 | use lib '.'; | |
| 27321 | - use lib '/home/hassaan/node/deps/openssl/openssl/Configurations'; | ||
| 27321 | + use lib '/home/danielbevenius/work/nodejs/node/deps/openssl/openssl/Configurations'; | ||
| 27322 | 27322 | use gentemplate; | |
| 27323 | 27323 | ||
| 27324 | 27324 | print 'Creating ',$buildfile_template,"\n"; | |
@@ -27335,8 +27335,8 @@ unless (caller) { | |||
| 27335 | 27335 | ||
| 27336 | 27336 | my $prepend = <<'_____'; | |
| 27337 | 27337 | use File::Spec::Functions; | |
| 27338 | - use lib '/home/hassaan/node/deps/openssl/openssl/util/perl'; | ||
| 27339 | - use lib '/home/hassaan/node/deps/openssl/openssl/Configurations'; | ||
| 27338 | + use lib '/home/danielbevenius/work/nodejs/node/deps/openssl/openssl/util/perl'; | ||
| 27339 | + use lib '/home/danielbevenius/work/nodejs/node/deps/openssl/openssl/Configurations'; | ||
| 27340 | 27340 | use lib '.'; | |
| 27341 | 27341 | use platform; | |
| 27342 | 27342 | _____ | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -11,7 +11,7 @@ | |||
| 11 | 11 | */ | |
| 12 | 12 | ||
| 13 | 13 | #define PLATFORM "platform: BSD-x86" | |
| 14 | - #define DATE "built on: Wed Mar 16 04:51:37 2022 UTC" | ||
| 14 | + #define DATE "built on: Thu May 5 17:00:46 2022 UTC" | ||
| 15 | 15 | ||
| 16 | 16 | /* | |
| 17 | 17 | * Generate compiler_flags as an array of individual characters. This is a | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -204,9 +204,9 @@ our %config = ( | |||
| 204 | 204 | "openssldir" => "", | |
| 205 | 205 | "options" => "enable-ssl-trace enable-fips 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-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", | |
| 206 | 206 | "patch" => "2", | |
| 207 | - "perl_archname" => "x86_64-linux-gnu-thread-multi", | ||
| 207 | + "perl_archname" => "x86_64-linux-thread-multi", | ||
| 208 | 208 | "perl_cmd" => "/usr/bin/perl", | |
| 209 | - "perl_version" => "5.28.1", | ||
| 209 | + "perl_version" => "5.34.1", | ||
| 210 | 210 | "perlargv" => [ | |
| 211 | 211 | "no-comp", | |
| 212 | 212 | "no-shared", | |
@@ -8020,6 +8020,9 @@ our %unified_info = ( | |||
| 8020 | 8020 | }, | |
| 8021 | 8021 | "apps/lib" => { | |
| 8022 | 8022 | "deps" => [ | |
| 8023 | + "apps/lib/openssl-bin-cmp_mock_srv.o", | ||
| 8024 | + "apps/lib/cmp_client_test-bin-cmp_mock_srv.o", | ||
| 8025 | + "apps/lib/uitest-bin-apps_ui.o", | ||
| 8023 | 8026 | "apps/lib/libapps-lib-app_libctx.o", | |
| 8024 | 8027 | "apps/lib/libapps-lib-app_params.o", | |
| 8025 | 8028 | "apps/lib/libapps-lib-app_provider.o", | |
@@ -8037,10 +8040,7 @@ our %unified_info = ( | |||
| 8037 | 8040 | "apps/lib/libapps-lib-s_cb.o", | |
| 8038 | 8041 | "apps/lib/libapps-lib-s_socket.o", | |
| 8039 | 8042 | "apps/lib/libapps-lib-tlssrp_depr.o", | |
| 8040 | - "apps/lib/libtestutil-lib-opt.o", | ||
| 8041 | - "apps/lib/openssl-bin-cmp_mock_srv.o", | ||
| 8042 | - "apps/lib/cmp_client_test-bin-cmp_mock_srv.o", | ||
| 8043 | - "apps/lib/uitest-bin-apps_ui.o" | ||
| 8043 | + "apps/lib/libtestutil-lib-opt.o" | ||
| 8044 | 8044 | ], | |
| 8045 | 8045 | "products" => { | |
| 8046 | 8046 | "bin" => [ | |
@@ -9741,10 +9741,10 @@ our %unified_info = ( | |||
| 9741 | 9741 | }, | |
| 9742 | 9742 | "providers/fips" => { | |
| 9743 | 9743 | "deps" => [ | |
| 9744 | + "providers/fips/fips-dso-fips_entry.o", | ||
| 9744 | 9745 | "providers/fips/libfips-lib-fipsprov.o", | |
| 9745 | 9746 | "providers/fips/libfips-lib-self_test.o", | |
| 9746 | - "providers/fips/libfips-lib-self_test_kats.o", | ||
| 9747 | - "providers/fips/fips-dso-fips_entry.o" | ||
| 9747 | + "providers/fips/libfips-lib-self_test_kats.o" | ||
| 9748 | 9748 | ], | |
| 9749 | 9749 | "products" => { | |
| 9750 | 9750 | "dso" => [ | |
@@ -27290,8 +27290,8 @@ unless (caller) { | |||
| 27290 | 27290 | use File::Copy; | |
| 27291 | 27291 | use Pod::Usage; | |
| 27292 | 27292 | ||
| 27293 | - use lib '/home/hassaan/node/deps/openssl/openssl/util/perl'; | ||
| 27294 | - use OpenSSL::fallback '/home/hassaan/node/deps/openssl/openssl/external/perl/MODULES.txt'; | ||
| 27293 | + use lib '/home/danielbevenius/work/nodejs/node/deps/openssl/openssl/util/perl'; | ||
| 27294 | + use OpenSSL::fallback '/home/danielbevenius/work/nodejs/node/deps/openssl/openssl/external/perl/MODULES.txt'; | ||
| 27295 | 27295 | ||
| 27296 | 27296 | my $here = dirname($0); | |
| 27297 | 27297 | ||
@@ -27318,7 +27318,7 @@ unless (caller) { | |||
| 27318 | 27318 | ); | |
| 27319 | 27319 | ||
| 27320 | 27320 | use lib '.'; | |
| 27321 | - use lib '/home/hassaan/node/deps/openssl/openssl/Configurations'; | ||
| 27321 | + use lib '/home/danielbevenius/work/nodejs/node/deps/openssl/openssl/Configurations'; | ||
| 27322 | 27322 | use gentemplate; | |
| 27323 | 27323 | ||
| 27324 | 27324 | print 'Creating ',$buildfile_template,"\n"; | |
@@ -27335,8 +27335,8 @@ unless (caller) { | |||
| 27335 | 27335 | ||
| 27336 | 27336 | my $prepend = <<'_____'; | |
| 27337 | 27337 | use File::Spec::Functions; | |
| 27338 | - use lib '/home/hassaan/node/deps/openssl/openssl/util/perl'; | ||
| 27339 | - use lib '/home/hassaan/node/deps/openssl/openssl/Configurations'; | ||
| 27338 | + use lib '/home/danielbevenius/work/nodejs/node/deps/openssl/openssl/util/perl'; | ||
| 27339 | + use lib '/home/danielbevenius/work/nodejs/node/deps/openssl/openssl/Configurations'; | ||
| 27340 | 27340 | use lib '.'; | |
| 27341 | 27341 | use platform; | |
| 27342 | 27342 | _____ | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -11,7 +11,7 @@ | |||
| 11 | 11 | */ | |
| 12 | 12 | ||
| 13 | 13 | #define PLATFORM "platform: BSD-x86" | |
| 14 | - #define DATE "built on: Wed Mar 16 04:51:50 2022 UTC" | ||
| 14 | + #define DATE "built on: Thu May 5 17:01:03 2022 UTC" | ||
| 15 | 15 | ||
| 16 | 16 | /* | |
| 17 | 17 | * Generate compiler_flags as an array of individual characters. This is a | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -203,9 +203,9 @@ our %config = ( | |||
| 203 | 203 | "openssldir" => "", | |
| 204 | 204 | "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-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", | |
| 205 | 205 | "patch" => "2", | |
| 206 | - "perl_archname" => "x86_64-linux-gnu-thread-multi", | ||
| 206 | + "perl_archname" => "x86_64-linux-thread-multi", | ||
| 207 | 207 | "perl_cmd" => "/usr/bin/perl", | |
| 208 | - "perl_version" => "5.28.1", | ||
| 208 | + "perl_version" => "5.34.1", | ||
| 209 | 209 | "perlargv" => [ | |
| 210 | 210 | "no-comp", | |
| 211 | 211 | "no-shared", | |
@@ -7963,9 +7963,6 @@ our %unified_info = ( | |||
| 7963 | 7963 | }, | |
| 7964 | 7964 | "apps/lib" => { | |
| 7965 | 7965 | "deps" => [ | |
| 7966 | - "apps/lib/openssl-bin-cmp_mock_srv.o", | ||
| 7967 | - "apps/lib/cmp_client_test-bin-cmp_mock_srv.o", | ||
| 7968 | - "apps/lib/uitest-bin-apps_ui.o", | ||
| 7969 | 7966 | "apps/lib/libapps-lib-app_libctx.o", | |
| 7970 | 7967 | "apps/lib/libapps-lib-app_params.o", | |
| 7971 | 7968 | "apps/lib/libapps-lib-app_provider.o", | |
@@ -7983,7 +7980,10 @@ our %unified_info = ( | |||
| 7983 | 7980 | "apps/lib/libapps-lib-s_cb.o", | |
| 7984 | 7981 | "apps/lib/libapps-lib-s_socket.o", | |
| 7985 | 7982 | "apps/lib/libapps-lib-tlssrp_depr.o", | |
| 7986 | - "apps/lib/libtestutil-lib-opt.o" | ||
| 7983 | + "apps/lib/libtestutil-lib-opt.o", | ||
| 7984 | + "apps/lib/openssl-bin-cmp_mock_srv.o", | ||
| 7985 | + "apps/lib/cmp_client_test-bin-cmp_mock_srv.o", | ||
| 7986 | + "apps/lib/uitest-bin-apps_ui.o" | ||
| 7987 | 7987 | ], | |
| 7988 | 7988 | "products" => { | |
| 7989 | 7989 | "bin" => [ | |
@@ -27106,8 +27106,8 @@ unless (caller) { | |||
| 27106 | 27106 | use File::Copy; | |
| 27107 | 27107 | use Pod::Usage; | |
| 27108 | 27108 | ||
| 27109 | - use lib '/home/hassaan/node/deps/openssl/openssl/util/perl'; | ||
| 27110 | - use OpenSSL::fallback '/home/hassaan/node/deps/openssl/openssl/external/perl/MODULES.txt'; | ||
| 27109 | + use lib '/home/danielbevenius/work/nodejs/node/deps/openssl/openssl/util/perl'; | ||
| 27110 | + use OpenSSL::fallback '/home/danielbevenius/work/nodejs/node/deps/openssl/openssl/external/perl/MODULES.txt'; | ||
| 27111 | 27111 | ||
| 27112 | 27112 | my $here = dirname($0); | |
| 27113 | 27113 | ||
@@ -27134,7 +27134,7 @@ unless (caller) { | |||
| 27134 | 27134 | ); | |
| 27135 | 27135 | ||
| 27136 | 27136 | use lib '.'; | |
| 27137 | - use lib '/home/hassaan/node/deps/openssl/openssl/Configurations'; | ||
| 27137 | + use lib '/home/danielbevenius/work/nodejs/node/deps/openssl/openssl/Configurations'; | ||
| 27138 | 27138 | use gentemplate; | |
| 27139 | 27139 | ||
| 27140 | 27140 | print 'Creating ',$buildfile_template,"\n"; | |
@@ -27151,8 +27151,8 @@ unless (caller) { | |||
| 27151 | 27151 | ||
| 27152 | 27152 | my $prepend = <<'_____'; | |
| 27153 | 27153 | use File::Spec::Functions; | |
| 27154 | - use lib '/home/hassaan/node/deps/openssl/openssl/util/perl'; | ||
| 27155 | - use lib '/home/hassaan/node/deps/openssl/openssl/Configurations'; | ||
| 27154 | + use lib '/home/danielbevenius/work/nodejs/node/deps/openssl/openssl/util/perl'; | ||
| 27155 | + use lib '/home/danielbevenius/work/nodejs/node/deps/openssl/openssl/Configurations'; | ||
| 27156 | 27156 | use lib '.'; | |
| 27157 | 27157 | use platform; | |
| 27158 | 27158 | _____ | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -11,7 +11,7 @@ | |||
| 11 | 11 | */ | |
| 12 | 12 | ||
| 13 | 13 | #define PLATFORM "platform: BSD-x86" | |
| 14 | - #define DATE "built on: Wed Mar 16 04:52:04 2022 UTC" | ||
| 14 | + #define DATE "built on: Thu May 5 17:01:20 2022 UTC" | ||
| 15 | 15 | ||
| 16 | 16 | /* | |
| 17 | 17 | * Generate compiler_flags as an array of individual characters. This is a | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -204,9 +204,9 @@ our %config = ( | |||
| 204 | 204 | "openssldir" => "", | |
| 205 | 205 | "options" => "enable-ssl-trace enable-fips 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-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", | |
| 206 | 206 | "patch" => "2", | |
| 207 | - "perl_archname" => "x86_64-linux-gnu-thread-multi", | ||
| 207 | + "perl_archname" => "x86_64-linux-thread-multi", | ||
| 208 | 208 | "perl_cmd" => "/usr/bin/perl", | |
| 209 | - "perl_version" => "5.28.1", | ||
| 209 | + "perl_version" => "5.34.1", | ||
| 210 | 210 | "perlargv" => [ | |
| 211 | 211 | "no-comp", | |
| 212 | 212 | "no-shared", | |
@@ -27459,8 +27459,8 @@ unless (caller) { | |||
| 27459 | 27459 | use File::Copy; | |
| 27460 | 27460 | use Pod::Usage; | |
| 27461 | 27461 | ||
| 27462 | - use lib '/home/hassaan/node/deps/openssl/openssl/util/perl'; | ||
| 27463 | - use OpenSSL::fallback '/home/hassaan/node/deps/openssl/openssl/external/perl/MODULES.txt'; | ||
| 27462 | + use lib '/home/danielbevenius/work/nodejs/node/deps/openssl/openssl/util/perl'; | ||
| 27463 | + use OpenSSL::fallback '/home/danielbevenius/work/nodejs/node/deps/openssl/openssl/external/perl/MODULES.txt'; | ||
| 27464 | 27464 | ||
| 27465 | 27465 | my $here = dirname($0); | |
| 27466 | 27466 | ||
@@ -27487,7 +27487,7 @@ unless (caller) { | |||
| 27487 | 27487 | ); | |
| 27488 | 27488 | ||
| 27489 | 27489 | use lib '.'; | |
| 27490 | - use lib '/home/hassaan/node/deps/openssl/openssl/Configurations'; | ||
| 27490 | + use lib '/home/danielbevenius/work/nodejs/node/deps/openssl/openssl/Configurations'; | ||
| 27491 | 27491 | use gentemplate; | |
| 27492 | 27492 | ||
| 27493 | 27493 | print 'Creating ',$buildfile_template,"\n"; | |
@@ -27504,8 +27504,8 @@ unless (caller) { | |||
| 27504 | 27504 | ||
| 27505 | 27505 | my $prepend = <<'_____'; | |
| 27506 | 27506 | use File::Spec::Functions; | |
| 27507 | - use lib '/home/hassaan/node/deps/openssl/openssl/util/perl'; | ||
| 27508 | - use lib '/home/hassaan/node/deps/openssl/openssl/Configurations'; | ||
| 27507 | + use lib '/home/danielbevenius/work/nodejs/node/deps/openssl/openssl/util/perl'; | ||
| 27508 | + use lib '/home/danielbevenius/work/nodejs/node/deps/openssl/openssl/Configurations'; | ||
| 27509 | 27509 | use lib '.'; | |
| 27510 | 27510 | use platform; | |
| 27511 | 27511 | _____ | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -11,7 +11,7 @@ | |||
| 11 | 11 | */ | |
| 12 | 12 | ||
| 13 | 13 | #define PLATFORM "platform: BSD-x86_64" | |
| 14 | - #define DATE "built on: Wed Mar 16 04:52:16 2022 UTC" | ||
| 14 | + #define DATE "built on: Thu May 5 17:01:34 2022 UTC" | ||
| 15 | 15 | ||
| 16 | 16 | /* | |
| 17 | 17 | * Generate compiler_flags as an array of individual characters. This is a | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -204,9 +204,9 @@ our %config = ( | |||
| 204 | 204 | "openssldir" => "", | |
| 205 | 205 | "options" => "enable-ssl-trace enable-fips 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-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", | |
| 206 | 206 | "patch" => "2", | |
| 207 | - "perl_archname" => "x86_64-linux-gnu-thread-multi", | ||
| 207 | + "perl_archname" => "x86_64-linux-thread-multi", | ||
| 208 | 208 | "perl_cmd" => "/usr/bin/perl", | |
| 209 | - "perl_version" => "5.28.1", | ||
| 209 | + "perl_version" => "5.34.1", | ||
| 210 | 210 | "perlargv" => [ | |
| 211 | 211 | "no-comp", | |
| 212 | 212 | "no-shared", | |
@@ -8023,6 +8023,9 @@ our %unified_info = ( | |||
| 8023 | 8023 | }, | |
| 8024 | 8024 | "apps/lib" => { | |
| 8025 | 8025 | "deps" => [ | |
| 8026 | + "apps/lib/openssl-bin-cmp_mock_srv.o", | ||
| 8027 | + "apps/lib/cmp_client_test-bin-cmp_mock_srv.o", | ||
| 8028 | + "apps/lib/uitest-bin-apps_ui.o", | ||
| 8026 | 8029 | "apps/lib/libapps-lib-app_libctx.o", | |
| 8027 | 8030 | "apps/lib/libapps-lib-app_params.o", | |
| 8028 | 8031 | "apps/lib/libapps-lib-app_provider.o", | |
@@ -8040,10 +8043,7 @@ our %unified_info = ( | |||
| 8040 | 8043 | "apps/lib/libapps-lib-s_cb.o", | |
| 8041 | 8044 | "apps/lib/libapps-lib-s_socket.o", | |
| 8042 | 8045 | "apps/lib/libapps-lib-tlssrp_depr.o", | |
| 8043 | - "apps/lib/libtestutil-lib-opt.o", | ||
| 8044 | - "apps/lib/openssl-bin-cmp_mock_srv.o", | ||
| 8045 | - "apps/lib/cmp_client_test-bin-cmp_mock_srv.o", | ||
| 8046 | - "apps/lib/uitest-bin-apps_ui.o" | ||
| 8046 | + "apps/lib/libtestutil-lib-opt.o" | ||
| 8047 | 8047 | ], | |
| 8048 | 8048 | "products" => { | |
| 8049 | 8049 | "bin" => [ | |
@@ -9786,10 +9786,10 @@ our %unified_info = ( | |||
| 9786 | 9786 | }, | |
| 9787 | 9787 | "providers/fips" => { | |
| 9788 | 9788 | "deps" => [ | |
| 9789 | + "providers/fips/fips-dso-fips_entry.o", | ||
| 9789 | 9790 | "providers/fips/libfips-lib-fipsprov.o", | |
| 9790 | 9791 | "providers/fips/libfips-lib-self_test.o", | |
| 9791 | - "providers/fips/libfips-lib-self_test_kats.o", | ||
| 9792 | - "providers/fips/fips-dso-fips_entry.o" | ||
| 9792 | + "providers/fips/libfips-lib-self_test_kats.o" | ||
| 9793 | 9793 | ], | |
| 9794 | 9794 | "products" => { | |
| 9795 | 9795 | "dso" => [ | |
@@ -27459,8 +27459,8 @@ unless (caller) { | |||
| 27459 | 27459 | use File::Copy; | |
| 27460 | 27460 | use Pod::Usage; | |
| 27461 | 27461 | ||
| 27462 | - use lib '/home/hassaan/node/deps/openssl/openssl/util/perl'; | ||
| 27463 | - use OpenSSL::fallback '/home/hassaan/node/deps/openssl/openssl/external/perl/MODULES.txt'; | ||
| 27462 | + use lib '/home/danielbevenius/work/nodejs/node/deps/openssl/openssl/util/perl'; | ||
| 27463 | + use OpenSSL::fallback '/home/danielbevenius/work/nodejs/node/deps/openssl/openssl/external/perl/MODULES.txt'; | ||
| 27464 | 27464 | ||
| 27465 | 27465 | my $here = dirname($0); | |
| 27466 | 27466 | ||
@@ -27487,7 +27487,7 @@ unless (caller) { | |||
| 27487 | 27487 | ); | |
| 27488 | 27488 | ||
| 27489 | 27489 | use lib '.'; | |
| 27490 | - use lib '/home/hassaan/node/deps/openssl/openssl/Configurations'; | ||
| 27490 | + use lib '/home/danielbevenius/work/nodejs/node/deps/openssl/openssl/Configurations'; | ||
| 27491 | 27491 | use gentemplate; | |
| 27492 | 27492 | ||
| 27493 | 27493 | print 'Creating ',$buildfile_template,"\n"; | |
@@ -27504,8 +27504,8 @@ unless (caller) { | |||
| 27504 | 27504 | ||
| 27505 | 27505 | my $prepend = <<'_____'; | |
| 27506 | 27506 | use File::Spec::Functions; | |
| 27507 | - use lib '/home/hassaan/node/deps/openssl/openssl/util/perl'; | ||
| 27508 | - use lib '/home/hassaan/node/deps/openssl/openssl/Configurations'; | ||
| 27507 | + use lib '/home/danielbevenius/work/nodejs/node/deps/openssl/openssl/util/perl'; | ||
| 27508 | + use lib '/home/danielbevenius/work/nodejs/node/deps/openssl/openssl/Configurations'; | ||
| 27509 | 27509 | use lib '.'; | |
| 27510 | 27510 | use platform; | |
| 27511 | 27511 | _____ | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -11,7 +11,7 @@ | |||
| 11 | 11 | */ | |
| 12 | 12 | ||
| 13 | 13 | #define PLATFORM "platform: BSD-x86_64" | |
| 14 | - #define DATE "built on: Wed Mar 16 04:52:34 2022 UTC" | ||
| 14 | + #define DATE "built on: Thu May 5 17:01:55 2022 UTC" | ||
| 15 | 15 | ||
| 16 | 16 | /* | |
| 17 | 17 | * Generate compiler_flags as an array of individual characters. This is a | |
| Back | FazBrowse Home | New Git URL |
0 commit comments