Skip to content

Commit fe3abdf

Browse files
nodejs-github-botRafaelGSS
authored andcommitted
deps: update archs files for openssl-3.0.10+quic1
PR-URL: #49036 Reviewed-By: Rafael Gonzaga <[email protected]>
1 parent 2c5a522 commit fe3abdf

File tree

247 files changed

+730
-599
lines changed

Some content is hidden

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

247 files changed

+730
-599
lines changed

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

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ our %config = (
156156
],
157157
"dynamic_engines" => "0",
158158
"ex_libs" => [],
159-
"full_version" => "3.0.9+quic",
159+
"full_version" => "3.0.10+quic",
160160
"includes" => [],
161161
"lflags" => [],
162162
"lib_defines" => [
@@ -203,7 +203,7 @@ our %config = (
203203
"openssl_sys_defines" => [],
204204
"openssldir" => "",
205205
"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-
"patch" => "9",
206+
"patch" => "10",
207207
"perl_archname" => "x86_64-linux-gnu-thread-multi",
208208
"perl_cmd" => "/usr/bin/perl",
209209
"perl_version" => "5.34.0",
@@ -255,11 +255,11 @@ our %config = (
255255
"prerelease" => "",
256256
"processor" => "",
257257
"rc4_int" => "unsigned int",
258-
"release_date" => "30 May 2023",
258+
"release_date" => "1 Aug 2023",
259259
"shlib_version" => "81.3",
260260
"sourcedir" => ".",
261261
"target" => "BSD-x86",
262-
"version" => "3.0.9"
262+
"version" => "3.0.10"
263263
);
264264
our %target = (
265265
"AR" => "ar",
@@ -1596,6 +1596,7 @@ our %unified_info = (
15961596
"OPENSSL_IA32_SSE2",
15971597
"PADLOCK_ASM",
15981598
"POLY1305_ASM",
1599+
"RC4_ASM",
15991600
"RMD160_ASM",
16001601
"SHA1_ASM",
16011602
"SHA256_ASM",
@@ -1643,7 +1644,8 @@ our %unified_info = (
16431644
"VPAES_ASM"
16441645
],
16451646
"providers/liblegacy.a" => [
1646-
"MD5_ASM"
1647+
"MD5_ASM",
1648+
"RC4_ASM"
16471649
],
16481650
"test/provider_internal_test" => [
16491651
"PROVIDER_INIT_FUNCTION_NAME=p_test_init"

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: Fri Jun 9 11:58:46 2023 UTC"
14+
#define DATE "built on: Sun Aug 6 00:25:19 2023 UTC"
1515

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

deps/openssl/config/archs/BSD-x86/asm/include/openssl/opensslv.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ extern "C" {
2929
*/
3030
# define OPENSSL_VERSION_MAJOR 3
3131
# define OPENSSL_VERSION_MINOR 0
32-
# define OPENSSL_VERSION_PATCH 9
32+
# define OPENSSL_VERSION_PATCH 10
3333

3434
/*
3535
* Additional version information
@@ -74,21 +74,21 @@ extern "C" {
7474
* longer variant with OPENSSL_VERSION_PRE_RELEASE_STR and
7575
* OPENSSL_VERSION_BUILD_METADATA_STR appended.
7676
*/
77-
# define OPENSSL_VERSION_STR "3.0.9"
78-
# define OPENSSL_FULL_VERSION_STR "3.0.9+quic"
77+
# define OPENSSL_VERSION_STR "3.0.10"
78+
# define OPENSSL_FULL_VERSION_STR "3.0.10+quic"
7979

8080
/*
8181
* SECTION 3: ADDITIONAL METADATA
8282
*
8383
* These strings are defined separately to allow them to be parsable.
8484
*/
85-
# define OPENSSL_RELEASE_DATE "30 May 2023"
85+
# define OPENSSL_RELEASE_DATE "1 Aug 2023"
8686

8787
/*
8888
* SECTION 4: BACKWARD COMPATIBILITY
8989
*/
9090

91-
# define OPENSSL_VERSION_TEXT "OpenSSL 3.0.9+quic 30 May 2023"
91+
# define OPENSSL_VERSION_TEXT "OpenSSL 3.0.10+quic 1 Aug 2023"
9292

9393
/* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
9494
# ifdef OPENSSL_VERSION_PRE_RELEASE

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
'OPENSSL_IA32_SSE2',
1818
'PADLOCK_ASM',
1919
'POLY1305_ASM',
20+
'RC4_ASM',
2021
'RMD160_ASM',
2122
'SHA1_ASM',
2223
'SHA256_ASM',

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -993,6 +993,7 @@
993993
'OPENSSL_IA32_SSE2',
994994
'PADLOCK_ASM',
995995
'POLY1305_ASM',
996+
'RC4_ASM',
996997
'RMD160_ASM',
997998
'SHA1_ASM',
998999
'SHA256_ASM',

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

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ our %config = (
156156
],
157157
"dynamic_engines" => "0",
158158
"ex_libs" => [],
159-
"full_version" => "3.0.9+quic",
159+
"full_version" => "3.0.10+quic",
160160
"includes" => [],
161161
"lflags" => [],
162162
"lib_defines" => [
@@ -203,7 +203,7 @@ our %config = (
203203
"openssl_sys_defines" => [],
204204
"openssldir" => "",
205205
"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-
"patch" => "9",
206+
"patch" => "10",
207207
"perl_archname" => "x86_64-linux-gnu-thread-multi",
208208
"perl_cmd" => "/usr/bin/perl",
209209
"perl_version" => "5.34.0",
@@ -255,11 +255,11 @@ our %config = (
255255
"prerelease" => "",
256256
"processor" => "",
257257
"rc4_int" => "unsigned int",
258-
"release_date" => "30 May 2023",
258+
"release_date" => "1 Aug 2023",
259259
"shlib_version" => "81.3",
260260
"sourcedir" => ".",
261261
"target" => "BSD-x86",
262-
"version" => "3.0.9"
262+
"version" => "3.0.10"
263263
);
264264
our %target = (
265265
"AR" => "ar",
@@ -1596,6 +1596,7 @@ our %unified_info = (
15961596
"OPENSSL_IA32_SSE2",
15971597
"PADLOCK_ASM",
15981598
"POLY1305_ASM",
1599+
"RC4_ASM",
15991600
"RMD160_ASM",
16001601
"SHA1_ASM",
16011602
"SHA256_ASM",
@@ -1643,7 +1644,8 @@ our %unified_info = (
16431644
"VPAES_ASM"
16441645
],
16451646
"providers/liblegacy.a" => [
1646-
"MD5_ASM"
1647+
"MD5_ASM",
1648+
"RC4_ASM"
16471649
],
16481650
"test/provider_internal_test" => [
16491651
"PROVIDER_INIT_FUNCTION_NAME=p_test_init"

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: Fri Jun 9 11:59:07 2023 UTC"
14+
#define DATE "built on: Sun Aug 6 00:25:40 2023 UTC"
1515

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

deps/openssl/config/archs/BSD-x86/asm_avx2/include/openssl/opensslv.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ extern "C" {
2929
*/
3030
# define OPENSSL_VERSION_MAJOR 3
3131
# define OPENSSL_VERSION_MINOR 0
32-
# define OPENSSL_VERSION_PATCH 9
32+
# define OPENSSL_VERSION_PATCH 10
3333

3434
/*
3535
* Additional version information
@@ -74,21 +74,21 @@ extern "C" {
7474
* longer variant with OPENSSL_VERSION_PRE_RELEASE_STR and
7575
* OPENSSL_VERSION_BUILD_METADATA_STR appended.
7676
*/
77-
# define OPENSSL_VERSION_STR "3.0.9"
78-
# define OPENSSL_FULL_VERSION_STR "3.0.9+quic"
77+
# define OPENSSL_VERSION_STR "3.0.10"
78+
# define OPENSSL_FULL_VERSION_STR "3.0.10+quic"
7979

8080
/*
8181
* SECTION 3: ADDITIONAL METADATA
8282
*
8383
* These strings are defined separately to allow them to be parsable.
8484
*/
85-
# define OPENSSL_RELEASE_DATE "30 May 2023"
85+
# define OPENSSL_RELEASE_DATE "1 Aug 2023"
8686

8787
/*
8888
* SECTION 4: BACKWARD COMPATIBILITY
8989
*/
9090

91-
# define OPENSSL_VERSION_TEXT "OpenSSL 3.0.9+quic 30 May 2023"
91+
# define OPENSSL_VERSION_TEXT "OpenSSL 3.0.10+quic 1 Aug 2023"
9292

9393
/* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
9494
# ifdef OPENSSL_VERSION_PRE_RELEASE

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
'OPENSSL_IA32_SSE2',
1818
'PADLOCK_ASM',
1919
'POLY1305_ASM',
20+
'RC4_ASM',
2021
'RMD160_ASM',
2122
'SHA1_ASM',
2223
'SHA256_ASM',

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -993,6 +993,7 @@
993993
'OPENSSL_IA32_SSE2',
994994
'PADLOCK_ASM',
995995
'POLY1305_ASM',
996+
'RC4_ASM',
996997
'RMD160_ASM',
997998
'SHA1_ASM',
998999
'SHA256_ASM',

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ our %config = (
154154
],
155155
"dynamic_engines" => "0",
156156
"ex_libs" => [],
157-
"full_version" => "3.0.9+quic",
157+
"full_version" => "3.0.10+quic",
158158
"includes" => [],
159159
"lflags" => [],
160160
"lib_defines" => [
@@ -202,7 +202,7 @@ our %config = (
202202
"openssl_sys_defines" => [],
203203
"openssldir" => "",
204204
"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-
"patch" => "9",
205+
"patch" => "10",
206206
"perl_archname" => "x86_64-linux-gnu-thread-multi",
207207
"perl_cmd" => "/usr/bin/perl",
208208
"perl_version" => "5.34.0",
@@ -255,11 +255,11 @@ our %config = (
255255
"prerelease" => "",
256256
"processor" => "",
257257
"rc4_int" => "unsigned int",
258-
"release_date" => "30 May 2023",
258+
"release_date" => "1 Aug 2023",
259259
"shlib_version" => "81.3",
260260
"sourcedir" => ".",
261261
"target" => "BSD-x86",
262-
"version" => "3.0.9"
262+
"version" => "3.0.10"
263263
);
264264
our %target = (
265265
"AR" => "ar",

deps/openssl/config/archs/BSD-x86/no-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: Fri Jun 9 11:59:26 2023 UTC"
14+
#define DATE "built on: Sun Aug 6 00:26:00 2023 UTC"
1515

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

deps/openssl/config/archs/BSD-x86/no-asm/include/openssl/opensslv.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ extern "C" {
2929
*/
3030
# define OPENSSL_VERSION_MAJOR 3
3131
# define OPENSSL_VERSION_MINOR 0
32-
# define OPENSSL_VERSION_PATCH 9
32+
# define OPENSSL_VERSION_PATCH 10
3333

3434
/*
3535
* Additional version information
@@ -74,21 +74,21 @@ extern "C" {
7474
* longer variant with OPENSSL_VERSION_PRE_RELEASE_STR and
7575
* OPENSSL_VERSION_BUILD_METADATA_STR appended.
7676
*/
77-
# define OPENSSL_VERSION_STR "3.0.9"
78-
# define OPENSSL_FULL_VERSION_STR "3.0.9+quic"
77+
# define OPENSSL_VERSION_STR "3.0.10"
78+
# define OPENSSL_FULL_VERSION_STR "3.0.10+quic"
7979

8080
/*
8181
* SECTION 3: ADDITIONAL METADATA
8282
*
8383
* These strings are defined separately to allow them to be parsable.
8484
*/
85-
# define OPENSSL_RELEASE_DATE "30 May 2023"
85+
# define OPENSSL_RELEASE_DATE "1 Aug 2023"
8686

8787
/*
8888
* SECTION 4: BACKWARD COMPATIBILITY
8989
*/
9090

91-
# define OPENSSL_VERSION_TEXT "OpenSSL 3.0.9+quic 30 May 2023"
91+
# define OPENSSL_VERSION_TEXT "OpenSSL 3.0.10+quic 1 Aug 2023"
9292

9393
/* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
9494
# ifdef OPENSSL_VERSION_PRE_RELEASE

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

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ our %config = (
156156
],
157157
"dynamic_engines" => "0",
158158
"ex_libs" => [],
159-
"full_version" => "3.0.9+quic",
159+
"full_version" => "3.0.10+quic",
160160
"includes" => [],
161161
"lflags" => [],
162162
"lib_defines" => [
@@ -203,7 +203,7 @@ our %config = (
203203
"openssl_sys_defines" => [],
204204
"openssldir" => "",
205205
"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-
"patch" => "9",
206+
"patch" => "10",
207207
"perl_archname" => "x86_64-linux-gnu-thread-multi",
208208
"perl_cmd" => "/usr/bin/perl",
209209
"perl_version" => "5.34.0",
@@ -255,11 +255,11 @@ our %config = (
255255
"prerelease" => "",
256256
"processor" => "",
257257
"rc4_int" => "unsigned int",
258-
"release_date" => "30 May 2023",
258+
"release_date" => "1 Aug 2023",
259259
"shlib_version" => "81.3",
260260
"sourcedir" => ".",
261261
"target" => "BSD-x86_64",
262-
"version" => "3.0.9"
262+
"version" => "3.0.10"
263263
);
264264
our %target = (
265265
"AR" => "ar",
@@ -1598,6 +1598,7 @@ our %unified_info = (
15981598
"OPENSSL_IA32_SSE2",
15991599
"PADLOCK_ASM",
16001600
"POLY1305_ASM",
1601+
"RC4_ASM",
16011602
"SHA1_ASM",
16021603
"SHA256_ASM",
16031604
"SHA512_ASM",
@@ -1649,7 +1650,8 @@ our %unified_info = (
16491650
"X25519_ASM"
16501651
],
16511652
"providers/liblegacy.a" => [
1652-
"MD5_ASM"
1653+
"MD5_ASM",
1654+
"RC4_ASM"
16531655
],
16541656
"test/provider_internal_test" => [
16551657
"PROVIDER_INIT_FUNCTION_NAME=p_test_init"

deps/openssl/config/archs/BSD-x86_64/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_64"
14-
#define DATE "built on: Fri Jun 9 11:59:45 2023 UTC"
14+
#define DATE "built on: Sun Aug 6 00:26:19 2023 UTC"
1515

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

deps/openssl/config/archs/BSD-x86_64/asm/include/openssl/opensslv.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ extern "C" {
2929
*/
3030
# define OPENSSL_VERSION_MAJOR 3
3131
# define OPENSSL_VERSION_MINOR 0
32-
# define OPENSSL_VERSION_PATCH 9
32+
# define OPENSSL_VERSION_PATCH 10
3333

3434
/*
3535
* Additional version information
@@ -74,21 +74,21 @@ extern "C" {
7474
* longer variant with OPENSSL_VERSION_PRE_RELEASE_STR and
7575
* OPENSSL_VERSION_BUILD_METADATA_STR appended.
7676
*/
77-
# define OPENSSL_VERSION_STR "3.0.9"
78-
# define OPENSSL_FULL_VERSION_STR "3.0.9+quic"
77+
# define OPENSSL_VERSION_STR "3.0.10"
78+
# define OPENSSL_FULL_VERSION_STR "3.0.10+quic"
7979

8080
/*
8181
* SECTION 3: ADDITIONAL METADATA
8282
*
8383
* These strings are defined separately to allow them to be parsable.
8484
*/
85-
# define OPENSSL_RELEASE_DATE "30 May 2023"
85+
# define OPENSSL_RELEASE_DATE "1 Aug 2023"
8686

8787
/*
8888
* SECTION 4: BACKWARD COMPATIBILITY
8989
*/
9090

91-
# define OPENSSL_VERSION_TEXT "OpenSSL 3.0.9+quic 30 May 2023"
91+
# define OPENSSL_VERSION_TEXT "OpenSSL 3.0.10+quic 1 Aug 2023"
9292

9393
/* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
9494
# ifdef OPENSSL_VERSION_PRE_RELEASE

deps/openssl/config/archs/BSD-x86_64/asm/openssl-cl.gypi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
'OPENSSL_IA32_SSE2',
1919
'PADLOCK_ASM',
2020
'POLY1305_ASM',
21+
'RC4_ASM',
2122
'SHA1_ASM',
2223
'SHA256_ASM',
2324
'SHA512_ASM',

0 commit comments

Comments
 (0)