Skip to content

Commit 392dfed

Browse files
nodejs-github-botRafaelGSS
authored andcommittedJun 19, 2023
deps: update archs files for openssl-3.0.9-quic1
PR-URL: #48402 Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com> Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
1 parent 46cd5fe commit 392dfed

File tree

382 files changed

+36099
-2754
lines changed

Some content is hidden

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

382 files changed

+36099
-2754
lines changed
 

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

+55-19
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.8+quic",
159+
"full_version" => "3.0.9+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" => "8",
206+
"patch" => "9",
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" => "7 Feb 2023",
258+
"release_date" => "30 May 2023",
259259
"shlib_version" => "81.3",
260260
"sourcedir" => ".",
261261
"target" => "BSD-x86",
262-
"version" => "3.0.8"
262+
"version" => "3.0.9"
263263
);
264264
our %target = (
265265
"AR" => "ar",
@@ -1320,6 +1320,9 @@ our %unified_info = (
13201320
"test/namemap_internal_test" => {
13211321
"noinst" => "1"
13221322
},
1323+
"test/nodefltctxtest" => {
1324+
"noinst" => "1"
1325+
},
13231326
"test/ocspapitest" => {
13241327
"noinst" => "1"
13251328
},
@@ -3964,6 +3967,9 @@ our %unified_info = (
39643967
"doc/html/man7/EVP_CIPHER-IDEA.html" => [
39653968
"doc/man7/EVP_CIPHER-IDEA.pod"
39663969
],
3970+
"doc/html/man7/EVP_CIPHER-NULL.html" => [
3971+
"doc/man7/EVP_CIPHER-NULL.pod"
3972+
],
39673973
"doc/html/man7/EVP_CIPHER-RC2.html" => [
39683974
"doc/man7/EVP_CIPHER-RC2.pod"
39693975
],
@@ -4072,6 +4078,9 @@ our %unified_info = (
40724078
"doc/html/man7/EVP_MD-MDC2.html" => [
40734079
"doc/man7/EVP_MD-MDC2.pod"
40744080
],
4081+
"doc/html/man7/EVP_MD-NULL.html" => [
4082+
"doc/man7/EVP_MD-NULL.pod"
4083+
],
40754084
"doc/html/man7/EVP_MD-RIPEMD160.html" => [
40764085
"doc/man7/EVP_MD-RIPEMD160.pod"
40774086
],
@@ -6337,6 +6346,9 @@ our %unified_info = (
63376346
"doc/man/man7/EVP_CIPHER-IDEA.7" => [
63386347
"doc/man7/EVP_CIPHER-IDEA.pod"
63396348
],
6349+
"doc/man/man7/EVP_CIPHER-NULL.7" => [
6350+
"doc/man7/EVP_CIPHER-NULL.pod"
6351+
],
63406352
"doc/man/man7/EVP_CIPHER-RC2.7" => [
63416353
"doc/man7/EVP_CIPHER-RC2.pod"
63426354
],
@@ -6445,6 +6457,9 @@ our %unified_info = (
64456457
"doc/man/man7/EVP_MD-MDC2.7" => [
64466458
"doc/man7/EVP_MD-MDC2.pod"
64476459
],
6460+
"doc/man/man7/EVP_MD-NULL.7" => [
6461+
"doc/man7/EVP_MD-NULL.pod"
6462+
],
64486463
"doc/man/man7/EVP_MD-RIPEMD160.7" => [
64496464
"doc/man7/EVP_MD-RIPEMD160.pod"
64506465
],
@@ -7794,6 +7809,10 @@ our %unified_info = (
77947809
"libcrypto.a",
77957810
"test/libtestutil.a"
77967811
],
7812+
"test/nodefltctxtest" => [
7813+
"libcrypto.a",
7814+
"test/libtestutil.a"
7815+
],
77977816
"test/ocspapitest" => [
77987817
"libcrypto",
77997818
"test/libtestutil.a"
@@ -8461,7 +8480,6 @@ our %unified_info = (
84618480
"crypto/bn/libcrypto-lib-bn_word.o",
84628481
"crypto/bn/libcrypto-lib-bn_x931p.o",
84638482
"crypto/bn/libcrypto-lib-co-586.o",
8464-
"crypto/bn/libcrypto-lib-rsa_sup_mul.o",
84658483
"crypto/bn/libcrypto-lib-x86-gf2m.o",
84668484
"crypto/bn/libcrypto-lib-x86-mont.o",
84678485
"crypto/bn/libfips-lib-bn-586.o",
@@ -8493,7 +8511,6 @@ our %unified_info = (
84938511
"crypto/bn/libfips-lib-bn_sqrt.o",
84948512
"crypto/bn/libfips-lib-bn_word.o",
84958513
"crypto/bn/libfips-lib-co-586.o",
8496-
"crypto/bn/libfips-lib-rsa_sup_mul.o",
84978514
"crypto/bn/libfips-lib-x86-gf2m.o",
84988515
"crypto/bn/libfips-lib-x86-mont.o"
84998516
],
@@ -12955,6 +12972,9 @@ our %unified_info = (
1295512972
"doc/html/man7/EVP_CIPHER-IDEA.html" => [
1295612973
"doc/man7/EVP_CIPHER-IDEA.pod"
1295712974
],
12975+
"doc/html/man7/EVP_CIPHER-NULL.html" => [
12976+
"doc/man7/EVP_CIPHER-NULL.pod"
12977+
],
1295812978
"doc/html/man7/EVP_CIPHER-RC2.html" => [
1295912979
"doc/man7/EVP_CIPHER-RC2.pod"
1296012980
],
@@ -13063,6 +13083,9 @@ our %unified_info = (
1306313083
"doc/html/man7/EVP_MD-MDC2.html" => [
1306413084
"doc/man7/EVP_MD-MDC2.pod"
1306513085
],
13086+
"doc/html/man7/EVP_MD-NULL.html" => [
13087+
"doc/man7/EVP_MD-NULL.pod"
13088+
],
1306613089
"doc/html/man7/EVP_MD-RIPEMD160.html" => [
1306713090
"doc/man7/EVP_MD-RIPEMD160.pod"
1306813091
],
@@ -15328,6 +15351,9 @@ our %unified_info = (
1532815351
"doc/man/man7/EVP_CIPHER-IDEA.7" => [
1532915352
"doc/man7/EVP_CIPHER-IDEA.pod"
1533015353
],
15354+
"doc/man/man7/EVP_CIPHER-NULL.7" => [
15355+
"doc/man7/EVP_CIPHER-NULL.pod"
15356+
],
1533115357
"doc/man/man7/EVP_CIPHER-RC2.7" => [
1533215358
"doc/man7/EVP_CIPHER-RC2.pod"
1533315359
],
@@ -15436,6 +15462,9 @@ our %unified_info = (
1543615462
"doc/man/man7/EVP_MD-MDC2.7" => [
1543715463
"doc/man7/EVP_MD-MDC2.pod"
1543815464
],
15465+
"doc/man/man7/EVP_MD-NULL.7" => [
15466+
"doc/man7/EVP_MD-NULL.pod"
15467+
],
1543915468
"doc/man/man7/EVP_MD-RIPEMD160.7" => [
1544015469
"doc/man7/EVP_MD-RIPEMD160.pod"
1544115470
],
@@ -16948,6 +16977,7 @@ our %unified_info = (
1694816977
"doc/html/man7/EVP_CIPHER-CHACHA.html",
1694916978
"doc/html/man7/EVP_CIPHER-DES.html",
1695016979
"doc/html/man7/EVP_CIPHER-IDEA.html",
16980+
"doc/html/man7/EVP_CIPHER-NULL.html",
1695116981
"doc/html/man7/EVP_CIPHER-RC2.html",
1695216982
"doc/html/man7/EVP_CIPHER-RC4.html",
1695316983
"doc/html/man7/EVP_CIPHER-RC5.html",
@@ -16984,6 +17014,7 @@ our %unified_info = (
1698417014
"doc/html/man7/EVP_MD-MD5-SHA1.html",
1698517015
"doc/html/man7/EVP_MD-MD5.html",
1698617016
"doc/html/man7/EVP_MD-MDC2.html",
17017+
"doc/html/man7/EVP_MD-NULL.html",
1698717018
"doc/html/man7/EVP_MD-RIPEMD160.html",
1698817019
"doc/html/man7/EVP_MD-SHA1.html",
1698917020
"doc/html/man7/EVP_MD-SHA2.html",
@@ -18895,6 +18926,10 @@ our %unified_info = (
1889518926
"include",
1889618927
"apps/include"
1889718928
],
18929+
"test/nodefltctxtest" => [
18930+
"include",
18931+
"apps/include"
18932+
],
1889818933
"test/ocspapitest" => [
1889918934
"include",
1890018935
"apps/include"
@@ -19919,6 +19954,7 @@ our %unified_info = (
1991919954
"doc/man/man7/EVP_CIPHER-CHACHA.7",
1992019955
"doc/man/man7/EVP_CIPHER-DES.7",
1992119956
"doc/man/man7/EVP_CIPHER-IDEA.7",
19957+
"doc/man/man7/EVP_CIPHER-NULL.7",
1992219958
"doc/man/man7/EVP_CIPHER-RC2.7",
1992319959
"doc/man/man7/EVP_CIPHER-RC4.7",
1992419960
"doc/man/man7/EVP_CIPHER-RC5.7",
@@ -19955,6 +19991,7 @@ our %unified_info = (
1995519991
"doc/man/man7/EVP_MD-MD5-SHA1.7",
1995619992
"doc/man/man7/EVP_MD-MD5.7",
1995719993
"doc/man/man7/EVP_MD-MDC2.7",
19994+
"doc/man/man7/EVP_MD-NULL.7",
1995819995
"doc/man/man7/EVP_MD-RIPEMD160.7",
1995919996
"doc/man/man7/EVP_MD-SHA1.7",
1996019997
"doc/man/man7/EVP_MD-SHA2.7",
@@ -20220,6 +20257,7 @@ our %unified_info = (
2022020257
"test/memleaktest",
2022120258
"test/modes_internal_test",
2022220259
"test/namemap_internal_test",
20260+
"test/nodefltctxtest",
2022320261
"test/ocspapitest",
2022420262
"test/ossl_store_test",
2022520263
"test/packettest",
@@ -21066,9 +21104,6 @@ our %unified_info = (
2106621104
"crypto/bn/libcrypto-lib-co-586.o" => [
2106721105
"crypto/bn/co-586.S"
2106821106
],
21069-
"crypto/bn/libcrypto-lib-rsa_sup_mul.o" => [
21070-
"crypto/bn/rsa_sup_mul.c"
21071-
],
2107221107
"crypto/bn/libcrypto-lib-x86-gf2m.o" => [
2107321108
"crypto/bn/x86-gf2m.S"
2107421109
],
@@ -21162,9 +21197,6 @@ our %unified_info = (
2116221197
"crypto/bn/libfips-lib-co-586.o" => [
2116321198
"crypto/bn/co-586.S"
2116421199
],
21165-
"crypto/bn/libfips-lib-rsa_sup_mul.o" => [
21166-
"crypto/bn/rsa_sup_mul.c"
21167-
],
2116821200
"crypto/bn/libfips-lib-x86-gf2m.o" => [
2116921201
"crypto/bn/x86-gf2m.S"
2117021202
],
@@ -23714,7 +23746,6 @@ our %unified_info = (
2371423746
"crypto/bn/libcrypto-lib-bn_word.o",
2371523747
"crypto/bn/libcrypto-lib-bn_x931p.o",
2371623748
"crypto/bn/libcrypto-lib-co-586.o",
23717-
"crypto/bn/libcrypto-lib-rsa_sup_mul.o",
2371823749
"crypto/bn/libcrypto-lib-x86-gf2m.o",
2371923750
"crypto/bn/libcrypto-lib-x86-mont.o",
2372023751
"crypto/buffer/libcrypto-lib-buf_err.o",
@@ -25296,7 +25327,6 @@ our %unified_info = (
2529625327
"crypto/bn/libfips-lib-bn_sqrt.o",
2529725328
"crypto/bn/libfips-lib-bn_word.o",
2529825329
"crypto/bn/libfips-lib-co-586.o",
25299-
"crypto/bn/libfips-lib-rsa_sup_mul.o",
2530025330
"crypto/bn/libfips-lib-x86-gf2m.o",
2530125331
"crypto/bn/libfips-lib-x86-mont.o",
2530225332
"crypto/buffer/libfips-lib-buffer.o",
@@ -26814,6 +26844,12 @@ our %unified_info = (
2681426844
"test/namemap_internal_test-bin-namemap_internal_test.o" => [
2681526845
"test/namemap_internal_test.c"
2681626846
],
26847+
"test/nodefltctxtest" => [
26848+
"test/nodefltctxtest-bin-nodefltctxtest.o"
26849+
],
26850+
"test/nodefltctxtest-bin-nodefltctxtest.o" => [
26851+
"test/nodefltctxtest.c"
26852+
],
2681726853
"test/ocspapitest" => [
2681826854
"test/ocspapitest-bin-ocspapitest.o"
2681926855
],
@@ -27509,8 +27545,8 @@ unless (caller) {
2750927545
use File::Copy;
2751027546
use Pod::Usage;
2751127547

27512-
use lib '/home/rafaelgss/repos/os/node/deps/openssl/openssl/util/perl';
27513-
use OpenSSL::fallback '/home/rafaelgss/repos/os/node/deps/openssl/openssl/external/perl/MODULES.txt';
27548+
use lib '/home/runner/work/node/node/deps/openssl/openssl/util/perl';
27549+
use OpenSSL::fallback '/home/runner/work/node/node/deps/openssl/openssl/external/perl/MODULES.txt';
2751427550

2751527551
my $here = dirname($0);
2751627552

@@ -27537,7 +27573,7 @@ unless (caller) {
2753727573
);
2753827574

2753927575
use lib '.';
27540-
use lib '/home/rafaelgss/repos/os/node/deps/openssl/openssl/Configurations';
27576+
use lib '/home/runner/work/node/node/deps/openssl/openssl/Configurations';
2754127577
use gentemplate;
2754227578

2754327579
open my $buildfile_template_fh, ">$buildfile_template"
@@ -27554,8 +27590,8 @@ unless (caller) {
2755427590

2755527591
my $prepend = <<'_____';
2755627592
use File::Spec::Functions;
27557-
use lib '/home/rafaelgss/repos/os/node/deps/openssl/openssl/util/perl';
27558-
use lib '/home/rafaelgss/repos/os/node/deps/openssl/openssl/Configurations';
27593+
use lib '/home/runner/work/node/node/deps/openssl/openssl/util/perl';
27594+
use lib '/home/runner/work/node/node/deps/openssl/openssl/Configurations';
2755927595
use lib '.';
2756027596
use platform;
2756127597
_____

‎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 Feb 13 14:21:06 2023 UTC"
14+
#define DATE "built on: Fri Jun 9 11:58:46 2023 UTC"
1515

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

0 commit comments

Comments
 (0)