Skip to content

Commit 0c7f2fc

Browse files
nodejs-github-botmarco-ippolito
authored andcommittedNov 17, 2024
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 da15e7e commit 0c7f2fc

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

0 commit comments

Comments
 (0)