Skip to content

Commit d434c53

Browse files
committed
deps: regenerate OpenSSL arch files
Co-authored-by: Richard Lau <rlau@redhat.com> PR-URL: #40478 Refs: #40455 Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de>
1 parent 2cebd5f commit d434c53

File tree

324 files changed

+1195
-1277
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

324 files changed

+1195
-1277
lines changed

deps/openssl/config/archs/BSD-x86/asm/configdata.pm

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ our %config = (
206206
"patch" => "0",
207207
"perl_archname" => "x86_64-linux-thread-multi",
208208
"perl_cmd" => "/usr/bin/perl",
209-
"perl_version" => "5.30.3",
209+
"perl_version" => "5.32.1",
210210
"perlargv" => [
211211
"no-comp",
212212
"no-shared",
@@ -27216,8 +27216,8 @@ unless (caller) {
2721627216
use File::Copy;
2721727217
use Pod::Usage;
2721827218

27219-
use lib '/home/danielbevenius/work/nodejs/openssl/deps/openssl/openssl/util/perl';
27220-
use OpenSSL::fallback '/home/danielbevenius/work/nodejs/openssl/deps/openssl/openssl/external/perl/MODULES.txt';
27219+
use lib '/home/danielbevenius/work/nodejs/node/deps/openssl/openssl/util/perl';
27220+
use OpenSSL::fallback '/home/danielbevenius/work/nodejs/node/deps/openssl/openssl/external/perl/MODULES.txt';
2722127221

2722227222
my $here = dirname($0);
2722327223

@@ -27244,7 +27244,7 @@ unless (caller) {
2724427244
);
2724527245

2724627246
use lib '.';
27247-
use lib '/home/danielbevenius/work/nodejs/openssl/deps/openssl/openssl/Configurations';
27247+
use lib '/home/danielbevenius/work/nodejs/node/deps/openssl/openssl/Configurations';
2724827248
use gentemplate;
2724927249

2725027250
print 'Creating ',$buildfile_template,"\n";
@@ -27261,8 +27261,8 @@ unless (caller) {
2726127261

2726227262
my $prepend = <<'_____';
2726327263
use File::Spec::Functions;
27264-
use lib '/home/danielbevenius/work/nodejs/openssl/deps/openssl/openssl/util/perl';
27265-
use lib '/home/danielbevenius/work/nodejs/openssl/deps/openssl/openssl/Configurations';
27264+
use lib '/home/danielbevenius/work/nodejs/node/deps/openssl/openssl/util/perl';
27265+
use lib '/home/danielbevenius/work/nodejs/node/deps/openssl/openssl/Configurations';
2726627266
use lib '.';
2726727267
use platform;
2726827268
_____

deps/openssl/config/archs/BSD-x86/asm/crypto/buildinf.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
*/
1212

1313
#define PLATFORM "platform: BSD-x86"
14-
#define DATE "built on: Wed Sep 8 06:02:47 2021 UTC"
14+
#define DATE "built on: Mon Oct 18 06:50:11 2021 UTC"
1515

1616
/*
1717
* Generate compiler_flags as an array of individual characters. This is a

deps/openssl/config/archs/BSD-x86/asm/openssl-fips.gypi

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -305,6 +305,7 @@
305305
'./config/archs/BSD-x86/asm/crypto/des/crypt586.s',
306306
'./config/archs/BSD-x86/asm/crypto/des/des-586.s',
307307
'./config/archs/BSD-x86/asm/crypto/md5/md5-586.s',
308+
'./config/archs/BSD-x86/asm/providers/legacy.ld',
308309
'./config/archs/BSD-x86/asm/providers/fips.ld',
309310

310311
],
@@ -337,7 +338,7 @@
337338
'openssl_ex_libs_BSD-x86': [
338339
'-pthread',
339340
],
340-
'linker_script': '/home/danielbevenius/work/nodejs/openssl/deps/openssl/config'
341+
'linker_script': ''
341342
},
342343
'include_dirs': [
343344
'.',
@@ -349,7 +350,7 @@
349350
'defines': ['<@(openssl_defines_BSD-x86)'],
350351
'cflags': ['<@(openssl_cflags_BSD-x86)'],
351352
'libraries': ['<@(openssl_ex_libs_BSD-x86)'],
352-
'ldflags': ['-Wl,--version-script=<@(linker_script)'],
353+
353354
'sources': ['<@(openssl_sources)', '<@(openssl_sources_BSD-x86)'],
354355
'direct_dependent_settings': {
355356
'include_dirs': ['./include', '.'],

deps/openssl/config/archs/BSD-x86/asm/openssl.gypi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -940,6 +940,7 @@
940940
'openssl/providers/implementations/digests/wp_prov.c',
941941
'openssl/providers/implementations/kdfs/pbkdf1.c',
942942
'openssl/providers/prov_running.c',
943+
'openssl/providers/legacyprov.c',
943944
],
944945
'openssl_sources_BSD-x86': [
945946
'./config/archs/BSD-x86/asm/crypto/aes/aes-586.s',
@@ -980,6 +981,7 @@
980981
'./config/archs/BSD-x86/asm/crypto/des/crypt586.s',
981982
'./config/archs/BSD-x86/asm/crypto/des/des-586.s',
982983
'./config/archs/BSD-x86/asm/crypto/md5/md5-586.s',
984+
'./config/archs/BSD-x86/asm/providers/legacy.ld',
983985
'./config/archs/BSD-x86/asm/providers/fips.ld',
984986
],
985987
'openssl_defines_BSD-x86': [
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
global:
3+
OSSL_provider_init;
4+
local: *;
5+
};

deps/openssl/config/archs/BSD-x86/asm_avx2/configdata.pm

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ our %config = (
206206
"patch" => "0",
207207
"perl_archname" => "x86_64-linux-thread-multi",
208208
"perl_cmd" => "/usr/bin/perl",
209-
"perl_version" => "5.30.3",
209+
"perl_version" => "5.32.1",
210210
"perlargv" => [
211211
"no-comp",
212212
"no-shared",
@@ -9714,10 +9714,10 @@ our %unified_info = (
97149714
},
97159715
"providers/fips" => {
97169716
"deps" => [
9717-
"providers/fips/fips-dso-fips_entry.o",
97189717
"providers/fips/libfips-lib-fipsprov.o",
97199718
"providers/fips/libfips-lib-self_test.o",
9720-
"providers/fips/libfips-lib-self_test_kats.o"
9719+
"providers/fips/libfips-lib-self_test_kats.o",
9720+
"providers/fips/fips-dso-fips_entry.o"
97219721
],
97229722
"products" => {
97239723
"dso" => [
@@ -27216,8 +27216,8 @@ unless (caller) {
2721627216
use File::Copy;
2721727217
use Pod::Usage;
2721827218

27219-
use lib '/home/danielbevenius/work/nodejs/openssl/deps/openssl/openssl/util/perl';
27220-
use OpenSSL::fallback '/home/danielbevenius/work/nodejs/openssl/deps/openssl/openssl/external/perl/MODULES.txt';
27219+
use lib '/home/danielbevenius/work/nodejs/node/deps/openssl/openssl/util/perl';
27220+
use OpenSSL::fallback '/home/danielbevenius/work/nodejs/node/deps/openssl/openssl/external/perl/MODULES.txt';
2722127221

2722227222
my $here = dirname($0);
2722327223

@@ -27244,7 +27244,7 @@ unless (caller) {
2724427244
);
2724527245

2724627246
use lib '.';
27247-
use lib '/home/danielbevenius/work/nodejs/openssl/deps/openssl/openssl/Configurations';
27247+
use lib '/home/danielbevenius/work/nodejs/node/deps/openssl/openssl/Configurations';
2724827248
use gentemplate;
2724927249

2725027250
print 'Creating ',$buildfile_template,"\n";
@@ -27261,8 +27261,8 @@ unless (caller) {
2726127261

2726227262
my $prepend = <<'_____';
2726327263
use File::Spec::Functions;
27264-
use lib '/home/danielbevenius/work/nodejs/openssl/deps/openssl/openssl/util/perl';
27265-
use lib '/home/danielbevenius/work/nodejs/openssl/deps/openssl/openssl/Configurations';
27264+
use lib '/home/danielbevenius/work/nodejs/node/deps/openssl/openssl/util/perl';
27265+
use lib '/home/danielbevenius/work/nodejs/node/deps/openssl/openssl/Configurations';
2726627266
use lib '.';
2726727267
use platform;
2726827268
_____

deps/openssl/config/archs/BSD-x86/asm_avx2/crypto/buildinf.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
*/
1212

1313
#define PLATFORM "platform: BSD-x86"
14-
#define DATE "built on: Wed Sep 8 06:02:59 2021 UTC"
14+
#define DATE "built on: Mon Oct 18 06:50:27 2021 UTC"
1515

1616
/*
1717
* Generate compiler_flags as an array of individual characters. This is a

deps/openssl/config/archs/BSD-x86/asm_avx2/openssl-fips.gypi

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -305,6 +305,7 @@
305305
'./config/archs/BSD-x86/asm_avx2/crypto/des/crypt586.s',
306306
'./config/archs/BSD-x86/asm_avx2/crypto/des/des-586.s',
307307
'./config/archs/BSD-x86/asm_avx2/crypto/md5/md5-586.s',
308+
'./config/archs/BSD-x86/asm_avx2/providers/legacy.ld',
308309
'./config/archs/BSD-x86/asm_avx2/providers/fips.ld',
309310

310311
],
@@ -337,7 +338,7 @@
337338
'openssl_ex_libs_BSD-x86': [
338339
'-pthread',
339340
],
340-
'linker_script': '/home/danielbevenius/work/nodejs/openssl/deps/openssl/config'
341+
'linker_script': ''
341342
},
342343
'include_dirs': [
343344
'.',
@@ -349,7 +350,7 @@
349350
'defines': ['<@(openssl_defines_BSD-x86)'],
350351
'cflags': ['<@(openssl_cflags_BSD-x86)'],
351352
'libraries': ['<@(openssl_ex_libs_BSD-x86)'],
352-
'ldflags': ['-Wl,--version-script=<@(linker_script)'],
353+
353354
'sources': ['<@(openssl_sources)', '<@(openssl_sources_BSD-x86)'],
354355
'direct_dependent_settings': {
355356
'include_dirs': ['./include', '.'],

deps/openssl/config/archs/BSD-x86/asm_avx2/openssl.gypi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -940,6 +940,7 @@
940940
'openssl/providers/implementations/digests/wp_prov.c',
941941
'openssl/providers/implementations/kdfs/pbkdf1.c',
942942
'openssl/providers/prov_running.c',
943+
'openssl/providers/legacyprov.c',
943944
],
944945
'openssl_sources_BSD-x86': [
945946
'./config/archs/BSD-x86/asm_avx2/crypto/aes/aes-586.s',
@@ -980,6 +981,7 @@
980981
'./config/archs/BSD-x86/asm_avx2/crypto/des/crypt586.s',
981982
'./config/archs/BSD-x86/asm_avx2/crypto/des/des-586.s',
982983
'./config/archs/BSD-x86/asm_avx2/crypto/md5/md5-586.s',
984+
'./config/archs/BSD-x86/asm_avx2/providers/legacy.ld',
983985
'./config/archs/BSD-x86/asm_avx2/providers/fips.ld',
984986
],
985987
'openssl_defines_BSD-x86': [
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
global:
3+
OSSL_provider_init;
4+
local: *;
5+
};

0 commit comments

Comments
 (0)