deps: update archs files for openssl-3.5.2 · nodejs/node@8d9ceea

File tree

203 files changed

lines changed

      • linux64-loongarch64/no-asm

203 files changed

lines changed

Original file line numberDiff line numberDiff line change

@@ -171,7 +171,7 @@ our %config = (

171171

],

172172

"dynamic_engines" => "0",

173173

"ex_libs" => [],

174-

"full_version" => "3.5.1",

174+

"full_version" => "3.5.2",

175175

"includes" => [],

176176

"lflags" => [],

177177

"lib_defines" => [

@@ -233,7 +233,7 @@ our %config = (

233233

"openssl_sys_defines" => [],

234234

"openssldir" => "",

235235

"options" => "enable-ssl-trace enable-fips no-afalgeng no-asan no-brotli no-brotli-dynamic no-buildtest-c++ no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-demos no-dynamic-engine no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fips-jitter no-fuzz-afl no-fuzz-libfuzzer no-h3demo no-hqinterop no-jitter no-ktls no-loadereng no-md2 no-msan no-pie no-rc5 no-sctp no-shared no-ssl3 no-ssl3-method no-sslkeylog no-tfo no-trace no-ubsan no-unit-test no-uplink no-weak-ssl-ciphers no-winstore no-zlib no-zlib-dynamic no-zstd no-zstd-dynamic",

236-

"patch" => "1",

236+

"patch" => "2",

237237

"perl_archname" => "x86_64-linux-gnu-thread-multi",

238238

"perl_cmd" => "/usr/bin/perl",

239239

"perl_version" => "5.34.0",

@@ -286,11 +286,11 @@ our %config = (

286286

"prerelease" => "",

287287

"processor" => "",

288288

"rc4_int" => "unsigned int",

289-

"release_date" => "1 Jul 2025",

289+

"release_date" => "5 Aug 2025",

290290

"shlib_version" => "3",

291291

"sourcedir" => ".",

292292

"target" => "BSD-x86",

293-

"version" => "3.5.1"

293+

"version" => "3.5.2"

294294

);

295295

our %target = (

296296

"AR" => "ar",

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: Sun Jul 27 00:45:42 2025 UTC"

14+

#define DATE "built on: Tue Aug 5 17:10:12 2025 UTC"

1515
1616

/*

1717

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

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 5

32-

# define OPENSSL_VERSION_PATCH 1

32+

# define OPENSSL_VERSION_PATCH 2

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.5.1"

78-

# define OPENSSL_FULL_VERSION_STR "3.5.1"

77+

# define OPENSSL_VERSION_STR "3.5.2"

78+

# define OPENSSL_FULL_VERSION_STR "3.5.2"

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 "1 Jul 2025"

85+

# define OPENSSL_RELEASE_DATE "5 Aug 2025"

8686
8787

/*

8888

* SECTION 4: BACKWARD COMPATIBILITY

8989

*/

9090
91-

# define OPENSSL_VERSION_TEXT "OpenSSL 3.5.1 1 Jul 2025"

91+

# define OPENSSL_VERSION_TEXT "OpenSSL 3.5.2 5 Aug 2025"

9292
9393

/* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */

9494

# ifdef OPENSSL_VERSION_PRE_RELEASE

Original file line numberDiff line numberDiff line change

@@ -171,7 +171,7 @@ our %config = (

171171

],

172172

"dynamic_engines" => "0",

173173

"ex_libs" => [],

174-

"full_version" => "3.5.1",

174+

"full_version" => "3.5.2",

175175

"includes" => [],

176176

"lflags" => [],

177177

"lib_defines" => [

@@ -233,7 +233,7 @@ our %config = (

233233

"openssl_sys_defines" => [],

234234

"openssldir" => "",

235235

"options" => "enable-ssl-trace enable-fips no-afalgeng no-asan no-brotli no-brotli-dynamic no-buildtest-c++ no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-demos no-dynamic-engine no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fips-jitter no-fuzz-afl no-fuzz-libfuzzer no-h3demo no-hqinterop no-jitter no-ktls no-loadereng no-md2 no-msan no-pie no-rc5 no-sctp no-shared no-ssl3 no-ssl3-method no-sslkeylog no-tfo no-trace no-ubsan no-unit-test no-uplink no-weak-ssl-ciphers no-winstore no-zlib no-zlib-dynamic no-zstd no-zstd-dynamic",

236-

"patch" => "1",

236+

"patch" => "2",

237237

"perl_archname" => "x86_64-linux-gnu-thread-multi",

238238

"perl_cmd" => "/usr/bin/perl",

239239

"perl_version" => "5.34.0",

@@ -286,11 +286,11 @@ our %config = (

286286

"prerelease" => "",

287287

"processor" => "",

288288

"rc4_int" => "unsigned int",

289-

"release_date" => "1 Jul 2025",

289+

"release_date" => "5 Aug 2025",

290290

"shlib_version" => "3",

291291

"sourcedir" => ".",

292292

"target" => "BSD-x86",

293-

"version" => "3.5.1"

293+

"version" => "3.5.2"

294294

);

295295

our %target = (

296296

"AR" => "ar",

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: Sun Jul 27 00:45:59 2025 UTC"

14+

#define DATE "built on: Tue Aug 5 17:10:29 2025 UTC"

1515
1616

/*

1717

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

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 5

32-

# define OPENSSL_VERSION_PATCH 1

32+

# define OPENSSL_VERSION_PATCH 2

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.5.1"

78-

# define OPENSSL_FULL_VERSION_STR "3.5.1"

77+

# define OPENSSL_VERSION_STR "3.5.2"

78+

# define OPENSSL_FULL_VERSION_STR "3.5.2"

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 "1 Jul 2025"

85+

# define OPENSSL_RELEASE_DATE "5 Aug 2025"

8686
8787

/*

8888

* SECTION 4: BACKWARD COMPATIBILITY

8989

*/

9090
91-

# define OPENSSL_VERSION_TEXT "OpenSSL 3.5.1 1 Jul 2025"

91+

# define OPENSSL_VERSION_TEXT "OpenSSL 3.5.2 5 Aug 2025"

9292
9393

/* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */

9494

# ifdef OPENSSL_VERSION_PRE_RELEASE

Original file line numberDiff line numberDiff line change

@@ -169,7 +169,7 @@ our %config = (

169169

],

170170

"dynamic_engines" => "0",

171171

"ex_libs" => [],

172-

"full_version" => "3.5.1",

172+

"full_version" => "3.5.2",

173173

"includes" => [],

174174

"lflags" => [],

175175

"lib_defines" => [

@@ -232,7 +232,7 @@ our %config = (

232232

"openssl_sys_defines" => [],

233233

"openssldir" => "",

234234

"options" => "enable-ssl-trace enable-fips no-afalgeng no-asan no-asm no-brotli no-brotli-dynamic no-buildtest-c++ no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-demos no-dynamic-engine no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fips-jitter no-fuzz-afl no-fuzz-libfuzzer no-h3demo no-hqinterop no-jitter no-ktls no-loadereng no-md2 no-msan no-pie no-rc5 no-sctp no-shared no-ssl3 no-ssl3-method no-sslkeylog no-tfo no-trace no-ubsan no-unit-test no-uplink no-weak-ssl-ciphers no-winstore no-zlib no-zlib-dynamic no-zstd no-zstd-dynamic",

235-

"patch" => "1",

235+

"patch" => "2",

236236

"perl_archname" => "x86_64-linux-gnu-thread-multi",

237237

"perl_cmd" => "/usr/bin/perl",

238238

"perl_version" => "5.34.0",

@@ -286,11 +286,11 @@ our %config = (

286286

"prerelease" => "",

287287

"processor" => "",

288288

"rc4_int" => "unsigned int",

289-

"release_date" => "1 Jul 2025",

289+

"release_date" => "5 Aug 2025",

290290

"shlib_version" => "3",

291291

"sourcedir" => ".",

292292

"target" => "BSD-x86",

293-

"version" => "3.5.1"

293+

"version" => "3.5.2"

294294

);

295295

our %target = (

296296

"AR" => "ar",

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: Sun Jul 27 00:46:16 2025 UTC"

14+

#define DATE "built on: Tue Aug 5 17:10:45 2025 UTC"

1515
1616

/*

1717

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

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 5

32-

# define OPENSSL_VERSION_PATCH 1

32+

# define OPENSSL_VERSION_PATCH 2

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.5.1"

78-

# define OPENSSL_FULL_VERSION_STR "3.5.1"

77+

# define OPENSSL_VERSION_STR "3.5.2"

78+

# define OPENSSL_FULL_VERSION_STR "3.5.2"

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 "1 Jul 2025"

85+

# define OPENSSL_RELEASE_DATE "5 Aug 2025"

8686
8787

/*

8888

* SECTION 4: BACKWARD COMPATIBILITY

8989

*/

9090
91-

# define OPENSSL_VERSION_TEXT "OpenSSL 3.5.1 1 Jul 2025"

91+

# define OPENSSL_VERSION_TEXT "OpenSSL 3.5.2 5 Aug 2025"

9292
9393

/* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */

9494

# ifdef OPENSSL_VERSION_PRE_RELEASE

Original file line numberDiff line numberDiff line change

@@ -171,7 +171,7 @@ our %config = (

171171

],

172172

"dynamic_engines" => "0",

173173

"ex_libs" => [],

174-

"full_version" => "3.5.1",

174+

"full_version" => "3.5.2",

175175

"includes" => [],

176176

"lflags" => [],

177177

"lib_defines" => [

@@ -233,7 +233,7 @@ our %config = (

233233

"openssl_sys_defines" => [],

234234

"openssldir" => "",

235235

"options" => "enable-ssl-trace enable-fips no-afalgeng no-asan no-brotli no-brotli-dynamic no-buildtest-c++ no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-demos no-dynamic-engine no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fips-jitter no-fuzz-afl no-fuzz-libfuzzer no-h3demo no-hqinterop no-jitter no-ktls no-loadereng no-md2 no-msan no-pie no-rc5 no-sctp no-shared no-ssl3 no-ssl3-method no-sslkeylog no-tfo no-trace no-ubsan no-unit-test no-uplink no-weak-ssl-ciphers no-winstore no-zlib no-zlib-dynamic no-zstd no-zstd-dynamic",

236-

"patch" => "1",

236+

"patch" => "2",

237237

"perl_archname" => "x86_64-linux-gnu-thread-multi",

238238

"perl_cmd" => "/usr/bin/perl",

239239

"perl_version" => "5.34.0",

@@ -286,11 +286,11 @@ our %config = (

286286

"prerelease" => "",

287287

"processor" => "",

288288

"rc4_int" => "unsigned int",

289-

"release_date" => "1 Jul 2025",

289+

"release_date" => "5 Aug 2025",

290290

"shlib_version" => "3",

291291

"sourcedir" => ".",

292292

"target" => "BSD-x86_64",

293-

"version" => "3.5.1"

293+

"version" => "3.5.2"

294294

);

295295

our %target = (

296296

"AR" => "ar",