Skip to content

Commit bb9f77d

Browse files
nodejs-github-bottargos
authored andcommitted
deps: update archs files for openssl-3.0.15+quic1
PR-URL: #55184 Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Michael Dawson <midawson@redhat.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent 63d51c8 commit bb9f77d

File tree

203 files changed

+2008
-775
lines changed

Some content is hidden

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

203 files changed

+2008
-775
lines changed

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

+22-4
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.14+quic",
159+
"full_version" => "3.0.15+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" => "14",
206+
"patch" => "15",
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" => "4 Jun 2024",
258+
"release_date" => "3 Sep 2024",
259259
"shlib_version" => "81.3",
260260
"sourcedir" => ".",
261261
"target" => "BSD-x86",
262-
"version" => "3.0.14"
262+
"version" => "3.0.15"
263263
);
264264
our %target = (
265265
"AR" => "ar",
@@ -1240,6 +1240,9 @@ our %unified_info = (
12401240
"test/errtest" => {
12411241
"noinst" => "1"
12421242
},
1243+
"test/evp_byname_test" => {
1244+
"noinst" => "1"
1245+
},
12431246
"test/evp_extra_test" => {
12441247
"noinst" => "1"
12451248
},
@@ -7735,6 +7738,10 @@ our %unified_info = (
77357738
"libcrypto",
77367739
"test/libtestutil.a"
77377740
],
7741+
"test/evp_byname_test" => [
7742+
"libcrypto",
7743+
"test/libtestutil.a"
7744+
],
77387745
"test/evp_extra_test" => [
77397746
"libcrypto.a",
77407747
"providers/libcommon.a",
@@ -18773,6 +18780,10 @@ our %unified_info = (
1877318780
"include",
1877418781
"apps/include"
1877518782
],
18783+
"test/evp_byname_test" => [
18784+
"include",
18785+
"apps/include"
18786+
],
1877618787
"test/evp_extra_test" => [
1877718788
"include",
1877818789
"apps/include",
@@ -20335,6 +20346,7 @@ our %unified_info = (
2033520346
"test/endecoder_legacy_test",
2033620347
"test/enginetest",
2033720348
"test/errtest",
20349+
"test/evp_byname_test",
2033820350
"test/evp_extra_test",
2033920351
"test/evp_extra_test2",
2034020352
"test/evp_fetch_prov_test",
@@ -26687,6 +26699,12 @@ our %unified_info = (
2668726699
"test/errtest-bin-errtest.o" => [
2668826700
"test/errtest.c"
2668926701
],
26702+
"test/evp_byname_test" => [
26703+
"test/evp_byname_test-bin-evp_byname_test.o"
26704+
],
26705+
"test/evp_byname_test-bin-evp_byname_test.o" => [
26706+
"test/evp_byname_test.c"
26707+
],
2669026708
"test/evp_extra_test" => [
2669126709
"providers/evp_extra_test-bin-legacyprov.o",
2669226710
"test/evp_extra_test-bin-evp_extra_test.o"

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

+1-1
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: Mon Aug 12 15:15:09 2024 UTC"
14+
#define DATE "built on: Mon Sep 30 17:05:30 2024 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

+5-5
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 14
32+
# define OPENSSL_VERSION_PATCH 15
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.14"
78-
# define OPENSSL_FULL_VERSION_STR "3.0.14+quic"
77+
# define OPENSSL_VERSION_STR "3.0.15"
78+
# define OPENSSL_FULL_VERSION_STR "3.0.15+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 "4 Jun 2024"
85+
# define OPENSSL_RELEASE_DATE "3 Sep 2024"
8686

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

91-
# define OPENSSL_VERSION_TEXT "OpenSSL 3.0.14+quic 4 Jun 2024"
91+
# define OPENSSL_VERSION_TEXT "OpenSSL 3.0.15+quic 3 Sep 2024"
9292

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

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

+22-4
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.14+quic",
159+
"full_version" => "3.0.15+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" => "14",
206+
"patch" => "15",
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" => "4 Jun 2024",
258+
"release_date" => "3 Sep 2024",
259259
"shlib_version" => "81.3",
260260
"sourcedir" => ".",
261261
"target" => "BSD-x86",
262-
"version" => "3.0.14"
262+
"version" => "3.0.15"
263263
);
264264
our %target = (
265265
"AR" => "ar",
@@ -1240,6 +1240,9 @@ our %unified_info = (
12401240
"test/errtest" => {
12411241
"noinst" => "1"
12421242
},
1243+
"test/evp_byname_test" => {
1244+
"noinst" => "1"
1245+
},
12431246
"test/evp_extra_test" => {
12441247
"noinst" => "1"
12451248
},
@@ -7735,6 +7738,10 @@ our %unified_info = (
77357738
"libcrypto",
77367739
"test/libtestutil.a"
77377740
],
7741+
"test/evp_byname_test" => [
7742+
"libcrypto",
7743+
"test/libtestutil.a"
7744+
],
77387745
"test/evp_extra_test" => [
77397746
"libcrypto.a",
77407747
"providers/libcommon.a",
@@ -18773,6 +18780,10 @@ our %unified_info = (
1877318780
"include",
1877418781
"apps/include"
1877518782
],
18783+
"test/evp_byname_test" => [
18784+
"include",
18785+
"apps/include"
18786+
],
1877618787
"test/evp_extra_test" => [
1877718788
"include",
1877818789
"apps/include",
@@ -20335,6 +20346,7 @@ our %unified_info = (
2033520346
"test/endecoder_legacy_test",
2033620347
"test/enginetest",
2033720348
"test/errtest",
20349+
"test/evp_byname_test",
2033820350
"test/evp_extra_test",
2033920351
"test/evp_extra_test2",
2034020352
"test/evp_fetch_prov_test",
@@ -26687,6 +26699,12 @@ our %unified_info = (
2668726699
"test/errtest-bin-errtest.o" => [
2668826700
"test/errtest.c"
2668926701
],
26702+
"test/evp_byname_test" => [
26703+
"test/evp_byname_test-bin-evp_byname_test.o"
26704+
],
26705+
"test/evp_byname_test-bin-evp_byname_test.o" => [
26706+
"test/evp_byname_test.c"
26707+
],
2669026708
"test/evp_extra_test" => [
2669126709
"providers/evp_extra_test-bin-legacyprov.o",
2669226710
"test/evp_extra_test-bin-evp_extra_test.o"

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

+1-1
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: Mon Aug 12 15:15:22 2024 UTC"
14+
#define DATE "built on: Mon Sep 30 17:05:44 2024 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

+5-5
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 14
32+
# define OPENSSL_VERSION_PATCH 15
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.14"
78-
# define OPENSSL_FULL_VERSION_STR "3.0.14+quic"
77+
# define OPENSSL_VERSION_STR "3.0.15"
78+
# define OPENSSL_FULL_VERSION_STR "3.0.15+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 "4 Jun 2024"
85+
# define OPENSSL_RELEASE_DATE "3 Sep 2024"
8686

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

91-
# define OPENSSL_VERSION_TEXT "OpenSSL 3.0.14+quic 4 Jun 2024"
91+
# define OPENSSL_VERSION_TEXT "OpenSSL 3.0.15+quic 3 Sep 2024"
9292

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

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

+22-4
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.14+quic",
157+
"full_version" => "3.0.15+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" => "14",
205+
"patch" => "15",
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" => "4 Jun 2024",
258+
"release_date" => "3 Sep 2024",
259259
"shlib_version" => "81.3",
260260
"sourcedir" => ".",
261261
"target" => "BSD-x86",
262-
"version" => "3.0.14"
262+
"version" => "3.0.15"
263263
);
264264
our %target = (
265265
"AR" => "ar",
@@ -1241,6 +1241,9 @@ our %unified_info = (
12411241
"test/errtest" => {
12421242
"noinst" => "1"
12431243
},
1244+
"test/evp_byname_test" => {
1245+
"noinst" => "1"
1246+
},
12441247
"test/evp_extra_test" => {
12451248
"noinst" => "1"
12461249
},
@@ -7677,6 +7680,10 @@ our %unified_info = (
76777680
"libcrypto",
76787681
"test/libtestutil.a"
76797682
],
7683+
"test/evp_byname_test" => [
7684+
"libcrypto",
7685+
"test/libtestutil.a"
7686+
],
76807687
"test/evp_extra_test" => [
76817688
"libcrypto.a",
76827689
"providers/libcommon.a",
@@ -18693,6 +18700,10 @@ our %unified_info = (
1869318700
"include",
1869418701
"apps/include"
1869518702
],
18703+
"test/evp_byname_test" => [
18704+
"include",
18705+
"apps/include"
18706+
],
1869618707
"test/evp_extra_test" => [
1869718708
"include",
1869818709
"apps/include",
@@ -20255,6 +20266,7 @@ our %unified_info = (
2025520266
"test/endecoder_legacy_test",
2025620267
"test/enginetest",
2025720268
"test/errtest",
20269+
"test/evp_byname_test",
2025820270
"test/evp_extra_test",
2025920271
"test/evp_extra_test2",
2026020272
"test/evp_fetch_prov_test",
@@ -26519,6 +26531,12 @@ our %unified_info = (
2651926531
"test/errtest-bin-errtest.o" => [
2652026532
"test/errtest.c"
2652126533
],
26534+
"test/evp_byname_test" => [
26535+
"test/evp_byname_test-bin-evp_byname_test.o"
26536+
],
26537+
"test/evp_byname_test-bin-evp_byname_test.o" => [
26538+
"test/evp_byname_test.c"
26539+
],
2652226540
"test/evp_extra_test" => [
2652326541
"providers/evp_extra_test-bin-legacyprov.o",
2652426542
"test/evp_extra_test-bin-evp_extra_test.o"

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

+1-1
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: Mon Aug 12 15:15:35 2024 UTC"
14+
#define DATE "built on: Mon Sep 30 17:05:57 2024 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

+5-5
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 14
32+
# define OPENSSL_VERSION_PATCH 15
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.14"
78-
# define OPENSSL_FULL_VERSION_STR "3.0.14+quic"
77+
# define OPENSSL_VERSION_STR "3.0.15"
78+
# define OPENSSL_FULL_VERSION_STR "3.0.15+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 "4 Jun 2024"
85+
# define OPENSSL_RELEASE_DATE "3 Sep 2024"
8686

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

91-
# define OPENSSL_VERSION_TEXT "OpenSSL 3.0.14+quic 4 Jun 2024"
91+
# define OPENSSL_VERSION_TEXT "OpenSSL 3.0.15+quic 3 Sep 2024"
9292

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

0 commit comments

Comments
 (0)