mirror of
https://github.com/nodejs/node.git
synced 2025-08-15 13:48:44 +02:00
deps: update archs files for openssl-3.5.2
PR-URL: https://github.com/nodejs/node/pull/59371 Reviewed-By: Richard Lau <richard.lau@ibm.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Filip Skokan <panva.ip@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
This commit is contained in:
parent
6b0e79968b
commit
bfffd44457
203 changed files with 610 additions and 579 deletions
|
@ -171,7 +171,7 @@ our %config = (
|
|||
],
|
||||
"dynamic_engines" => "0",
|
||||
"ex_libs" => [],
|
||||
"full_version" => "3.5.1",
|
||||
"full_version" => "3.5.2",
|
||||
"includes" => [],
|
||||
"lflags" => [],
|
||||
"lib_defines" => [
|
||||
|
@ -233,7 +233,7 @@ our %config = (
|
|||
"openssl_sys_defines" => [],
|
||||
"openssldir" => "",
|
||||
"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",
|
||||
"patch" => "1",
|
||||
"patch" => "2",
|
||||
"perl_archname" => "x86_64-linux-gnu-thread-multi",
|
||||
"perl_cmd" => "/usr/bin/perl",
|
||||
"perl_version" => "5.34.0",
|
||||
|
@ -286,11 +286,11 @@ our %config = (
|
|||
"prerelease" => "",
|
||||
"processor" => "",
|
||||
"rc4_int" => "unsigned int",
|
||||
"release_date" => "1 Jul 2025",
|
||||
"release_date" => "5 Aug 2025",
|
||||
"shlib_version" => "3",
|
||||
"sourcedir" => ".",
|
||||
"target" => "BSD-x86",
|
||||
"version" => "3.5.1"
|
||||
"version" => "3.5.2"
|
||||
);
|
||||
our %target = (
|
||||
"AR" => "ar",
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
*/
|
||||
|
||||
#define PLATFORM "platform: BSD-x86"
|
||||
#define DATE "built on: Sun Jul 27 00:45:42 2025 UTC"
|
||||
#define DATE "built on: Tue Aug 5 17:10:12 2025 UTC"
|
||||
|
||||
/*
|
||||
* Generate compiler_flags as an array of individual characters. This is a
|
||||
|
|
|
@ -29,7 +29,7 @@ extern "C" {
|
|||
*/
|
||||
# define OPENSSL_VERSION_MAJOR 3
|
||||
# define OPENSSL_VERSION_MINOR 5
|
||||
# define OPENSSL_VERSION_PATCH 1
|
||||
# define OPENSSL_VERSION_PATCH 2
|
||||
|
||||
/*
|
||||
* Additional version information
|
||||
|
@ -74,21 +74,21 @@ extern "C" {
|
|||
* longer variant with OPENSSL_VERSION_PRE_RELEASE_STR and
|
||||
* OPENSSL_VERSION_BUILD_METADATA_STR appended.
|
||||
*/
|
||||
# define OPENSSL_VERSION_STR "3.5.1"
|
||||
# define OPENSSL_FULL_VERSION_STR "3.5.1"
|
||||
# define OPENSSL_VERSION_STR "3.5.2"
|
||||
# define OPENSSL_FULL_VERSION_STR "3.5.2"
|
||||
|
||||
/*
|
||||
* SECTION 3: ADDITIONAL METADATA
|
||||
*
|
||||
* These strings are defined separately to allow them to be parsable.
|
||||
*/
|
||||
# define OPENSSL_RELEASE_DATE "1 Jul 2025"
|
||||
# define OPENSSL_RELEASE_DATE "5 Aug 2025"
|
||||
|
||||
/*
|
||||
* SECTION 4: BACKWARD COMPATIBILITY
|
||||
*/
|
||||
|
||||
# define OPENSSL_VERSION_TEXT "OpenSSL 3.5.1 1 Jul 2025"
|
||||
# define OPENSSL_VERSION_TEXT "OpenSSL 3.5.2 5 Aug 2025"
|
||||
|
||||
/* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
|
||||
# ifdef OPENSSL_VERSION_PRE_RELEASE
|
||||
|
|
|
@ -171,7 +171,7 @@ our %config = (
|
|||
],
|
||||
"dynamic_engines" => "0",
|
||||
"ex_libs" => [],
|
||||
"full_version" => "3.5.1",
|
||||
"full_version" => "3.5.2",
|
||||
"includes" => [],
|
||||
"lflags" => [],
|
||||
"lib_defines" => [
|
||||
|
@ -233,7 +233,7 @@ our %config = (
|
|||
"openssl_sys_defines" => [],
|
||||
"openssldir" => "",
|
||||
"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",
|
||||
"patch" => "1",
|
||||
"patch" => "2",
|
||||
"perl_archname" => "x86_64-linux-gnu-thread-multi",
|
||||
"perl_cmd" => "/usr/bin/perl",
|
||||
"perl_version" => "5.34.0",
|
||||
|
@ -286,11 +286,11 @@ our %config = (
|
|||
"prerelease" => "",
|
||||
"processor" => "",
|
||||
"rc4_int" => "unsigned int",
|
||||
"release_date" => "1 Jul 2025",
|
||||
"release_date" => "5 Aug 2025",
|
||||
"shlib_version" => "3",
|
||||
"sourcedir" => ".",
|
||||
"target" => "BSD-x86",
|
||||
"version" => "3.5.1"
|
||||
"version" => "3.5.2"
|
||||
);
|
||||
our %target = (
|
||||
"AR" => "ar",
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
*/
|
||||
|
||||
#define PLATFORM "platform: BSD-x86"
|
||||
#define DATE "built on: Sun Jul 27 00:45:59 2025 UTC"
|
||||
#define DATE "built on: Tue Aug 5 17:10:29 2025 UTC"
|
||||
|
||||
/*
|
||||
* Generate compiler_flags as an array of individual characters. This is a
|
||||
|
|
|
@ -29,7 +29,7 @@ extern "C" {
|
|||
*/
|
||||
# define OPENSSL_VERSION_MAJOR 3
|
||||
# define OPENSSL_VERSION_MINOR 5
|
||||
# define OPENSSL_VERSION_PATCH 1
|
||||
# define OPENSSL_VERSION_PATCH 2
|
||||
|
||||
/*
|
||||
* Additional version information
|
||||
|
@ -74,21 +74,21 @@ extern "C" {
|
|||
* longer variant with OPENSSL_VERSION_PRE_RELEASE_STR and
|
||||
* OPENSSL_VERSION_BUILD_METADATA_STR appended.
|
||||
*/
|
||||
# define OPENSSL_VERSION_STR "3.5.1"
|
||||
# define OPENSSL_FULL_VERSION_STR "3.5.1"
|
||||
# define OPENSSL_VERSION_STR "3.5.2"
|
||||
# define OPENSSL_FULL_VERSION_STR "3.5.2"
|
||||
|
||||
/*
|
||||
* SECTION 3: ADDITIONAL METADATA
|
||||
*
|
||||
* These strings are defined separately to allow them to be parsable.
|
||||
*/
|
||||
# define OPENSSL_RELEASE_DATE "1 Jul 2025"
|
||||
# define OPENSSL_RELEASE_DATE "5 Aug 2025"
|
||||
|
||||
/*
|
||||
* SECTION 4: BACKWARD COMPATIBILITY
|
||||
*/
|
||||
|
||||
# define OPENSSL_VERSION_TEXT "OpenSSL 3.5.1 1 Jul 2025"
|
||||
# define OPENSSL_VERSION_TEXT "OpenSSL 3.5.2 5 Aug 2025"
|
||||
|
||||
/* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
|
||||
# ifdef OPENSSL_VERSION_PRE_RELEASE
|
||||
|
|
|
@ -169,7 +169,7 @@ our %config = (
|
|||
],
|
||||
"dynamic_engines" => "0",
|
||||
"ex_libs" => [],
|
||||
"full_version" => "3.5.1",
|
||||
"full_version" => "3.5.2",
|
||||
"includes" => [],
|
||||
"lflags" => [],
|
||||
"lib_defines" => [
|
||||
|
@ -232,7 +232,7 @@ our %config = (
|
|||
"openssl_sys_defines" => [],
|
||||
"openssldir" => "",
|
||||
"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",
|
||||
"patch" => "1",
|
||||
"patch" => "2",
|
||||
"perl_archname" => "x86_64-linux-gnu-thread-multi",
|
||||
"perl_cmd" => "/usr/bin/perl",
|
||||
"perl_version" => "5.34.0",
|
||||
|
@ -286,11 +286,11 @@ our %config = (
|
|||
"prerelease" => "",
|
||||
"processor" => "",
|
||||
"rc4_int" => "unsigned int",
|
||||
"release_date" => "1 Jul 2025",
|
||||
"release_date" => "5 Aug 2025",
|
||||
"shlib_version" => "3",
|
||||
"sourcedir" => ".",
|
||||
"target" => "BSD-x86",
|
||||
"version" => "3.5.1"
|
||||
"version" => "3.5.2"
|
||||
);
|
||||
our %target = (
|
||||
"AR" => "ar",
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
*/
|
||||
|
||||
#define PLATFORM "platform: BSD-x86"
|
||||
#define DATE "built on: Sun Jul 27 00:46:16 2025 UTC"
|
||||
#define DATE "built on: Tue Aug 5 17:10:45 2025 UTC"
|
||||
|
||||
/*
|
||||
* Generate compiler_flags as an array of individual characters. This is a
|
||||
|
|
|
@ -29,7 +29,7 @@ extern "C" {
|
|||
*/
|
||||
# define OPENSSL_VERSION_MAJOR 3
|
||||
# define OPENSSL_VERSION_MINOR 5
|
||||
# define OPENSSL_VERSION_PATCH 1
|
||||
# define OPENSSL_VERSION_PATCH 2
|
||||
|
||||
/*
|
||||
* Additional version information
|
||||
|
@ -74,21 +74,21 @@ extern "C" {
|
|||
* longer variant with OPENSSL_VERSION_PRE_RELEASE_STR and
|
||||
* OPENSSL_VERSION_BUILD_METADATA_STR appended.
|
||||
*/
|
||||
# define OPENSSL_VERSION_STR "3.5.1"
|
||||
# define OPENSSL_FULL_VERSION_STR "3.5.1"
|
||||
# define OPENSSL_VERSION_STR "3.5.2"
|
||||
# define OPENSSL_FULL_VERSION_STR "3.5.2"
|
||||
|
||||
/*
|
||||
* SECTION 3: ADDITIONAL METADATA
|
||||
*
|
||||
* These strings are defined separately to allow them to be parsable.
|
||||
*/
|
||||
# define OPENSSL_RELEASE_DATE "1 Jul 2025"
|
||||
# define OPENSSL_RELEASE_DATE "5 Aug 2025"
|
||||
|
||||
/*
|
||||
* SECTION 4: BACKWARD COMPATIBILITY
|
||||
*/
|
||||
|
||||
# define OPENSSL_VERSION_TEXT "OpenSSL 3.5.1 1 Jul 2025"
|
||||
# define OPENSSL_VERSION_TEXT "OpenSSL 3.5.2 5 Aug 2025"
|
||||
|
||||
/* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
|
||||
# ifdef OPENSSL_VERSION_PRE_RELEASE
|
||||
|
|
|
@ -171,7 +171,7 @@ our %config = (
|
|||
],
|
||||
"dynamic_engines" => "0",
|
||||
"ex_libs" => [],
|
||||
"full_version" => "3.5.1",
|
||||
"full_version" => "3.5.2",
|
||||
"includes" => [],
|
||||
"lflags" => [],
|
||||
"lib_defines" => [
|
||||
|
@ -233,7 +233,7 @@ our %config = (
|
|||
"openssl_sys_defines" => [],
|
||||
"openssldir" => "",
|
||||
"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",
|
||||
"patch" => "1",
|
||||
"patch" => "2",
|
||||
"perl_archname" => "x86_64-linux-gnu-thread-multi",
|
||||
"perl_cmd" => "/usr/bin/perl",
|
||||
"perl_version" => "5.34.0",
|
||||
|
@ -286,11 +286,11 @@ our %config = (
|
|||
"prerelease" => "",
|
||||
"processor" => "",
|
||||
"rc4_int" => "unsigned int",
|
||||
"release_date" => "1 Jul 2025",
|
||||
"release_date" => "5 Aug 2025",
|
||||
"shlib_version" => "3",
|
||||
"sourcedir" => ".",
|
||||
"target" => "BSD-x86_64",
|
||||
"version" => "3.5.1"
|
||||
"version" => "3.5.2"
|
||||
);
|
||||
our %target = (
|
||||
"AR" => "ar",
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
*/
|
||||
|
||||
#define PLATFORM "platform: BSD-x86_64"
|
||||
#define DATE "built on: Sun Jul 27 00:46:32 2025 UTC"
|
||||
#define DATE "built on: Tue Aug 5 17:11:01 2025 UTC"
|
||||
|
||||
/*
|
||||
* Generate compiler_flags as an array of individual characters. This is a
|
||||
|
|
|
@ -29,7 +29,7 @@ extern "C" {
|
|||
*/
|
||||
# define OPENSSL_VERSION_MAJOR 3
|
||||
# define OPENSSL_VERSION_MINOR 5
|
||||
# define OPENSSL_VERSION_PATCH 1
|
||||
# define OPENSSL_VERSION_PATCH 2
|
||||
|
||||
/*
|
||||
* Additional version information
|
||||
|
@ -74,21 +74,21 @@ extern "C" {
|
|||
* longer variant with OPENSSL_VERSION_PRE_RELEASE_STR and
|
||||
* OPENSSL_VERSION_BUILD_METADATA_STR appended.
|
||||
*/
|
||||
# define OPENSSL_VERSION_STR "3.5.1"
|
||||
# define OPENSSL_FULL_VERSION_STR "3.5.1"
|
||||
# define OPENSSL_VERSION_STR "3.5.2"
|
||||
# define OPENSSL_FULL_VERSION_STR "3.5.2"
|
||||
|
||||
/*
|
||||
* SECTION 3: ADDITIONAL METADATA
|
||||
*
|
||||
* These strings are defined separately to allow them to be parsable.
|
||||
*/
|
||||
# define OPENSSL_RELEASE_DATE "1 Jul 2025"
|
||||
# define OPENSSL_RELEASE_DATE "5 Aug 2025"
|
||||
|
||||
/*
|
||||
* SECTION 4: BACKWARD COMPATIBILITY
|
||||
*/
|
||||
|
||||
# define OPENSSL_VERSION_TEXT "OpenSSL 3.5.1 1 Jul 2025"
|
||||
# define OPENSSL_VERSION_TEXT "OpenSSL 3.5.2 5 Aug 2025"
|
||||
|
||||
/* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
|
||||
# ifdef OPENSSL_VERSION_PRE_RELEASE
|
||||
|
|
|
@ -171,7 +171,7 @@ our %config = (
|
|||
],
|
||||
"dynamic_engines" => "0",
|
||||
"ex_libs" => [],
|
||||
"full_version" => "3.5.1",
|
||||
"full_version" => "3.5.2",
|
||||
"includes" => [],
|
||||
"lflags" => [],
|
||||
"lib_defines" => [
|
||||
|
@ -233,7 +233,7 @@ our %config = (
|
|||
"openssl_sys_defines" => [],
|
||||
"openssldir" => "",
|
||||
"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",
|
||||
"patch" => "1",
|
||||
"patch" => "2",
|
||||
"perl_archname" => "x86_64-linux-gnu-thread-multi",
|
||||
"perl_cmd" => "/usr/bin/perl",
|
||||
"perl_version" => "5.34.0",
|
||||
|
@ -286,11 +286,11 @@ our %config = (
|
|||
"prerelease" => "",
|
||||
"processor" => "",
|
||||
"rc4_int" => "unsigned int",
|
||||
"release_date" => "1 Jul 2025",
|
||||
"release_date" => "5 Aug 2025",
|
||||
"shlib_version" => "3",
|
||||
"sourcedir" => ".",
|
||||
"target" => "BSD-x86_64",
|
||||
"version" => "3.5.1"
|
||||
"version" => "3.5.2"
|
||||
);
|
||||
our %target = (
|
||||
"AR" => "ar",
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
*/
|
||||
|
||||
#define PLATFORM "platform: BSD-x86_64"
|
||||
#define DATE "built on: Sun Jul 27 00:46:56 2025 UTC"
|
||||
#define DATE "built on: Tue Aug 5 17:11:25 2025 UTC"
|
||||
|
||||
/*
|
||||
* Generate compiler_flags as an array of individual characters. This is a
|
||||
|
|
|
@ -29,7 +29,7 @@ extern "C" {
|
|||
*/
|
||||
# define OPENSSL_VERSION_MAJOR 3
|
||||
# define OPENSSL_VERSION_MINOR 5
|
||||
# define OPENSSL_VERSION_PATCH 1
|
||||
# define OPENSSL_VERSION_PATCH 2
|
||||
|
||||
/*
|
||||
* Additional version information
|
||||
|
@ -74,21 +74,21 @@ extern "C" {
|
|||
* longer variant with OPENSSL_VERSION_PRE_RELEASE_STR and
|
||||
* OPENSSL_VERSION_BUILD_METADATA_STR appended.
|
||||
*/
|
||||
# define OPENSSL_VERSION_STR "3.5.1"
|
||||
# define OPENSSL_FULL_VERSION_STR "3.5.1"
|
||||
# define OPENSSL_VERSION_STR "3.5.2"
|
||||
# define OPENSSL_FULL_VERSION_STR "3.5.2"
|
||||
|
||||
/*
|
||||
* SECTION 3: ADDITIONAL METADATA
|
||||
*
|
||||
* These strings are defined separately to allow them to be parsable.
|
||||
*/
|
||||
# define OPENSSL_RELEASE_DATE "1 Jul 2025"
|
||||
# define OPENSSL_RELEASE_DATE "5 Aug 2025"
|
||||
|
||||
/*
|
||||
* SECTION 4: BACKWARD COMPATIBILITY
|
||||
*/
|
||||
|
||||
# define OPENSSL_VERSION_TEXT "OpenSSL 3.5.1 1 Jul 2025"
|
||||
# define OPENSSL_VERSION_TEXT "OpenSSL 3.5.2 5 Aug 2025"
|
||||
|
||||
/* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
|
||||
# ifdef OPENSSL_VERSION_PRE_RELEASE
|
||||
|
|
|
@ -169,7 +169,7 @@ our %config = (
|
|||
],
|
||||
"dynamic_engines" => "0",
|
||||
"ex_libs" => [],
|
||||
"full_version" => "3.5.1",
|
||||
"full_version" => "3.5.2",
|
||||
"includes" => [],
|
||||
"lflags" => [],
|
||||
"lib_defines" => [
|
||||
|
@ -232,7 +232,7 @@ our %config = (
|
|||
"openssl_sys_defines" => [],
|
||||
"openssldir" => "",
|
||||
"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",
|
||||
"patch" => "1",
|
||||
"patch" => "2",
|
||||
"perl_archname" => "x86_64-linux-gnu-thread-multi",
|
||||
"perl_cmd" => "/usr/bin/perl",
|
||||
"perl_version" => "5.34.0",
|
||||
|
@ -286,11 +286,11 @@ our %config = (
|
|||
"prerelease" => "",
|
||||
"processor" => "",
|
||||
"rc4_int" => "unsigned int",
|
||||
"release_date" => "1 Jul 2025",
|
||||
"release_date" => "5 Aug 2025",
|
||||
"shlib_version" => "3",
|
||||
"sourcedir" => ".",
|
||||
"target" => "BSD-x86_64",
|
||||
"version" => "3.5.1"
|
||||
"version" => "3.5.2"
|
||||
);
|
||||
our %target = (
|
||||
"AR" => "ar",
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
*/
|
||||
|
||||
#define PLATFORM "platform: BSD-x86_64"
|
||||
#define DATE "built on: Sun Jul 27 00:47:16 2025 UTC"
|
||||
#define DATE "built on: Tue Aug 5 17:11:44 2025 UTC"
|
||||
|
||||
/*
|
||||
* Generate compiler_flags as an array of individual characters. This is a
|
||||
|
|
|
@ -29,7 +29,7 @@ extern "C" {
|
|||
*/
|
||||
# define OPENSSL_VERSION_MAJOR 3
|
||||
# define OPENSSL_VERSION_MINOR 5
|
||||
# define OPENSSL_VERSION_PATCH 1
|
||||
# define OPENSSL_VERSION_PATCH 2
|
||||
|
||||
/*
|
||||
* Additional version information
|
||||
|
@ -74,21 +74,21 @@ extern "C" {
|
|||
* longer variant with OPENSSL_VERSION_PRE_RELEASE_STR and
|
||||
* OPENSSL_VERSION_BUILD_METADATA_STR appended.
|
||||
*/
|
||||
# define OPENSSL_VERSION_STR "3.5.1"
|
||||
# define OPENSSL_FULL_VERSION_STR "3.5.1"
|
||||
# define OPENSSL_VERSION_STR "3.5.2"
|
||||
# define OPENSSL_FULL_VERSION_STR "3.5.2"
|
||||
|
||||
/*
|
||||
* SECTION 3: ADDITIONAL METADATA
|
||||
*
|
||||
* These strings are defined separately to allow them to be parsable.
|
||||
*/
|
||||
# define OPENSSL_RELEASE_DATE "1 Jul 2025"
|
||||
# define OPENSSL_RELEASE_DATE "5 Aug 2025"
|
||||
|
||||
/*
|
||||
* SECTION 4: BACKWARD COMPATIBILITY
|
||||
*/
|
||||
|
||||
# define OPENSSL_VERSION_TEXT "OpenSSL 3.5.1 1 Jul 2025"
|
||||
# define OPENSSL_VERSION_TEXT "OpenSSL 3.5.2 5 Aug 2025"
|
||||
|
||||
/* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
|
||||
# ifdef OPENSSL_VERSION_PRE_RELEASE
|
||||
|
|
|
@ -179,7 +179,7 @@ our %config = (
|
|||
],
|
||||
"dynamic_engines" => "0",
|
||||
"ex_libs" => [],
|
||||
"full_version" => "3.5.1",
|
||||
"full_version" => "3.5.2",
|
||||
"includes" => [],
|
||||
"lflags" => [],
|
||||
"lib_defines" => [
|
||||
|
@ -244,7 +244,7 @@ our %config = (
|
|||
],
|
||||
"openssldir" => "",
|
||||
"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-devcryptoeng 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-zlib no-zlib-dynamic no-zstd no-zstd-dynamic",
|
||||
"patch" => "1",
|
||||
"patch" => "2",
|
||||
"perl_archname" => "x86_64-linux-gnu-thread-multi",
|
||||
"perl_cmd" => "/usr/bin/perl",
|
||||
"perl_version" => "5.34.0",
|
||||
|
@ -297,11 +297,11 @@ our %config = (
|
|||
"prerelease" => "",
|
||||
"processor" => "",
|
||||
"rc4_int" => "unsigned int",
|
||||
"release_date" => "1 Jul 2025",
|
||||
"release_date" => "5 Aug 2025",
|
||||
"shlib_version" => "3",
|
||||
"sourcedir" => ".",
|
||||
"target" => "VC-WIN32",
|
||||
"version" => "3.5.1"
|
||||
"version" => "3.5.2"
|
||||
);
|
||||
our %target = (
|
||||
"AR" => "lib",
|
||||
|
@ -316,7 +316,7 @@ our %target = (
|
|||
"LDFLAGS" => "/nologo /debug",
|
||||
"MT" => "mt",
|
||||
"MTFLAGS" => "-nologo",
|
||||
"RANLIB" => "CODE(0x55e0c94592c0)",
|
||||
"RANLIB" => "CODE(0x55b0427d15f0)",
|
||||
"RC" => "rc",
|
||||
"_conf_fname_int" => [
|
||||
"Configurations/00-base-templates.conf",
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
*/
|
||||
|
||||
#define PLATFORM "platform: "
|
||||
#define DATE "built on: Sun Jul 27 00:59:38 2025 UTC"
|
||||
#define DATE "built on: Tue Aug 5 17:23:53 2025 UTC"
|
||||
|
||||
/*
|
||||
* Generate compiler_flags as an array of individual characters. This is a
|
||||
|
|
|
@ -29,7 +29,7 @@ extern "C" {
|
|||
*/
|
||||
# define OPENSSL_VERSION_MAJOR 3
|
||||
# define OPENSSL_VERSION_MINOR 5
|
||||
# define OPENSSL_VERSION_PATCH 1
|
||||
# define OPENSSL_VERSION_PATCH 2
|
||||
|
||||
/*
|
||||
* Additional version information
|
||||
|
@ -74,21 +74,21 @@ extern "C" {
|
|||
* longer variant with OPENSSL_VERSION_PRE_RELEASE_STR and
|
||||
* OPENSSL_VERSION_BUILD_METADATA_STR appended.
|
||||
*/
|
||||
# define OPENSSL_VERSION_STR "3.5.1"
|
||||
# define OPENSSL_FULL_VERSION_STR "3.5.1"
|
||||
# define OPENSSL_VERSION_STR "3.5.2"
|
||||
# define OPENSSL_FULL_VERSION_STR "3.5.2"
|
||||
|
||||
/*
|
||||
* SECTION 3: ADDITIONAL METADATA
|
||||
*
|
||||
* These strings are defined separately to allow them to be parsable.
|
||||
*/
|
||||
# define OPENSSL_RELEASE_DATE "1 Jul 2025"
|
||||
# define OPENSSL_RELEASE_DATE "5 Aug 2025"
|
||||
|
||||
/*
|
||||
* SECTION 4: BACKWARD COMPATIBILITY
|
||||
*/
|
||||
|
||||
# define OPENSSL_VERSION_TEXT "OpenSSL 3.5.1 1 Jul 2025"
|
||||
# define OPENSSL_VERSION_TEXT "OpenSSL 3.5.2 5 Aug 2025"
|
||||
|
||||
/* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
|
||||
# ifdef OPENSSL_VERSION_PRE_RELEASE
|
||||
|
|
|
@ -179,7 +179,7 @@ our %config = (
|
|||
],
|
||||
"dynamic_engines" => "0",
|
||||
"ex_libs" => [],
|
||||
"full_version" => "3.5.1",
|
||||
"full_version" => "3.5.2",
|
||||
"includes" => [],
|
||||
"lflags" => [],
|
||||
"lib_defines" => [
|
||||
|
@ -244,7 +244,7 @@ our %config = (
|
|||
],
|
||||
"openssldir" => "",
|
||||
"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-devcryptoeng 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-zlib no-zlib-dynamic no-zstd no-zstd-dynamic",
|
||||
"patch" => "1",
|
||||
"patch" => "2",
|
||||
"perl_archname" => "x86_64-linux-gnu-thread-multi",
|
||||
"perl_cmd" => "/usr/bin/perl",
|
||||
"perl_version" => "5.34.0",
|
||||
|
@ -297,11 +297,11 @@ our %config = (
|
|||
"prerelease" => "",
|
||||
"processor" => "",
|
||||
"rc4_int" => "unsigned int",
|
||||
"release_date" => "1 Jul 2025",
|
||||
"release_date" => "5 Aug 2025",
|
||||
"shlib_version" => "3",
|
||||
"sourcedir" => ".",
|
||||
"target" => "VC-WIN32",
|
||||
"version" => "3.5.1"
|
||||
"version" => "3.5.2"
|
||||
);
|
||||
our %target = (
|
||||
"AR" => "lib",
|
||||
|
@ -316,7 +316,7 @@ our %target = (
|
|||
"LDFLAGS" => "/nologo /debug",
|
||||
"MT" => "mt",
|
||||
"MTFLAGS" => "-nologo",
|
||||
"RANLIB" => "CODE(0x55b8f3b4a600)",
|
||||
"RANLIB" => "CODE(0x563b017ccb20)",
|
||||
"RC" => "rc",
|
||||
"_conf_fname_int" => [
|
||||
"Configurations/00-base-templates.conf",
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
*/
|
||||
|
||||
#define PLATFORM "platform: "
|
||||
#define DATE "built on: Sun Jul 27 00:59:53 2025 UTC"
|
||||
#define DATE "built on: Tue Aug 5 17:24:08 2025 UTC"
|
||||
|
||||
/*
|
||||
* Generate compiler_flags as an array of individual characters. This is a
|
||||
|
|
|
@ -29,7 +29,7 @@ extern "C" {
|
|||
*/
|
||||
# define OPENSSL_VERSION_MAJOR 3
|
||||
# define OPENSSL_VERSION_MINOR 5
|
||||
# define OPENSSL_VERSION_PATCH 1
|
||||
# define OPENSSL_VERSION_PATCH 2
|
||||
|
||||
/*
|
||||
* Additional version information
|
||||
|
@ -74,21 +74,21 @@ extern "C" {
|
|||
* longer variant with OPENSSL_VERSION_PRE_RELEASE_STR and
|
||||
* OPENSSL_VERSION_BUILD_METADATA_STR appended.
|
||||
*/
|
||||
# define OPENSSL_VERSION_STR "3.5.1"
|
||||
# define OPENSSL_FULL_VERSION_STR "3.5.1"
|
||||
# define OPENSSL_VERSION_STR "3.5.2"
|
||||
# define OPENSSL_FULL_VERSION_STR "3.5.2"
|
||||
|
||||
/*
|
||||
* SECTION 3: ADDITIONAL METADATA
|
||||
*
|
||||
* These strings are defined separately to allow them to be parsable.
|
||||
*/
|
||||
# define OPENSSL_RELEASE_DATE "1 Jul 2025"
|
||||
# define OPENSSL_RELEASE_DATE "5 Aug 2025"
|
||||
|
||||
/*
|
||||
* SECTION 4: BACKWARD COMPATIBILITY
|
||||
*/
|
||||
|
||||
# define OPENSSL_VERSION_TEXT "OpenSSL 3.5.1 1 Jul 2025"
|
||||
# define OPENSSL_VERSION_TEXT "OpenSSL 3.5.2 5 Aug 2025"
|
||||
|
||||
/* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
|
||||
# ifdef OPENSSL_VERSION_PRE_RELEASE
|
||||
|
|
|
@ -177,7 +177,7 @@ our %config = (
|
|||
],
|
||||
"dynamic_engines" => "0",
|
||||
"ex_libs" => [],
|
||||
"full_version" => "3.5.1",
|
||||
"full_version" => "3.5.2",
|
||||
"includes" => [],
|
||||
"lflags" => [],
|
||||
"lib_defines" => [
|
||||
|
@ -243,7 +243,7 @@ our %config = (
|
|||
],
|
||||
"openssldir" => "",
|
||||
"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-devcryptoeng 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-zlib no-zlib-dynamic no-zstd no-zstd-dynamic",
|
||||
"patch" => "1",
|
||||
"patch" => "2",
|
||||
"perl_archname" => "x86_64-linux-gnu-thread-multi",
|
||||
"perl_cmd" => "/usr/bin/perl",
|
||||
"perl_version" => "5.34.0",
|
||||
|
@ -297,11 +297,11 @@ our %config = (
|
|||
"prerelease" => "",
|
||||
"processor" => "",
|
||||
"rc4_int" => "unsigned int",
|
||||
"release_date" => "1 Jul 2025",
|
||||
"release_date" => "5 Aug 2025",
|
||||
"shlib_version" => "3",
|
||||
"sourcedir" => ".",
|
||||
"target" => "VC-WIN32",
|
||||
"version" => "3.5.1"
|
||||
"version" => "3.5.2"
|
||||
);
|
||||
our %target = (
|
||||
"AR" => "lib",
|
||||
|
@ -316,7 +316,7 @@ our %target = (
|
|||
"LDFLAGS" => "/nologo /debug",
|
||||
"MT" => "mt",
|
||||
"MTFLAGS" => "-nologo",
|
||||
"RANLIB" => "CODE(0x55b60cdb1fe0)",
|
||||
"RANLIB" => "CODE(0x560312a74440)",
|
||||
"RC" => "rc",
|
||||
"_conf_fname_int" => [
|
||||
"Configurations/00-base-templates.conf",
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
*/
|
||||
|
||||
#define PLATFORM "platform: "
|
||||
#define DATE "built on: Sun Jul 27 01:00:07 2025 UTC"
|
||||
#define DATE "built on: Tue Aug 5 17:24:22 2025 UTC"
|
||||
|
||||
/*
|
||||
* Generate compiler_flags as an array of individual characters. This is a
|
||||
|
|
|
@ -29,7 +29,7 @@ extern "C" {
|
|||
*/
|
||||
# define OPENSSL_VERSION_MAJOR 3
|
||||
# define OPENSSL_VERSION_MINOR 5
|
||||
# define OPENSSL_VERSION_PATCH 1
|
||||
# define OPENSSL_VERSION_PATCH 2
|
||||
|
||||
/*
|
||||
* Additional version information
|
||||
|
@ -74,21 +74,21 @@ extern "C" {
|
|||
* longer variant with OPENSSL_VERSION_PRE_RELEASE_STR and
|
||||
* OPENSSL_VERSION_BUILD_METADATA_STR appended.
|
||||
*/
|
||||
# define OPENSSL_VERSION_STR "3.5.1"
|
||||
# define OPENSSL_FULL_VERSION_STR "3.5.1"
|
||||
# define OPENSSL_VERSION_STR "3.5.2"
|
||||
# define OPENSSL_FULL_VERSION_STR "3.5.2"
|
||||
|
||||
/*
|
||||
* SECTION 3: ADDITIONAL METADATA
|
||||
*
|
||||
* These strings are defined separately to allow them to be parsable.
|
||||
*/
|
||||
# define OPENSSL_RELEASE_DATE "1 Jul 2025"
|
||||
# define OPENSSL_RELEASE_DATE "5 Aug 2025"
|
||||
|
||||
/*
|
||||
* SECTION 4: BACKWARD COMPATIBILITY
|
||||
*/
|
||||
|
||||
# define OPENSSL_VERSION_TEXT "OpenSSL 3.5.1 1 Jul 2025"
|
||||
# define OPENSSL_VERSION_TEXT "OpenSSL 3.5.2 5 Aug 2025"
|
||||
|
||||
/* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
|
||||
# ifdef OPENSSL_VERSION_PRE_RELEASE
|
||||
|
|
|
@ -177,7 +177,7 @@ our %config = (
|
|||
],
|
||||
"dynamic_engines" => "0",
|
||||
"ex_libs" => [],
|
||||
"full_version" => "3.5.1",
|
||||
"full_version" => "3.5.2",
|
||||
"includes" => [],
|
||||
"lflags" => [],
|
||||
"lib_defines" => [
|
||||
|
@ -241,7 +241,7 @@ our %config = (
|
|||
"openssl_sys_defines" => [],
|
||||
"openssldir" => "",
|
||||
"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-devcryptoeng 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-zlib no-zlib-dynamic no-zstd no-zstd-dynamic",
|
||||
"patch" => "1",
|
||||
"patch" => "2",
|
||||
"perl_archname" => "x86_64-linux-gnu-thread-multi",
|
||||
"perl_cmd" => "/usr/bin/perl",
|
||||
"perl_version" => "5.34.0",
|
||||
|
@ -295,11 +295,11 @@ our %config = (
|
|||
"prerelease" => "",
|
||||
"processor" => "",
|
||||
"rc4_int" => "unsigned char",
|
||||
"release_date" => "1 Jul 2025",
|
||||
"release_date" => "5 Aug 2025",
|
||||
"shlib_version" => "3",
|
||||
"sourcedir" => ".",
|
||||
"target" => "VC-WIN64-ARM",
|
||||
"version" => "3.5.1"
|
||||
"version" => "3.5.2"
|
||||
);
|
||||
our %target = (
|
||||
"AR" => "lib",
|
||||
|
@ -312,7 +312,7 @@ our %target = (
|
|||
"LDFLAGS" => "/nologo /debug",
|
||||
"MT" => "mt",
|
||||
"MTFLAGS" => "-nologo",
|
||||
"RANLIB" => "CODE(0x55e53022af60)",
|
||||
"RANLIB" => "CODE(0x556add68de40)",
|
||||
"RC" => "rc",
|
||||
"_conf_fname_int" => [
|
||||
"Configurations/00-base-templates.conf",
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
*/
|
||||
|
||||
#define PLATFORM "platform: VC-WIN64-ARM"
|
||||
#define DATE "built on: Sun Jul 27 01:00:21 2025 UTC"
|
||||
#define DATE "built on: Tue Aug 5 17:24:36 2025 UTC"
|
||||
|
||||
/*
|
||||
* Generate compiler_flags as an array of individual characters. This is a
|
||||
|
|
|
@ -29,7 +29,7 @@ extern "C" {
|
|||
*/
|
||||
# define OPENSSL_VERSION_MAJOR 3
|
||||
# define OPENSSL_VERSION_MINOR 5
|
||||
# define OPENSSL_VERSION_PATCH 1
|
||||
# define OPENSSL_VERSION_PATCH 2
|
||||
|
||||
/*
|
||||
* Additional version information
|
||||
|
@ -74,21 +74,21 @@ extern "C" {
|
|||
* longer variant with OPENSSL_VERSION_PRE_RELEASE_STR and
|
||||
* OPENSSL_VERSION_BUILD_METADATA_STR appended.
|
||||
*/
|
||||
# define OPENSSL_VERSION_STR "3.5.1"
|
||||
# define OPENSSL_FULL_VERSION_STR "3.5.1"
|
||||
# define OPENSSL_VERSION_STR "3.5.2"
|
||||
# define OPENSSL_FULL_VERSION_STR "3.5.2"
|
||||
|
||||
/*
|
||||
* SECTION 3: ADDITIONAL METADATA
|
||||
*
|
||||
* These strings are defined separately to allow them to be parsable.
|
||||
*/
|
||||
# define OPENSSL_RELEASE_DATE "1 Jul 2025"
|
||||
# define OPENSSL_RELEASE_DATE "5 Aug 2025"
|
||||
|
||||
/*
|
||||
* SECTION 4: BACKWARD COMPATIBILITY
|
||||
*/
|
||||
|
||||
# define OPENSSL_VERSION_TEXT "OpenSSL 3.5.1 1 Jul 2025"
|
||||
# define OPENSSL_VERSION_TEXT "OpenSSL 3.5.2 5 Aug 2025"
|
||||
|
||||
/* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
|
||||
# ifdef OPENSSL_VERSION_PRE_RELEASE
|
||||
|
|
|
@ -181,7 +181,7 @@ our %config = (
|
|||
],
|
||||
"dynamic_engines" => "0",
|
||||
"ex_libs" => [],
|
||||
"full_version" => "3.5.1",
|
||||
"full_version" => "3.5.2",
|
||||
"includes" => [],
|
||||
"lflags" => [],
|
||||
"lib_defines" => [
|
||||
|
@ -246,7 +246,7 @@ our %config = (
|
|||
],
|
||||
"openssldir" => "",
|
||||
"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-devcryptoeng 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-zlib no-zlib-dynamic no-zstd no-zstd-dynamic",
|
||||
"patch" => "1",
|
||||
"patch" => "2",
|
||||
"perl_archname" => "x86_64-linux-gnu-thread-multi",
|
||||
"perl_cmd" => "/usr/bin/perl",
|
||||
"perl_version" => "5.34.0",
|
||||
|
@ -299,11 +299,11 @@ our %config = (
|
|||
"prerelease" => "",
|
||||
"processor" => "",
|
||||
"rc4_int" => "unsigned int",
|
||||
"release_date" => "1 Jul 2025",
|
||||
"release_date" => "5 Aug 2025",
|
||||
"shlib_version" => "3",
|
||||
"sourcedir" => ".",
|
||||
"target" => "VC-WIN64A",
|
||||
"version" => "3.5.1"
|
||||
"version" => "3.5.2"
|
||||
);
|
||||
our %target = (
|
||||
"AR" => "lib",
|
||||
|
@ -318,7 +318,7 @@ our %target = (
|
|||
"LDFLAGS" => "/nologo /debug",
|
||||
"MT" => "mt",
|
||||
"MTFLAGS" => "-nologo",
|
||||
"RANLIB" => "CODE(0x55b8eb9ae8f0)",
|
||||
"RANLIB" => "CODE(0x55da9d602550)",
|
||||
"RC" => "rc",
|
||||
"_conf_fname_int" => [
|
||||
"Configurations/00-base-templates.conf",
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
*/
|
||||
|
||||
#define PLATFORM "platform: "
|
||||
#define DATE "built on: Sun Jul 27 00:58:39 2025 UTC"
|
||||
#define DATE "built on: Tue Aug 5 17:22:55 2025 UTC"
|
||||
|
||||
/*
|
||||
* Generate compiler_flags as an array of individual characters. This is a
|
||||
|
|
|
@ -29,7 +29,7 @@ extern "C" {
|
|||
*/
|
||||
# define OPENSSL_VERSION_MAJOR 3
|
||||
# define OPENSSL_VERSION_MINOR 5
|
||||
# define OPENSSL_VERSION_PATCH 1
|
||||
# define OPENSSL_VERSION_PATCH 2
|
||||
|
||||
/*
|
||||
* Additional version information
|
||||
|
@ -74,21 +74,21 @@ extern "C" {
|
|||
* longer variant with OPENSSL_VERSION_PRE_RELEASE_STR and
|
||||
* OPENSSL_VERSION_BUILD_METADATA_STR appended.
|
||||
*/
|
||||
# define OPENSSL_VERSION_STR "3.5.1"
|
||||
# define OPENSSL_FULL_VERSION_STR "3.5.1"
|
||||
# define OPENSSL_VERSION_STR "3.5.2"
|
||||
# define OPENSSL_FULL_VERSION_STR "3.5.2"
|
||||
|
||||
/*
|
||||
* SECTION 3: ADDITIONAL METADATA
|
||||
*
|
||||
* These strings are defined separately to allow them to be parsable.
|
||||
*/
|
||||
# define OPENSSL_RELEASE_DATE "1 Jul 2025"
|
||||
# define OPENSSL_RELEASE_DATE "5 Aug 2025"
|
||||
|
||||
/*
|
||||
* SECTION 4: BACKWARD COMPATIBILITY
|
||||
*/
|
||||
|
||||
# define OPENSSL_VERSION_TEXT "OpenSSL 3.5.1 1 Jul 2025"
|
||||
# define OPENSSL_VERSION_TEXT "OpenSSL 3.5.2 5 Aug 2025"
|
||||
|
||||
/* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
|
||||
# ifdef OPENSSL_VERSION_PRE_RELEASE
|
||||
|
|
|
@ -181,7 +181,7 @@ our %config = (
|
|||
],
|
||||
"dynamic_engines" => "0",
|
||||
"ex_libs" => [],
|
||||
"full_version" => "3.5.1",
|
||||
"full_version" => "3.5.2",
|
||||
"includes" => [],
|
||||
"lflags" => [],
|
||||
"lib_defines" => [
|
||||
|
@ -246,7 +246,7 @@ our %config = (
|
|||
],
|
||||
"openssldir" => "",
|
||||
"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-devcryptoeng 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-zlib no-zlib-dynamic no-zstd no-zstd-dynamic",
|
||||
"patch" => "1",
|
||||
"patch" => "2",
|
||||
"perl_archname" => "x86_64-linux-gnu-thread-multi",
|
||||
"perl_cmd" => "/usr/bin/perl",
|
||||
"perl_version" => "5.34.0",
|
||||
|
@ -299,11 +299,11 @@ our %config = (
|
|||
"prerelease" => "",
|
||||
"processor" => "",
|
||||
"rc4_int" => "unsigned int",
|
||||
"release_date" => "1 Jul 2025",
|
||||
"release_date" => "5 Aug 2025",
|
||||
"shlib_version" => "3",
|
||||
"sourcedir" => ".",
|
||||
"target" => "VC-WIN64A",
|
||||
"version" => "3.5.1"
|
||||
"version" => "3.5.2"
|
||||
);
|
||||
our %target = (
|
||||
"AR" => "lib",
|
||||
|
@ -318,7 +318,7 @@ our %target = (
|
|||
"LDFLAGS" => "/nologo /debug",
|
||||
"MT" => "mt",
|
||||
"MTFLAGS" => "-nologo",
|
||||
"RANLIB" => "CODE(0x5566d2efe410)",
|
||||
"RANLIB" => "CODE(0x55c0b2e98700)",
|
||||
"RC" => "rc",
|
||||
"_conf_fname_int" => [
|
||||
"Configurations/00-base-templates.conf",
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
*/
|
||||
|
||||
#define PLATFORM "platform: "
|
||||
#define DATE "built on: Sun Jul 27 00:59:02 2025 UTC"
|
||||
#define DATE "built on: Tue Aug 5 17:23:17 2025 UTC"
|
||||
|
||||
/*
|
||||
* Generate compiler_flags as an array of individual characters. This is a
|
||||
|
|
|
@ -29,7 +29,7 @@ extern "C" {
|
|||
*/
|
||||
# define OPENSSL_VERSION_MAJOR 3
|
||||
# define OPENSSL_VERSION_MINOR 5
|
||||
# define OPENSSL_VERSION_PATCH 1
|
||||
# define OPENSSL_VERSION_PATCH 2
|
||||
|
||||
/*
|
||||
* Additional version information
|
||||
|
@ -74,21 +74,21 @@ extern "C" {
|
|||
* longer variant with OPENSSL_VERSION_PRE_RELEASE_STR and
|
||||
* OPENSSL_VERSION_BUILD_METADATA_STR appended.
|
||||
*/
|
||||
# define OPENSSL_VERSION_STR "3.5.1"
|
||||
# define OPENSSL_FULL_VERSION_STR "3.5.1"
|
||||
# define OPENSSL_VERSION_STR "3.5.2"
|
||||
# define OPENSSL_FULL_VERSION_STR "3.5.2"
|
||||
|
||||
/*
|
||||
* SECTION 3: ADDITIONAL METADATA
|
||||
*
|
||||
* These strings are defined separately to allow them to be parsable.
|
||||
*/
|
||||
# define OPENSSL_RELEASE_DATE "1 Jul 2025"
|
||||
# define OPENSSL_RELEASE_DATE "5 Aug 2025"
|
||||
|
||||
/*
|
||||
* SECTION 4: BACKWARD COMPATIBILITY
|
||||
*/
|
||||
|
||||
# define OPENSSL_VERSION_TEXT "OpenSSL 3.5.1 1 Jul 2025"
|
||||
# define OPENSSL_VERSION_TEXT "OpenSSL 3.5.2 5 Aug 2025"
|
||||
|
||||
/* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
|
||||
# ifdef OPENSSL_VERSION_PRE_RELEASE
|
||||
|
|
|
@ -179,7 +179,7 @@ our %config = (
|
|||
],
|
||||
"dynamic_engines" => "0",
|
||||
"ex_libs" => [],
|
||||
"full_version" => "3.5.1",
|
||||
"full_version" => "3.5.2",
|
||||
"includes" => [],
|
||||
"lflags" => [],
|
||||
"lib_defines" => [
|
||||
|
@ -245,7 +245,7 @@ our %config = (
|
|||
],
|
||||
"openssldir" => "",
|
||||
"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-devcryptoeng 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-zlib no-zlib-dynamic no-zstd no-zstd-dynamic",
|
||||
"patch" => "1",
|
||||
"patch" => "2",
|
||||
"perl_archname" => "x86_64-linux-gnu-thread-multi",
|
||||
"perl_cmd" => "/usr/bin/perl",
|
||||
"perl_version" => "5.34.0",
|
||||
|
@ -299,11 +299,11 @@ our %config = (
|
|||
"prerelease" => "",
|
||||
"processor" => "",
|
||||
"rc4_int" => "unsigned int",
|
||||
"release_date" => "1 Jul 2025",
|
||||
"release_date" => "5 Aug 2025",
|
||||
"shlib_version" => "3",
|
||||
"sourcedir" => ".",
|
||||
"target" => "VC-WIN64A",
|
||||
"version" => "3.5.1"
|
||||
"version" => "3.5.2"
|
||||
);
|
||||
our %target = (
|
||||
"AR" => "lib",
|
||||
|
@ -318,7 +318,7 @@ our %target = (
|
|||
"LDFLAGS" => "/nologo /debug",
|
||||
"MT" => "mt",
|
||||
"MTFLAGS" => "-nologo",
|
||||
"RANLIB" => "CODE(0x562964a84f60)",
|
||||
"RANLIB" => "CODE(0x55b8adae0460)",
|
||||
"RC" => "rc",
|
||||
"_conf_fname_int" => [
|
||||
"Configurations/00-base-templates.conf",
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
*/
|
||||
|
||||
#define PLATFORM "platform: "
|
||||
#define DATE "built on: Sun Jul 27 00:59:24 2025 UTC"
|
||||
#define DATE "built on: Tue Aug 5 17:23:40 2025 UTC"
|
||||
|
||||
/*
|
||||
* Generate compiler_flags as an array of individual characters. This is a
|
||||
|
|
|
@ -29,7 +29,7 @@ extern "C" {
|
|||
*/
|
||||
# define OPENSSL_VERSION_MAJOR 3
|
||||
# define OPENSSL_VERSION_MINOR 5
|
||||
# define OPENSSL_VERSION_PATCH 1
|
||||
# define OPENSSL_VERSION_PATCH 2
|
||||
|
||||
/*
|
||||
* Additional version information
|
||||
|
@ -74,21 +74,21 @@ extern "C" {
|
|||
* longer variant with OPENSSL_VERSION_PRE_RELEASE_STR and
|
||||
* OPENSSL_VERSION_BUILD_METADATA_STR appended.
|
||||
*/
|
||||
# define OPENSSL_VERSION_STR "3.5.1"
|
||||
# define OPENSSL_FULL_VERSION_STR "3.5.1"
|
||||
# define OPENSSL_VERSION_STR "3.5.2"
|
||||
# define OPENSSL_FULL_VERSION_STR "3.5.2"
|
||||
|
||||
/*
|
||||
* SECTION 3: ADDITIONAL METADATA
|
||||
*
|
||||
* These strings are defined separately to allow them to be parsable.
|
||||
*/
|
||||
# define OPENSSL_RELEASE_DATE "1 Jul 2025"
|
||||
# define OPENSSL_RELEASE_DATE "5 Aug 2025"
|
||||
|
||||
/*
|
||||
* SECTION 4: BACKWARD COMPATIBILITY
|
||||
*/
|
||||
|
||||
# define OPENSSL_VERSION_TEXT "OpenSSL 3.5.1 1 Jul 2025"
|
||||
# define OPENSSL_VERSION_TEXT "OpenSSL 3.5.2 5 Aug 2025"
|
||||
|
||||
/* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
|
||||
# ifdef OPENSSL_VERSION_PRE_RELEASE
|
||||
|
|
|
@ -171,7 +171,7 @@ our %config = (
|
|||
],
|
||||
"dynamic_engines" => "0",
|
||||
"ex_libs" => [],
|
||||
"full_version" => "3.5.1",
|
||||
"full_version" => "3.5.2",
|
||||
"includes" => [],
|
||||
"lflags" => [],
|
||||
"lib_defines" => [
|
||||
|
@ -236,7 +236,7 @@ our %config = (
|
|||
],
|
||||
"openssldir" => "",
|
||||
"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-devcryptoeng 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",
|
||||
"patch" => "1",
|
||||
"patch" => "2",
|
||||
"perl_archname" => "x86_64-linux-gnu-thread-multi",
|
||||
"perl_cmd" => "/usr/bin/perl",
|
||||
"perl_version" => "5.34.0",
|
||||
|
@ -289,11 +289,11 @@ our %config = (
|
|||
"prerelease" => "",
|
||||
"processor" => "",
|
||||
"rc4_int" => "unsigned char",
|
||||
"release_date" => "1 Jul 2025",
|
||||
"release_date" => "5 Aug 2025",
|
||||
"shlib_version" => "3",
|
||||
"sourcedir" => ".",
|
||||
"target" => "aix64-gcc-as",
|
||||
"version" => "3.5.1"
|
||||
"version" => "3.5.2"
|
||||
);
|
||||
our %target = (
|
||||
"AR" => "ar -X64",
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
*/
|
||||
|
||||
#define PLATFORM "platform: aix64-gcc-as"
|
||||
#define DATE "built on: Sun Jul 27 00:44:53 2025 UTC"
|
||||
#define DATE "built on: Tue Aug 5 17:09:24 2025 UTC"
|
||||
|
||||
/*
|
||||
* Generate compiler_flags as an array of individual characters. This is a
|
||||
|
|
|
@ -29,7 +29,7 @@ extern "C" {
|
|||
*/
|
||||
# define OPENSSL_VERSION_MAJOR 3
|
||||
# define OPENSSL_VERSION_MINOR 5
|
||||
# define OPENSSL_VERSION_PATCH 1
|
||||
# define OPENSSL_VERSION_PATCH 2
|
||||
|
||||
/*
|
||||
* Additional version information
|
||||
|
@ -74,21 +74,21 @@ extern "C" {
|
|||
* longer variant with OPENSSL_VERSION_PRE_RELEASE_STR and
|
||||
* OPENSSL_VERSION_BUILD_METADATA_STR appended.
|
||||
*/
|
||||
# define OPENSSL_VERSION_STR "3.5.1"
|
||||
# define OPENSSL_FULL_VERSION_STR "3.5.1"
|
||||
# define OPENSSL_VERSION_STR "3.5.2"
|
||||
# define OPENSSL_FULL_VERSION_STR "3.5.2"
|
||||
|
||||
/*
|
||||
* SECTION 3: ADDITIONAL METADATA
|
||||
*
|
||||
* These strings are defined separately to allow them to be parsable.
|
||||
*/
|
||||
# define OPENSSL_RELEASE_DATE "1 Jul 2025"
|
||||
# define OPENSSL_RELEASE_DATE "5 Aug 2025"
|
||||
|
||||
/*
|
||||
* SECTION 4: BACKWARD COMPATIBILITY
|
||||
*/
|
||||
|
||||
# define OPENSSL_VERSION_TEXT "OpenSSL 3.5.1 1 Jul 2025"
|
||||
# define OPENSSL_VERSION_TEXT "OpenSSL 3.5.2 5 Aug 2025"
|
||||
|
||||
/* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
|
||||
# ifdef OPENSSL_VERSION_PRE_RELEASE
|
||||
|
|
|
@ -171,7 +171,7 @@ our %config = (
|
|||
],
|
||||
"dynamic_engines" => "0",
|
||||
"ex_libs" => [],
|
||||
"full_version" => "3.5.1",
|
||||
"full_version" => "3.5.2",
|
||||
"includes" => [],
|
||||
"lflags" => [],
|
||||
"lib_defines" => [
|
||||
|
@ -236,7 +236,7 @@ our %config = (
|
|||
],
|
||||
"openssldir" => "",
|
||||
"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-devcryptoeng 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",
|
||||
"patch" => "1",
|
||||
"patch" => "2",
|
||||
"perl_archname" => "x86_64-linux-gnu-thread-multi",
|
||||
"perl_cmd" => "/usr/bin/perl",
|
||||
"perl_version" => "5.34.0",
|
||||
|
@ -289,11 +289,11 @@ our %config = (
|
|||
"prerelease" => "",
|
||||
"processor" => "",
|
||||
"rc4_int" => "unsigned char",
|
||||
"release_date" => "1 Jul 2025",
|
||||
"release_date" => "5 Aug 2025",
|
||||
"shlib_version" => "3",
|
||||
"sourcedir" => ".",
|
||||
"target" => "aix64-gcc-as",
|
||||
"version" => "3.5.1"
|
||||
"version" => "3.5.2"
|
||||
);
|
||||
our %target = (
|
||||
"AR" => "ar -X64",
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
*/
|
||||
|
||||
#define PLATFORM "platform: aix64-gcc-as"
|
||||
#define DATE "built on: Sun Jul 27 00:45:10 2025 UTC"
|
||||
#define DATE "built on: Tue Aug 5 17:09:41 2025 UTC"
|
||||
|
||||
/*
|
||||
* Generate compiler_flags as an array of individual characters. This is a
|
||||
|
|
|
@ -29,7 +29,7 @@ extern "C" {
|
|||
*/
|
||||
# define OPENSSL_VERSION_MAJOR 3
|
||||
# define OPENSSL_VERSION_MINOR 5
|
||||
# define OPENSSL_VERSION_PATCH 1
|
||||
# define OPENSSL_VERSION_PATCH 2
|
||||
|
||||
/*
|
||||
* Additional version information
|
||||
|
@ -74,21 +74,21 @@ extern "C" {
|
|||
* longer variant with OPENSSL_VERSION_PRE_RELEASE_STR and
|
||||
* OPENSSL_VERSION_BUILD_METADATA_STR appended.
|
||||
*/
|
||||
# define OPENSSL_VERSION_STR "3.5.1"
|
||||
# define OPENSSL_FULL_VERSION_STR "3.5.1"
|
||||
# define OPENSSL_VERSION_STR "3.5.2"
|
||||
# define OPENSSL_FULL_VERSION_STR "3.5.2"
|
||||
|
||||
/*
|
||||
* SECTION 3: ADDITIONAL METADATA
|
||||
*
|
||||
* These strings are defined separately to allow them to be parsable.
|
||||
*/
|
||||
# define OPENSSL_RELEASE_DATE "1 Jul 2025"
|
||||
# define OPENSSL_RELEASE_DATE "5 Aug 2025"
|
||||
|
||||
/*
|
||||
* SECTION 4: BACKWARD COMPATIBILITY
|
||||
*/
|
||||
|
||||
# define OPENSSL_VERSION_TEXT "OpenSSL 3.5.1 1 Jul 2025"
|
||||
# define OPENSSL_VERSION_TEXT "OpenSSL 3.5.2 5 Aug 2025"
|
||||
|
||||
/* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
|
||||
# ifdef OPENSSL_VERSION_PRE_RELEASE
|
||||
|
|
|
@ -169,7 +169,7 @@ our %config = (
|
|||
],
|
||||
"dynamic_engines" => "0",
|
||||
"ex_libs" => [],
|
||||
"full_version" => "3.5.1",
|
||||
"full_version" => "3.5.2",
|
||||
"includes" => [],
|
||||
"lflags" => [],
|
||||
"lib_defines" => [
|
||||
|
@ -235,7 +235,7 @@ our %config = (
|
|||
],
|
||||
"openssldir" => "",
|
||||
"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-devcryptoeng 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",
|
||||
"patch" => "1",
|
||||
"patch" => "2",
|
||||
"perl_archname" => "x86_64-linux-gnu-thread-multi",
|
||||
"perl_cmd" => "/usr/bin/perl",
|
||||
"perl_version" => "5.34.0",
|
||||
|
@ -289,11 +289,11 @@ our %config = (
|
|||
"prerelease" => "",
|
||||
"processor" => "",
|
||||
"rc4_int" => "unsigned char",
|
||||
"release_date" => "1 Jul 2025",
|
||||
"release_date" => "5 Aug 2025",
|
||||
"shlib_version" => "3",
|
||||
"sourcedir" => ".",
|
||||
"target" => "aix64-gcc-as",
|
||||
"version" => "3.5.1"
|
||||
"version" => "3.5.2"
|
||||
);
|
||||
our %target = (
|
||||
"AR" => "ar -X64",
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
*/
|
||||
|
||||
#define PLATFORM "platform: aix64-gcc-as"
|
||||
#define DATE "built on: Sun Jul 27 00:45:27 2025 UTC"
|
||||
#define DATE "built on: Tue Aug 5 17:09:57 2025 UTC"
|
||||
|
||||
/*
|
||||
* Generate compiler_flags as an array of individual characters. This is a
|
||||
|
|
|
@ -29,7 +29,7 @@ extern "C" {
|
|||
*/
|
||||
# define OPENSSL_VERSION_MAJOR 3
|
||||
# define OPENSSL_VERSION_MINOR 5
|
||||
# define OPENSSL_VERSION_PATCH 1
|
||||
# define OPENSSL_VERSION_PATCH 2
|
||||
|
||||
/*
|
||||
* Additional version information
|
||||
|
@ -74,21 +74,21 @@ extern "C" {
|
|||
* longer variant with OPENSSL_VERSION_PRE_RELEASE_STR and
|
||||
* OPENSSL_VERSION_BUILD_METADATA_STR appended.
|
||||
*/
|
||||
# define OPENSSL_VERSION_STR "3.5.1"
|
||||
# define OPENSSL_FULL_VERSION_STR "3.5.1"
|
||||
# define OPENSSL_VERSION_STR "3.5.2"
|
||||
# define OPENSSL_FULL_VERSION_STR "3.5.2"
|
||||
|
||||
/*
|
||||
* SECTION 3: ADDITIONAL METADATA
|
||||
*
|
||||
* These strings are defined separately to allow them to be parsable.
|
||||
*/
|
||||
# define OPENSSL_RELEASE_DATE "1 Jul 2025"
|
||||
# define OPENSSL_RELEASE_DATE "5 Aug 2025"
|
||||
|
||||
/*
|
||||
* SECTION 4: BACKWARD COMPATIBILITY
|
||||
*/
|
||||
|
||||
# define OPENSSL_VERSION_TEXT "OpenSSL 3.5.1 1 Jul 2025"
|
||||
# define OPENSSL_VERSION_TEXT "OpenSSL 3.5.2 5 Aug 2025"
|
||||
|
||||
/* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
|
||||
# ifdef OPENSSL_VERSION_PRE_RELEASE
|
||||
|
|
|
@ -171,7 +171,7 @@ our %config = (
|
|||
],
|
||||
"dynamic_engines" => "0",
|
||||
"ex_libs" => [],
|
||||
"full_version" => "3.5.1",
|
||||
"full_version" => "3.5.2",
|
||||
"includes" => [],
|
||||
"lflags" => [],
|
||||
"lib_defines" => [
|
||||
|
@ -236,7 +236,7 @@ our %config = (
|
|||
],
|
||||
"openssldir" => "",
|
||||
"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-devcryptoeng 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",
|
||||
"patch" => "1",
|
||||
"patch" => "2",
|
||||
"perl_archname" => "x86_64-linux-gnu-thread-multi",
|
||||
"perl_cmd" => "/usr/bin/perl",
|
||||
"perl_version" => "5.34.0",
|
||||
|
@ -289,11 +289,11 @@ our %config = (
|
|||
"prerelease" => "",
|
||||
"processor" => "",
|
||||
"rc4_int" => "unsigned int",
|
||||
"release_date" => "1 Jul 2025",
|
||||
"release_date" => "5 Aug 2025",
|
||||
"shlib_version" => "3",
|
||||
"sourcedir" => ".",
|
||||
"target" => "darwin-i386-cc",
|
||||
"version" => "3.5.1"
|
||||
"version" => "3.5.2"
|
||||
);
|
||||
our %target = (
|
||||
"AR" => "ar",
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
*/
|
||||
|
||||
#define PLATFORM "platform: darwin-i386-cc"
|
||||
#define DATE "built on: Sun Jul 27 00:48:31 2025 UTC"
|
||||
#define DATE "built on: Tue Aug 5 17:12:58 2025 UTC"
|
||||
|
||||
/*
|
||||
* Generate compiler_flags as an array of individual characters. This is a
|
||||
|
|
|
@ -29,7 +29,7 @@ extern "C" {
|
|||
*/
|
||||
# define OPENSSL_VERSION_MAJOR 3
|
||||
# define OPENSSL_VERSION_MINOR 5
|
||||
# define OPENSSL_VERSION_PATCH 1
|
||||
# define OPENSSL_VERSION_PATCH 2
|
||||
|
||||
/*
|
||||
* Additional version information
|
||||
|
@ -74,21 +74,21 @@ extern "C" {
|
|||
* longer variant with OPENSSL_VERSION_PRE_RELEASE_STR and
|
||||
* OPENSSL_VERSION_BUILD_METADATA_STR appended.
|
||||
*/
|
||||
# define OPENSSL_VERSION_STR "3.5.1"
|
||||
# define OPENSSL_FULL_VERSION_STR "3.5.1"
|
||||
# define OPENSSL_VERSION_STR "3.5.2"
|
||||
# define OPENSSL_FULL_VERSION_STR "3.5.2"
|
||||
|
||||
/*
|
||||
* SECTION 3: ADDITIONAL METADATA
|
||||
*
|
||||
* These strings are defined separately to allow them to be parsable.
|
||||
*/
|
||||
# define OPENSSL_RELEASE_DATE "1 Jul 2025"
|
||||
# define OPENSSL_RELEASE_DATE "5 Aug 2025"
|
||||
|
||||
/*
|
||||
* SECTION 4: BACKWARD COMPATIBILITY
|
||||
*/
|
||||
|
||||
# define OPENSSL_VERSION_TEXT "OpenSSL 3.5.1 1 Jul 2025"
|
||||
# define OPENSSL_VERSION_TEXT "OpenSSL 3.5.2 5 Aug 2025"
|
||||
|
||||
/* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
|
||||
# ifdef OPENSSL_VERSION_PRE_RELEASE
|
||||
|
|
|
@ -171,7 +171,7 @@ our %config = (
|
|||
],
|
||||
"dynamic_engines" => "0",
|
||||
"ex_libs" => [],
|
||||
"full_version" => "3.5.1",
|
||||
"full_version" => "3.5.2",
|
||||
"includes" => [],
|
||||
"lflags" => [],
|
||||
"lib_defines" => [
|
||||
|
@ -236,7 +236,7 @@ our %config = (
|
|||
],
|
||||
"openssldir" => "",
|
||||
"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-devcryptoeng 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",
|
||||
"patch" => "1",
|
||||
"patch" => "2",
|
||||
"perl_archname" => "x86_64-linux-gnu-thread-multi",
|
||||
"perl_cmd" => "/usr/bin/perl",
|
||||
"perl_version" => "5.34.0",
|
||||
|
@ -289,11 +289,11 @@ our %config = (
|
|||
"prerelease" => "",
|
||||
"processor" => "",
|
||||
"rc4_int" => "unsigned int",
|
||||
"release_date" => "1 Jul 2025",
|
||||
"release_date" => "5 Aug 2025",
|
||||
"shlib_version" => "3",
|
||||
"sourcedir" => ".",
|
||||
"target" => "darwin-i386-cc",
|
||||
"version" => "3.5.1"
|
||||
"version" => "3.5.2"
|
||||
);
|
||||
our %target = (
|
||||
"AR" => "ar",
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
*/
|
||||
|
||||
#define PLATFORM "platform: darwin-i386-cc"
|
||||
#define DATE "built on: Sun Jul 27 00:48:47 2025 UTC"
|
||||
#define DATE "built on: Tue Aug 5 17:13:14 2025 UTC"
|
||||
|
||||
/*
|
||||
* Generate compiler_flags as an array of individual characters. This is a
|
||||
|
|
|
@ -29,7 +29,7 @@ extern "C" {
|
|||
*/
|
||||
# define OPENSSL_VERSION_MAJOR 3
|
||||
# define OPENSSL_VERSION_MINOR 5
|
||||
# define OPENSSL_VERSION_PATCH 1
|
||||
# define OPENSSL_VERSION_PATCH 2
|
||||
|
||||
/*
|
||||
* Additional version information
|
||||
|
@ -74,21 +74,21 @@ extern "C" {
|
|||
* longer variant with OPENSSL_VERSION_PRE_RELEASE_STR and
|
||||
* OPENSSL_VERSION_BUILD_METADATA_STR appended.
|
||||
*/
|
||||
# define OPENSSL_VERSION_STR "3.5.1"
|
||||
# define OPENSSL_FULL_VERSION_STR "3.5.1"
|
||||
# define OPENSSL_VERSION_STR "3.5.2"
|
||||
# define OPENSSL_FULL_VERSION_STR "3.5.2"
|
||||
|
||||
/*
|
||||
* SECTION 3: ADDITIONAL METADATA
|
||||
*
|
||||
* These strings are defined separately to allow them to be parsable.
|
||||
*/
|
||||
# define OPENSSL_RELEASE_DATE "1 Jul 2025"
|
||||
# define OPENSSL_RELEASE_DATE "5 Aug 2025"
|
||||
|
||||
/*
|
||||
* SECTION 4: BACKWARD COMPATIBILITY
|
||||
*/
|
||||
|
||||
# define OPENSSL_VERSION_TEXT "OpenSSL 3.5.1 1 Jul 2025"
|
||||
# define OPENSSL_VERSION_TEXT "OpenSSL 3.5.2 5 Aug 2025"
|
||||
|
||||
/* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
|
||||
# ifdef OPENSSL_VERSION_PRE_RELEASE
|
||||
|
|
|
@ -169,7 +169,7 @@ our %config = (
|
|||
],
|
||||
"dynamic_engines" => "0",
|
||||
"ex_libs" => [],
|
||||
"full_version" => "3.5.1",
|
||||
"full_version" => "3.5.2",
|
||||
"includes" => [],
|
||||
"lflags" => [],
|
||||
"lib_defines" => [
|
||||
|
@ -235,7 +235,7 @@ our %config = (
|
|||
],
|
||||
"openssldir" => "",
|
||||
"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-devcryptoeng 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",
|
||||
"patch" => "1",
|
||||
"patch" => "2",
|
||||
"perl_archname" => "x86_64-linux-gnu-thread-multi",
|
||||
"perl_cmd" => "/usr/bin/perl",
|
||||
"perl_version" => "5.34.0",
|
||||
|
@ -289,11 +289,11 @@ our %config = (
|
|||
"prerelease" => "",
|
||||
"processor" => "",
|
||||
"rc4_int" => "unsigned int",
|
||||
"release_date" => "1 Jul 2025",
|
||||
"release_date" => "5 Aug 2025",
|
||||
"shlib_version" => "3",
|
||||
"sourcedir" => ".",
|
||||
"target" => "darwin-i386-cc",
|
||||
"version" => "3.5.1"
|
||||
"version" => "3.5.2"
|
||||
);
|
||||
our %target = (
|
||||
"AR" => "ar",
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
*/
|
||||
|
||||
#define PLATFORM "platform: darwin-i386-cc"
|
||||
#define DATE "built on: Sun Jul 27 00:49:04 2025 UTC"
|
||||
#define DATE "built on: Tue Aug 5 17:13:31 2025 UTC"
|
||||
|
||||
/*
|
||||
* Generate compiler_flags as an array of individual characters. This is a
|
||||
|
|
|
@ -29,7 +29,7 @@ extern "C" {
|
|||
*/
|
||||
# define OPENSSL_VERSION_MAJOR 3
|
||||
# define OPENSSL_VERSION_MINOR 5
|
||||
# define OPENSSL_VERSION_PATCH 1
|
||||
# define OPENSSL_VERSION_PATCH 2
|
||||
|
||||
/*
|
||||
* Additional version information
|
||||
|
@ -74,21 +74,21 @@ extern "C" {
|
|||
* longer variant with OPENSSL_VERSION_PRE_RELEASE_STR and
|
||||
* OPENSSL_VERSION_BUILD_METADATA_STR appended.
|
||||
*/
|
||||
# define OPENSSL_VERSION_STR "3.5.1"
|
||||
# define OPENSSL_FULL_VERSION_STR "3.5.1"
|
||||
# define OPENSSL_VERSION_STR "3.5.2"
|
||||
# define OPENSSL_FULL_VERSION_STR "3.5.2"
|
||||
|
||||
/*
|
||||
* SECTION 3: ADDITIONAL METADATA
|
||||
*
|
||||
* These strings are defined separately to allow them to be parsable.
|
||||
*/
|
||||
# define OPENSSL_RELEASE_DATE "1 Jul 2025"
|
||||
# define OPENSSL_RELEASE_DATE "5 Aug 2025"
|
||||
|
||||
/*
|
||||
* SECTION 4: BACKWARD COMPATIBILITY
|
||||
*/
|
||||
|
||||
# define OPENSSL_VERSION_TEXT "OpenSSL 3.5.1 1 Jul 2025"
|
||||
# define OPENSSL_VERSION_TEXT "OpenSSL 3.5.2 5 Aug 2025"
|
||||
|
||||
/* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
|
||||
# ifdef OPENSSL_VERSION_PRE_RELEASE
|
||||
|
|
|
@ -171,7 +171,7 @@ our %config = (
|
|||
],
|
||||
"dynamic_engines" => "0",
|
||||
"ex_libs" => [],
|
||||
"full_version" => "3.5.1",
|
||||
"full_version" => "3.5.2",
|
||||
"includes" => [],
|
||||
"lflags" => [],
|
||||
"lib_defines" => [
|
||||
|
@ -236,7 +236,7 @@ our %config = (
|
|||
],
|
||||
"openssldir" => "",
|
||||
"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-devcryptoeng 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",
|
||||
"patch" => "1",
|
||||
"patch" => "2",
|
||||
"perl_archname" => "x86_64-linux-gnu-thread-multi",
|
||||
"perl_cmd" => "/usr/bin/perl",
|
||||
"perl_version" => "5.34.0",
|
||||
|
@ -289,11 +289,11 @@ our %config = (
|
|||
"prerelease" => "",
|
||||
"processor" => "",
|
||||
"rc4_int" => "unsigned int",
|
||||
"release_date" => "1 Jul 2025",
|
||||
"release_date" => "5 Aug 2025",
|
||||
"shlib_version" => "3",
|
||||
"sourcedir" => ".",
|
||||
"target" => "darwin64-arm64-cc",
|
||||
"version" => "3.5.1"
|
||||
"version" => "3.5.2"
|
||||
);
|
||||
our %target = (
|
||||
"AR" => "ar",
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
*/
|
||||
|
||||
#define PLATFORM "platform: darwin64-arm64-cc"
|
||||
#define DATE "built on: Sun Jul 27 00:49:19 2025 UTC"
|
||||
#define DATE "built on: Tue Aug 5 17:13:46 2025 UTC"
|
||||
|
||||
/*
|
||||
* Generate compiler_flags as an array of individual characters. This is a
|
||||
|
|
|
@ -29,7 +29,7 @@ extern "C" {
|
|||
*/
|
||||
# define OPENSSL_VERSION_MAJOR 3
|
||||
# define OPENSSL_VERSION_MINOR 5
|
||||
# define OPENSSL_VERSION_PATCH 1
|
||||
# define OPENSSL_VERSION_PATCH 2
|
||||
|
||||
/*
|
||||
* Additional version information
|
||||
|
@ -74,21 +74,21 @@ extern "C" {
|
|||
* longer variant with OPENSSL_VERSION_PRE_RELEASE_STR and
|
||||
* OPENSSL_VERSION_BUILD_METADATA_STR appended.
|
||||
*/
|
||||
# define OPENSSL_VERSION_STR "3.5.1"
|
||||
# define OPENSSL_FULL_VERSION_STR "3.5.1"
|
||||
# define OPENSSL_VERSION_STR "3.5.2"
|
||||
# define OPENSSL_FULL_VERSION_STR "3.5.2"
|
||||
|
||||
/*
|
||||
* SECTION 3: ADDITIONAL METADATA
|
||||
*
|
||||
* These strings are defined separately to allow them to be parsable.
|
||||
*/
|
||||
# define OPENSSL_RELEASE_DATE "1 Jul 2025"
|
||||
# define OPENSSL_RELEASE_DATE "5 Aug 2025"
|
||||
|
||||
/*
|
||||
* SECTION 4: BACKWARD COMPATIBILITY
|
||||
*/
|
||||
|
||||
# define OPENSSL_VERSION_TEXT "OpenSSL 3.5.1 1 Jul 2025"
|
||||
# define OPENSSL_VERSION_TEXT "OpenSSL 3.5.2 5 Aug 2025"
|
||||
|
||||
/* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
|
||||
# ifdef OPENSSL_VERSION_PRE_RELEASE
|
||||
|
|
|
@ -171,7 +171,7 @@ our %config = (
|
|||
],
|
||||
"dynamic_engines" => "0",
|
||||
"ex_libs" => [],
|
||||
"full_version" => "3.5.1",
|
||||
"full_version" => "3.5.2",
|
||||
"includes" => [],
|
||||
"lflags" => [],
|
||||
"lib_defines" => [
|
||||
|
@ -236,7 +236,7 @@ our %config = (
|
|||
],
|
||||
"openssldir" => "",
|
||||
"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-devcryptoeng 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",
|
||||
"patch" => "1",
|
||||
"patch" => "2",
|
||||
"perl_archname" => "x86_64-linux-gnu-thread-multi",
|
||||
"perl_cmd" => "/usr/bin/perl",
|
||||
"perl_version" => "5.34.0",
|
||||
|
@ -289,11 +289,11 @@ our %config = (
|
|||
"prerelease" => "",
|
||||
"processor" => "",
|
||||
"rc4_int" => "unsigned int",
|
||||
"release_date" => "1 Jul 2025",
|
||||
"release_date" => "5 Aug 2025",
|
||||
"shlib_version" => "3",
|
||||
"sourcedir" => ".",
|
||||
"target" => "darwin64-arm64-cc",
|
||||
"version" => "3.5.1"
|
||||
"version" => "3.5.2"
|
||||
);
|
||||
our %target = (
|
||||
"AR" => "ar",
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
*/
|
||||
|
||||
#define PLATFORM "platform: darwin64-arm64-cc"
|
||||
#define DATE "built on: Sun Jul 27 00:49:36 2025 UTC"
|
||||
#define DATE "built on: Tue Aug 5 17:14:02 2025 UTC"
|
||||
|
||||
/*
|
||||
* Generate compiler_flags as an array of individual characters. This is a
|
||||
|
|
|
@ -29,7 +29,7 @@ extern "C" {
|
|||
*/
|
||||
# define OPENSSL_VERSION_MAJOR 3
|
||||
# define OPENSSL_VERSION_MINOR 5
|
||||
# define OPENSSL_VERSION_PATCH 1
|
||||
# define OPENSSL_VERSION_PATCH 2
|
||||
|
||||
/*
|
||||
* Additional version information
|
||||
|
@ -74,21 +74,21 @@ extern "C" {
|
|||
* longer variant with OPENSSL_VERSION_PRE_RELEASE_STR and
|
||||
* OPENSSL_VERSION_BUILD_METADATA_STR appended.
|
||||
*/
|
||||
# define OPENSSL_VERSION_STR "3.5.1"
|
||||
# define OPENSSL_FULL_VERSION_STR "3.5.1"
|
||||
# define OPENSSL_VERSION_STR "3.5.2"
|
||||
# define OPENSSL_FULL_VERSION_STR "3.5.2"
|
||||
|
||||
/*
|
||||
* SECTION 3: ADDITIONAL METADATA
|
||||
*
|
||||
* These strings are defined separately to allow them to be parsable.
|
||||
*/
|
||||
# define OPENSSL_RELEASE_DATE "1 Jul 2025"
|
||||
# define OPENSSL_RELEASE_DATE "5 Aug 2025"
|
||||
|
||||
/*
|
||||
* SECTION 4: BACKWARD COMPATIBILITY
|
||||
*/
|
||||
|
||||
# define OPENSSL_VERSION_TEXT "OpenSSL 3.5.1 1 Jul 2025"
|
||||
# define OPENSSL_VERSION_TEXT "OpenSSL 3.5.2 5 Aug 2025"
|
||||
|
||||
/* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
|
||||
# ifdef OPENSSL_VERSION_PRE_RELEASE
|
||||
|
|
|
@ -169,7 +169,7 @@ our %config = (
|
|||
],
|
||||
"dynamic_engines" => "0",
|
||||
"ex_libs" => [],
|
||||
"full_version" => "3.5.1",
|
||||
"full_version" => "3.5.2",
|
||||
"includes" => [],
|
||||
"lflags" => [],
|
||||
"lib_defines" => [
|
||||
|
@ -235,7 +235,7 @@ our %config = (
|
|||
],
|
||||
"openssldir" => "",
|
||||
"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-devcryptoeng 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",
|
||||
"patch" => "1",
|
||||
"patch" => "2",
|
||||
"perl_archname" => "x86_64-linux-gnu-thread-multi",
|
||||
"perl_cmd" => "/usr/bin/perl",
|
||||
"perl_version" => "5.34.0",
|
||||
|
@ -289,11 +289,11 @@ our %config = (
|
|||
"prerelease" => "",
|
||||
"processor" => "",
|
||||
"rc4_int" => "unsigned int",
|
||||
"release_date" => "1 Jul 2025",
|
||||
"release_date" => "5 Aug 2025",
|
||||
"shlib_version" => "3",
|
||||
"sourcedir" => ".",
|
||||
"target" => "darwin64-arm64-cc",
|
||||
"version" => "3.5.1"
|
||||
"version" => "3.5.2"
|
||||
);
|
||||
our %target = (
|
||||
"AR" => "ar",
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
*/
|
||||
|
||||
#define PLATFORM "platform: darwin64-arm64-cc"
|
||||
#define DATE "built on: Sun Jul 27 00:49:53 2025 UTC"
|
||||
#define DATE "built on: Tue Aug 5 17:14:19 2025 UTC"
|
||||
|
||||
/*
|
||||
* Generate compiler_flags as an array of individual characters. This is a
|
||||
|
|
|
@ -29,7 +29,7 @@ extern "C" {
|
|||
*/
|
||||
# define OPENSSL_VERSION_MAJOR 3
|
||||
# define OPENSSL_VERSION_MINOR 5
|
||||
# define OPENSSL_VERSION_PATCH 1
|
||||
# define OPENSSL_VERSION_PATCH 2
|
||||
|
||||
/*
|
||||
* Additional version information
|
||||
|
@ -74,21 +74,21 @@ extern "C" {
|
|||
* longer variant with OPENSSL_VERSION_PRE_RELEASE_STR and
|
||||
* OPENSSL_VERSION_BUILD_METADATA_STR appended.
|
||||
*/
|
||||
# define OPENSSL_VERSION_STR "3.5.1"
|
||||
# define OPENSSL_FULL_VERSION_STR "3.5.1"
|
||||
# define OPENSSL_VERSION_STR "3.5.2"
|
||||
# define OPENSSL_FULL_VERSION_STR "3.5.2"
|
||||
|
||||
/*
|
||||
* SECTION 3: ADDITIONAL METADATA
|
||||
*
|
||||
* These strings are defined separately to allow them to be parsable.
|
||||
*/
|
||||
# define OPENSSL_RELEASE_DATE "1 Jul 2025"
|
||||
# define OPENSSL_RELEASE_DATE "5 Aug 2025"
|
||||
|
||||
/*
|
||||
* SECTION 4: BACKWARD COMPATIBILITY
|
||||
*/
|
||||
|
||||
# define OPENSSL_VERSION_TEXT "OpenSSL 3.5.1 1 Jul 2025"
|
||||
# define OPENSSL_VERSION_TEXT "OpenSSL 3.5.2 5 Aug 2025"
|
||||
|
||||
/* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
|
||||
# ifdef OPENSSL_VERSION_PRE_RELEASE
|
||||
|
|
|
@ -171,7 +171,7 @@ our %config = (
|
|||
],
|
||||
"dynamic_engines" => "0",
|
||||
"ex_libs" => [],
|
||||
"full_version" => "3.5.1",
|
||||
"full_version" => "3.5.2",
|
||||
"includes" => [],
|
||||
"lflags" => [],
|
||||
"lib_defines" => [
|
||||
|
@ -236,7 +236,7 @@ our %config = (
|
|||
],
|
||||
"openssldir" => "",
|
||||
"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-devcryptoeng 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",
|
||||
"patch" => "1",
|
||||
"patch" => "2",
|
||||
"perl_archname" => "x86_64-linux-gnu-thread-multi",
|
||||
"perl_cmd" => "/usr/bin/perl",
|
||||
"perl_version" => "5.34.0",
|
||||
|
@ -289,11 +289,11 @@ our %config = (
|
|||
"prerelease" => "",
|
||||
"processor" => "",
|
||||
"rc4_int" => "unsigned int",
|
||||
"release_date" => "1 Jul 2025",
|
||||
"release_date" => "5 Aug 2025",
|
||||
"shlib_version" => "3",
|
||||
"sourcedir" => ".",
|
||||
"target" => "darwin64-x86_64-cc",
|
||||
"version" => "3.5.1"
|
||||
"version" => "3.5.2"
|
||||
);
|
||||
our %target = (
|
||||
"AR" => "ar",
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
*/
|
||||
|
||||
#define PLATFORM "platform: darwin64-x86_64-cc"
|
||||
#define DATE "built on: Sun Jul 27 00:47:32 2025 UTC"
|
||||
#define DATE "built on: Tue Aug 5 17:12:00 2025 UTC"
|
||||
|
||||
/*
|
||||
* Generate compiler_flags as an array of individual characters. This is a
|
||||
|
|
|
@ -29,7 +29,7 @@ extern "C" {
|
|||
*/
|
||||
# define OPENSSL_VERSION_MAJOR 3
|
||||
# define OPENSSL_VERSION_MINOR 5
|
||||
# define OPENSSL_VERSION_PATCH 1
|
||||
# define OPENSSL_VERSION_PATCH 2
|
||||
|
||||
/*
|
||||
* Additional version information
|
||||
|
@ -74,21 +74,21 @@ extern "C" {
|
|||
* longer variant with OPENSSL_VERSION_PRE_RELEASE_STR and
|
||||
* OPENSSL_VERSION_BUILD_METADATA_STR appended.
|
||||
*/
|
||||
# define OPENSSL_VERSION_STR "3.5.1"
|
||||
# define OPENSSL_FULL_VERSION_STR "3.5.1"
|
||||
# define OPENSSL_VERSION_STR "3.5.2"
|
||||
# define OPENSSL_FULL_VERSION_STR "3.5.2"
|
||||
|
||||
/*
|
||||
* SECTION 3: ADDITIONAL METADATA
|
||||
*
|
||||
* These strings are defined separately to allow them to be parsable.
|
||||
*/
|
||||
# define OPENSSL_RELEASE_DATE "1 Jul 2025"
|
||||
# define OPENSSL_RELEASE_DATE "5 Aug 2025"
|
||||
|
||||
/*
|
||||
* SECTION 4: BACKWARD COMPATIBILITY
|
||||
*/
|
||||
|
||||
# define OPENSSL_VERSION_TEXT "OpenSSL 3.5.1 1 Jul 2025"
|
||||
# define OPENSSL_VERSION_TEXT "OpenSSL 3.5.2 5 Aug 2025"
|
||||
|
||||
/* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
|
||||
# ifdef OPENSSL_VERSION_PRE_RELEASE
|
||||
|
|
|
@ -171,7 +171,7 @@ our %config = (
|
|||
],
|
||||
"dynamic_engines" => "0",
|
||||
"ex_libs" => [],
|
||||
"full_version" => "3.5.1",
|
||||
"full_version" => "3.5.2",
|
||||
"includes" => [],
|
||||
"lflags" => [],
|
||||
"lib_defines" => [
|
||||
|
@ -236,7 +236,7 @@ our %config = (
|
|||
],
|
||||
"openssldir" => "",
|
||||
"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-devcryptoeng 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",
|
||||
"patch" => "1",
|
||||
"patch" => "2",
|
||||
"perl_archname" => "x86_64-linux-gnu-thread-multi",
|
||||
"perl_cmd" => "/usr/bin/perl",
|
||||
"perl_version" => "5.34.0",
|
||||
|
@ -289,11 +289,11 @@ our %config = (
|
|||
"prerelease" => "",
|
||||
"processor" => "",
|
||||
"rc4_int" => "unsigned int",
|
||||
"release_date" => "1 Jul 2025",
|
||||
"release_date" => "5 Aug 2025",
|
||||
"shlib_version" => "3",
|
||||
"sourcedir" => ".",
|
||||
"target" => "darwin64-x86_64-cc",
|
||||
"version" => "3.5.1"
|
||||
"version" => "3.5.2"
|
||||
);
|
||||
our %target = (
|
||||
"AR" => "ar",
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
*/
|
||||
|
||||
#define PLATFORM "platform: darwin64-x86_64-cc"
|
||||
#define DATE "built on: Sun Jul 27 00:47:55 2025 UTC"
|
||||
#define DATE "built on: Tue Aug 5 17:12:24 2025 UTC"
|
||||
|
||||
/*
|
||||
* Generate compiler_flags as an array of individual characters. This is a
|
||||
|
|
|
@ -29,7 +29,7 @@ extern "C" {
|
|||
*/
|
||||
# define OPENSSL_VERSION_MAJOR 3
|
||||
# define OPENSSL_VERSION_MINOR 5
|
||||
# define OPENSSL_VERSION_PATCH 1
|
||||
# define OPENSSL_VERSION_PATCH 2
|
||||
|
||||
/*
|
||||
* Additional version information
|
||||
|
@ -74,21 +74,21 @@ extern "C" {
|
|||
* longer variant with OPENSSL_VERSION_PRE_RELEASE_STR and
|
||||
* OPENSSL_VERSION_BUILD_METADATA_STR appended.
|
||||
*/
|
||||
# define OPENSSL_VERSION_STR "3.5.1"
|
||||
# define OPENSSL_FULL_VERSION_STR "3.5.1"
|
||||
# define OPENSSL_VERSION_STR "3.5.2"
|
||||
# define OPENSSL_FULL_VERSION_STR "3.5.2"
|
||||
|
||||
/*
|
||||
* SECTION 3: ADDITIONAL METADATA
|
||||
*
|
||||
* These strings are defined separately to allow them to be parsable.
|
||||
*/
|
||||
# define OPENSSL_RELEASE_DATE "1 Jul 2025"
|
||||
# define OPENSSL_RELEASE_DATE "5 Aug 2025"
|
||||
|
||||
/*
|
||||
* SECTION 4: BACKWARD COMPATIBILITY
|
||||
*/
|
||||
|
||||
# define OPENSSL_VERSION_TEXT "OpenSSL 3.5.1 1 Jul 2025"
|
||||
# define OPENSSL_VERSION_TEXT "OpenSSL 3.5.2 5 Aug 2025"
|
||||
|
||||
/* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
|
||||
# ifdef OPENSSL_VERSION_PRE_RELEASE
|
||||
|
|
|
@ -169,7 +169,7 @@ our %config = (
|
|||
],
|
||||
"dynamic_engines" => "0",
|
||||
"ex_libs" => [],
|
||||
"full_version" => "3.5.1",
|
||||
"full_version" => "3.5.2",
|
||||
"includes" => [],
|
||||
"lflags" => [],
|
||||
"lib_defines" => [
|
||||
|
@ -235,7 +235,7 @@ our %config = (
|
|||
],
|
||||
"openssldir" => "",
|
||||
"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-devcryptoeng 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",
|
||||
"patch" => "1",
|
||||
"patch" => "2",
|
||||
"perl_archname" => "x86_64-linux-gnu-thread-multi",
|
||||
"perl_cmd" => "/usr/bin/perl",
|
||||
"perl_version" => "5.34.0",
|
||||
|
@ -289,11 +289,11 @@ our %config = (
|
|||
"prerelease" => "",
|
||||
"processor" => "",
|
||||
"rc4_int" => "unsigned int",
|
||||
"release_date" => "1 Jul 2025",
|
||||
"release_date" => "5 Aug 2025",
|
||||
"shlib_version" => "3",
|
||||
"sourcedir" => ".",
|
||||
"target" => "darwin64-x86_64-cc",
|
||||
"version" => "3.5.1"
|
||||
"version" => "3.5.2"
|
||||
);
|
||||
our %target = (
|
||||
"AR" => "ar",
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
*/
|
||||
|
||||
#define PLATFORM "platform: darwin64-x86_64-cc"
|
||||
#define DATE "built on: Sun Jul 27 00:48:15 2025 UTC"
|
||||
#define DATE "built on: Tue Aug 5 17:12:43 2025 UTC"
|
||||
|
||||
/*
|
||||
* Generate compiler_flags as an array of individual characters. This is a
|
||||
|
|
|
@ -29,7 +29,7 @@ extern "C" {
|
|||
*/
|
||||
# define OPENSSL_VERSION_MAJOR 3
|
||||
# define OPENSSL_VERSION_MINOR 5
|
||||
# define OPENSSL_VERSION_PATCH 1
|
||||
# define OPENSSL_VERSION_PATCH 2
|
||||
|
||||
/*
|
||||
* Additional version information
|
||||
|
@ -74,21 +74,21 @@ extern "C" {
|
|||
* longer variant with OPENSSL_VERSION_PRE_RELEASE_STR and
|
||||
* OPENSSL_VERSION_BUILD_METADATA_STR appended.
|
||||
*/
|
||||
# define OPENSSL_VERSION_STR "3.5.1"
|
||||
# define OPENSSL_FULL_VERSION_STR "3.5.1"
|
||||
# define OPENSSL_VERSION_STR "3.5.2"
|
||||
# define OPENSSL_FULL_VERSION_STR "3.5.2"
|
||||
|
||||
/*
|
||||
* SECTION 3: ADDITIONAL METADATA
|
||||
*
|
||||
* These strings are defined separately to allow them to be parsable.
|
||||
*/
|
||||
# define OPENSSL_RELEASE_DATE "1 Jul 2025"
|
||||
# define OPENSSL_RELEASE_DATE "5 Aug 2025"
|
||||
|
||||
/*
|
||||
* SECTION 4: BACKWARD COMPATIBILITY
|
||||
*/
|
||||
|
||||
# define OPENSSL_VERSION_TEXT "OpenSSL 3.5.1 1 Jul 2025"
|
||||
# define OPENSSL_VERSION_TEXT "OpenSSL 3.5.2 5 Aug 2025"
|
||||
|
||||
/* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
|
||||
# ifdef OPENSSL_VERSION_PRE_RELEASE
|
||||
|
|
|
@ -174,7 +174,7 @@ our %config = (
|
|||
],
|
||||
"dynamic_engines" => "0",
|
||||
"ex_libs" => [],
|
||||
"full_version" => "3.5.1",
|
||||
"full_version" => "3.5.2",
|
||||
"includes" => [],
|
||||
"lflags" => [],
|
||||
"lib_defines" => [
|
||||
|
@ -237,7 +237,7 @@ our %config = (
|
|||
"openssl_sys_defines" => [],
|
||||
"openssldir" => "",
|
||||
"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-devcryptoeng 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",
|
||||
"patch" => "1",
|
||||
"patch" => "2",
|
||||
"perl_archname" => "x86_64-linux-gnu-thread-multi",
|
||||
"perl_cmd" => "/usr/bin/perl",
|
||||
"perl_version" => "5.34.0",
|
||||
|
@ -290,11 +290,11 @@ our %config = (
|
|||
"prerelease" => "",
|
||||
"processor" => "",
|
||||
"rc4_int" => "unsigned char",
|
||||
"release_date" => "1 Jul 2025",
|
||||
"release_date" => "5 Aug 2025",
|
||||
"shlib_version" => "3",
|
||||
"sourcedir" => ".",
|
||||
"target" => "linux-aarch64",
|
||||
"version" => "3.5.1"
|
||||
"version" => "3.5.2"
|
||||
);
|
||||
our %target = (
|
||||
"AR" => "ar",
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
*/
|
||||
|
||||
#define PLATFORM "platform: linux-aarch64"
|
||||
#define DATE "built on: Sun Jul 27 00:50:08 2025 UTC"
|
||||
#define DATE "built on: Tue Aug 5 17:14:34 2025 UTC"
|
||||
|
||||
/*
|
||||
* Generate compiler_flags as an array of individual characters. This is a
|
||||
|
|
|
@ -29,7 +29,7 @@ extern "C" {
|
|||
*/
|
||||
# define OPENSSL_VERSION_MAJOR 3
|
||||
# define OPENSSL_VERSION_MINOR 5
|
||||
# define OPENSSL_VERSION_PATCH 1
|
||||
# define OPENSSL_VERSION_PATCH 2
|
||||
|
||||
/*
|
||||
* Additional version information
|
||||
|
@ -74,21 +74,21 @@ extern "C" {
|
|||
* longer variant with OPENSSL_VERSION_PRE_RELEASE_STR and
|
||||
* OPENSSL_VERSION_BUILD_METADATA_STR appended.
|
||||
*/
|
||||
# define OPENSSL_VERSION_STR "3.5.1"
|
||||
# define OPENSSL_FULL_VERSION_STR "3.5.1"
|
||||
# define OPENSSL_VERSION_STR "3.5.2"
|
||||
# define OPENSSL_FULL_VERSION_STR "3.5.2"
|
||||
|
||||
/*
|
||||
* SECTION 3: ADDITIONAL METADATA
|
||||
*
|
||||
* These strings are defined separately to allow them to be parsable.
|
||||
*/
|
||||
# define OPENSSL_RELEASE_DATE "1 Jul 2025"
|
||||
# define OPENSSL_RELEASE_DATE "5 Aug 2025"
|
||||
|
||||
/*
|
||||
* SECTION 4: BACKWARD COMPATIBILITY
|
||||
*/
|
||||
|
||||
# define OPENSSL_VERSION_TEXT "OpenSSL 3.5.1 1 Jul 2025"
|
||||
# define OPENSSL_VERSION_TEXT "OpenSSL 3.5.2 5 Aug 2025"
|
||||
|
||||
/* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
|
||||
# ifdef OPENSSL_VERSION_PRE_RELEASE
|
||||
|
|
|
@ -174,7 +174,7 @@ our %config = (
|
|||
],
|
||||
"dynamic_engines" => "0",
|
||||
"ex_libs" => [],
|
||||
"full_version" => "3.5.1",
|
||||
"full_version" => "3.5.2",
|
||||
"includes" => [],
|
||||
"lflags" => [],
|
||||
"lib_defines" => [
|
||||
|
@ -237,7 +237,7 @@ our %config = (
|
|||
"openssl_sys_defines" => [],
|
||||
"openssldir" => "",
|
||||
"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-devcryptoeng 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",
|
||||
"patch" => "1",
|
||||
"patch" => "2",
|
||||
"perl_archname" => "x86_64-linux-gnu-thread-multi",
|
||||
"perl_cmd" => "/usr/bin/perl",
|
||||
"perl_version" => "5.34.0",
|
||||
|
@ -290,11 +290,11 @@ our %config = (
|
|||
"prerelease" => "",
|
||||
"processor" => "",
|
||||
"rc4_int" => "unsigned char",
|
||||
"release_date" => "1 Jul 2025",
|
||||
"release_date" => "5 Aug 2025",
|
||||
"shlib_version" => "3",
|
||||
"sourcedir" => ".",
|
||||
"target" => "linux-aarch64",
|
||||
"version" => "3.5.1"
|
||||
"version" => "3.5.2"
|
||||
);
|
||||
our %target = (
|
||||
"AR" => "ar",
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
*/
|
||||
|
||||
#define PLATFORM "platform: linux-aarch64"
|
||||
#define DATE "built on: Sun Jul 27 00:50:26 2025 UTC"
|
||||
#define DATE "built on: Tue Aug 5 17:14:51 2025 UTC"
|
||||
|
||||
/*
|
||||
* Generate compiler_flags as an array of individual characters. This is a
|
||||
|
|
|
@ -29,7 +29,7 @@ extern "C" {
|
|||
*/
|
||||
# define OPENSSL_VERSION_MAJOR 3
|
||||
# define OPENSSL_VERSION_MINOR 5
|
||||
# define OPENSSL_VERSION_PATCH 1
|
||||
# define OPENSSL_VERSION_PATCH 2
|
||||
|
||||
/*
|
||||
* Additional version information
|
||||
|
@ -74,21 +74,21 @@ extern "C" {
|
|||
* longer variant with OPENSSL_VERSION_PRE_RELEASE_STR and
|
||||
* OPENSSL_VERSION_BUILD_METADATA_STR appended.
|
||||
*/
|
||||
# define OPENSSL_VERSION_STR "3.5.1"
|
||||
# define OPENSSL_FULL_VERSION_STR "3.5.1"
|
||||
# define OPENSSL_VERSION_STR "3.5.2"
|
||||
# define OPENSSL_FULL_VERSION_STR "3.5.2"
|
||||
|
||||
/*
|
||||
* SECTION 3: ADDITIONAL METADATA
|
||||
*
|
||||
* These strings are defined separately to allow them to be parsable.
|
||||
*/
|
||||
# define OPENSSL_RELEASE_DATE "1 Jul 2025"
|
||||
# define OPENSSL_RELEASE_DATE "5 Aug 2025"
|
||||
|
||||
/*
|
||||
* SECTION 4: BACKWARD COMPATIBILITY
|
||||
*/
|
||||
|
||||
# define OPENSSL_VERSION_TEXT "OpenSSL 3.5.1 1 Jul 2025"
|
||||
# define OPENSSL_VERSION_TEXT "OpenSSL 3.5.2 5 Aug 2025"
|
||||
|
||||
/* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
|
||||
# ifdef OPENSSL_VERSION_PRE_RELEASE
|
||||
|
|
|
@ -172,7 +172,7 @@ our %config = (
|
|||
],
|
||||
"dynamic_engines" => "0",
|
||||
"ex_libs" => [],
|
||||
"full_version" => "3.5.1",
|
||||
"full_version" => "3.5.2",
|
||||
"includes" => [],
|
||||
"lflags" => [],
|
||||
"lib_defines" => [
|
||||
|
@ -236,7 +236,7 @@ our %config = (
|
|||
"openssl_sys_defines" => [],
|
||||
"openssldir" => "",
|
||||
"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-devcryptoeng 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",
|
||||
"patch" => "1",
|
||||
"patch" => "2",
|
||||
"perl_archname" => "x86_64-linux-gnu-thread-multi",
|
||||
"perl_cmd" => "/usr/bin/perl",
|
||||
"perl_version" => "5.34.0",
|
||||
|
@ -290,11 +290,11 @@ our %config = (
|
|||
"prerelease" => "",
|
||||
"processor" => "",
|
||||
"rc4_int" => "unsigned char",
|
||||
"release_date" => "1 Jul 2025",
|
||||
"release_date" => "5 Aug 2025",
|
||||
"shlib_version" => "3",
|
||||
"sourcedir" => ".",
|
||||
"target" => "linux-aarch64",
|
||||
"version" => "3.5.1"
|
||||
"version" => "3.5.2"
|
||||
);
|
||||
our %target = (
|
||||
"AR" => "ar",
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
*/
|
||||
|
||||
#define PLATFORM "platform: linux-aarch64"
|
||||
#define DATE "built on: Sun Jul 27 00:50:43 2025 UTC"
|
||||
#define DATE "built on: Tue Aug 5 17:15:08 2025 UTC"
|
||||
|
||||
/*
|
||||
* Generate compiler_flags as an array of individual characters. This is a
|
||||
|
|
|
@ -29,7 +29,7 @@ extern "C" {
|
|||
*/
|
||||
# define OPENSSL_VERSION_MAJOR 3
|
||||
# define OPENSSL_VERSION_MINOR 5
|
||||
# define OPENSSL_VERSION_PATCH 1
|
||||
# define OPENSSL_VERSION_PATCH 2
|
||||
|
||||
/*
|
||||
* Additional version information
|
||||
|
@ -74,21 +74,21 @@ extern "C" {
|
|||
* longer variant with OPENSSL_VERSION_PRE_RELEASE_STR and
|
||||
* OPENSSL_VERSION_BUILD_METADATA_STR appended.
|
||||
*/
|
||||
# define OPENSSL_VERSION_STR "3.5.1"
|
||||
# define OPENSSL_FULL_VERSION_STR "3.5.1"
|
||||
# define OPENSSL_VERSION_STR "3.5.2"
|
||||
# define OPENSSL_FULL_VERSION_STR "3.5.2"
|
||||
|
||||
/*
|
||||
* SECTION 3: ADDITIONAL METADATA
|
||||
*
|
||||
* These strings are defined separately to allow them to be parsable.
|
||||
*/
|
||||
# define OPENSSL_RELEASE_DATE "1 Jul 2025"
|
||||
# define OPENSSL_RELEASE_DATE "5 Aug 2025"
|
||||
|
||||
/*
|
||||
* SECTION 4: BACKWARD COMPATIBILITY
|
||||
*/
|
||||
|
||||
# define OPENSSL_VERSION_TEXT "OpenSSL 3.5.1 1 Jul 2025"
|
||||
# define OPENSSL_VERSION_TEXT "OpenSSL 3.5.2 5 Aug 2025"
|
||||
|
||||
/* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
|
||||
# ifdef OPENSSL_VERSION_PRE_RELEASE
|
||||
|
|
|
@ -174,7 +174,7 @@ our %config = (
|
|||
],
|
||||
"dynamic_engines" => "0",
|
||||
"ex_libs" => [],
|
||||
"full_version" => "3.5.1",
|
||||
"full_version" => "3.5.2",
|
||||
"includes" => [],
|
||||
"lflags" => [],
|
||||
"lib_defines" => [
|
||||
|
@ -237,7 +237,7 @@ our %config = (
|
|||
"openssl_sys_defines" => [],
|
||||
"openssldir" => "",
|
||||
"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-devcryptoeng 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",
|
||||
"patch" => "1",
|
||||
"patch" => "2",
|
||||
"perl_archname" => "x86_64-linux-gnu-thread-multi",
|
||||
"perl_cmd" => "/usr/bin/perl",
|
||||
"perl_version" => "5.34.0",
|
||||
|
@ -290,11 +290,11 @@ our %config = (
|
|||
"prerelease" => "",
|
||||
"processor" => "",
|
||||
"rc4_int" => "unsigned char",
|
||||
"release_date" => "1 Jul 2025",
|
||||
"release_date" => "5 Aug 2025",
|
||||
"shlib_version" => "3",
|
||||
"sourcedir" => ".",
|
||||
"target" => "linux-armv4",
|
||||
"version" => "3.5.1"
|
||||
"version" => "3.5.2"
|
||||
);
|
||||
our %target = (
|
||||
"AR" => "ar",
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
*/
|
||||
|
||||
#define PLATFORM "platform: linux-armv4"
|
||||
#define DATE "built on: Sun Jul 27 00:50:58 2025 UTC"
|
||||
#define DATE "built on: Tue Aug 5 17:15:23 2025 UTC"
|
||||
|
||||
/*
|
||||
* Generate compiler_flags as an array of individual characters. This is a
|
||||
|
|
|
@ -29,7 +29,7 @@ extern "C" {
|
|||
*/
|
||||
# define OPENSSL_VERSION_MAJOR 3
|
||||
# define OPENSSL_VERSION_MINOR 5
|
||||
# define OPENSSL_VERSION_PATCH 1
|
||||
# define OPENSSL_VERSION_PATCH 2
|
||||
|
||||
/*
|
||||
* Additional version information
|
||||
|
@ -74,21 +74,21 @@ extern "C" {
|
|||
* longer variant with OPENSSL_VERSION_PRE_RELEASE_STR and
|
||||
* OPENSSL_VERSION_BUILD_METADATA_STR appended.
|
||||
*/
|
||||
# define OPENSSL_VERSION_STR "3.5.1"
|
||||
# define OPENSSL_FULL_VERSION_STR "3.5.1"
|
||||
# define OPENSSL_VERSION_STR "3.5.2"
|
||||
# define OPENSSL_FULL_VERSION_STR "3.5.2"
|
||||
|
||||
/*
|
||||
* SECTION 3: ADDITIONAL METADATA
|
||||
*
|
||||
* These strings are defined separately to allow them to be parsable.
|
||||
*/
|
||||
# define OPENSSL_RELEASE_DATE "1 Jul 2025"
|
||||
# define OPENSSL_RELEASE_DATE "5 Aug 2025"
|
||||
|
||||
/*
|
||||
* SECTION 4: BACKWARD COMPATIBILITY
|
||||
*/
|
||||
|
||||
# define OPENSSL_VERSION_TEXT "OpenSSL 3.5.1 1 Jul 2025"
|
||||
# define OPENSSL_VERSION_TEXT "OpenSSL 3.5.2 5 Aug 2025"
|
||||
|
||||
/* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
|
||||
# ifdef OPENSSL_VERSION_PRE_RELEASE
|
||||
|
|
|
@ -174,7 +174,7 @@ our %config = (
|
|||
],
|
||||
"dynamic_engines" => "0",
|
||||
"ex_libs" => [],
|
||||
"full_version" => "3.5.1",
|
||||
"full_version" => "3.5.2",
|
||||
"includes" => [],
|
||||
"lflags" => [],
|
||||
"lib_defines" => [
|
||||
|
@ -237,7 +237,7 @@ our %config = (
|
|||
"openssl_sys_defines" => [],
|
||||
"openssldir" => "",
|
||||
"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-devcryptoeng 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",
|
||||
"patch" => "1",
|
||||
"patch" => "2",
|
||||
"perl_archname" => "x86_64-linux-gnu-thread-multi",
|
||||
"perl_cmd" => "/usr/bin/perl",
|
||||
"perl_version" => "5.34.0",
|
||||
|
@ -290,11 +290,11 @@ our %config = (
|
|||
"prerelease" => "",
|
||||
"processor" => "",
|
||||
"rc4_int" => "unsigned char",
|
||||
"release_date" => "1 Jul 2025",
|
||||
"release_date" => "5 Aug 2025",
|
||||
"shlib_version" => "3",
|
||||
"sourcedir" => ".",
|
||||
"target" => "linux-armv4",
|
||||
"version" => "3.5.1"
|
||||
"version" => "3.5.2"
|
||||
);
|
||||
our %target = (
|
||||
"AR" => "ar",
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
*/
|
||||
|
||||
#define PLATFORM "platform: linux-armv4"
|
||||
#define DATE "built on: Sun Jul 27 00:51:15 2025 UTC"
|
||||
#define DATE "built on: Tue Aug 5 17:15:40 2025 UTC"
|
||||
|
||||
/*
|
||||
* Generate compiler_flags as an array of individual characters. This is a
|
||||
|
|
|
@ -29,7 +29,7 @@ extern "C" {
|
|||
*/
|
||||
# define OPENSSL_VERSION_MAJOR 3
|
||||
# define OPENSSL_VERSION_MINOR 5
|
||||
# define OPENSSL_VERSION_PATCH 1
|
||||
# define OPENSSL_VERSION_PATCH 2
|
||||
|
||||
/*
|
||||
* Additional version information
|
||||
|
@ -74,21 +74,21 @@ extern "C" {
|
|||
* longer variant with OPENSSL_VERSION_PRE_RELEASE_STR and
|
||||
* OPENSSL_VERSION_BUILD_METADATA_STR appended.
|
||||
*/
|
||||
# define OPENSSL_VERSION_STR "3.5.1"
|
||||
# define OPENSSL_FULL_VERSION_STR "3.5.1"
|
||||
# define OPENSSL_VERSION_STR "3.5.2"
|
||||
# define OPENSSL_FULL_VERSION_STR "3.5.2"
|
||||
|
||||
/*
|
||||
* SECTION 3: ADDITIONAL METADATA
|
||||
*
|
||||
* These strings are defined separately to allow them to be parsable.
|
||||
*/
|
||||
# define OPENSSL_RELEASE_DATE "1 Jul 2025"
|
||||
# define OPENSSL_RELEASE_DATE "5 Aug 2025"
|
||||
|
||||
/*
|
||||
* SECTION 4: BACKWARD COMPATIBILITY
|
||||
*/
|
||||
|
||||
# define OPENSSL_VERSION_TEXT "OpenSSL 3.5.1 1 Jul 2025"
|
||||
# define OPENSSL_VERSION_TEXT "OpenSSL 3.5.2 5 Aug 2025"
|
||||
|
||||
/* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
|
||||
# ifdef OPENSSL_VERSION_PRE_RELEASE
|
||||
|
|
|
@ -172,7 +172,7 @@ our %config = (
|
|||
],
|
||||
"dynamic_engines" => "0",
|
||||
"ex_libs" => [],
|
||||
"full_version" => "3.5.1",
|
||||
"full_version" => "3.5.2",
|
||||
"includes" => [],
|
||||
"lflags" => [],
|
||||
"lib_defines" => [
|
||||
|
@ -236,7 +236,7 @@ our %config = (
|
|||
"openssl_sys_defines" => [],
|
||||
"openssldir" => "",
|
||||
"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-devcryptoeng 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",
|
||||
"patch" => "1",
|
||||
"patch" => "2",
|
||||
"perl_archname" => "x86_64-linux-gnu-thread-multi",
|
||||
"perl_cmd" => "/usr/bin/perl",
|
||||
"perl_version" => "5.34.0",
|
||||
|
@ -290,11 +290,11 @@ our %config = (
|
|||
"prerelease" => "",
|
||||
"processor" => "",
|
||||
"rc4_int" => "unsigned char",
|
||||
"release_date" => "1 Jul 2025",
|
||||
"release_date" => "5 Aug 2025",
|
||||
"shlib_version" => "3",
|
||||
"sourcedir" => ".",
|
||||
"target" => "linux-armv4",
|
||||
"version" => "3.5.1"
|
||||
"version" => "3.5.2"
|
||||
);
|
||||
our %target = (
|
||||
"AR" => "ar",
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
*/
|
||||
|
||||
#define PLATFORM "platform: linux-armv4"
|
||||
#define DATE "built on: Sun Jul 27 00:51:32 2025 UTC"
|
||||
#define DATE "built on: Tue Aug 5 17:15:56 2025 UTC"
|
||||
|
||||
/*
|
||||
* Generate compiler_flags as an array of individual characters. This is a
|
||||
|
|
|
@ -29,7 +29,7 @@ extern "C" {
|
|||
*/
|
||||
# define OPENSSL_VERSION_MAJOR 3
|
||||
# define OPENSSL_VERSION_MINOR 5
|
||||
# define OPENSSL_VERSION_PATCH 1
|
||||
# define OPENSSL_VERSION_PATCH 2
|
||||
|
||||
/*
|
||||
* Additional version information
|
||||
|
@ -74,21 +74,21 @@ extern "C" {
|
|||
* longer variant with OPENSSL_VERSION_PRE_RELEASE_STR and
|
||||
* OPENSSL_VERSION_BUILD_METADATA_STR appended.
|
||||
*/
|
||||
# define OPENSSL_VERSION_STR "3.5.1"
|
||||
# define OPENSSL_FULL_VERSION_STR "3.5.1"
|
||||
# define OPENSSL_VERSION_STR "3.5.2"
|
||||
# define OPENSSL_FULL_VERSION_STR "3.5.2"
|
||||
|
||||
/*
|
||||
* SECTION 3: ADDITIONAL METADATA
|
||||
*
|
||||
* These strings are defined separately to allow them to be parsable.
|
||||
*/
|
||||
# define OPENSSL_RELEASE_DATE "1 Jul 2025"
|
||||
# define OPENSSL_RELEASE_DATE "5 Aug 2025"
|
||||
|
||||
/*
|
||||
* SECTION 4: BACKWARD COMPATIBILITY
|
||||
*/
|
||||
|
||||
# define OPENSSL_VERSION_TEXT "OpenSSL 3.5.1 1 Jul 2025"
|
||||
# define OPENSSL_VERSION_TEXT "OpenSSL 3.5.2 5 Aug 2025"
|
||||
|
||||
/* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
|
||||
# ifdef OPENSSL_VERSION_PRE_RELEASE
|
||||
|
|
|
@ -174,7 +174,7 @@ our %config = (
|
|||
],
|
||||
"dynamic_engines" => "0",
|
||||
"ex_libs" => [],
|
||||
"full_version" => "3.5.1",
|
||||
"full_version" => "3.5.2",
|
||||
"includes" => [],
|
||||
"lflags" => [],
|
||||
"lib_defines" => [
|
||||
|
@ -237,7 +237,7 @@ our %config = (
|
|||
"openssl_sys_defines" => [],
|
||||
"openssldir" => "",
|
||||
"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-devcryptoeng 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",
|
||||
"patch" => "1",
|
||||
"patch" => "2",
|
||||
"perl_archname" => "x86_64-linux-gnu-thread-multi",
|
||||
"perl_cmd" => "/usr/bin/perl",
|
||||
"perl_version" => "5.34.0",
|
||||
|
@ -290,11 +290,11 @@ our %config = (
|
|||
"prerelease" => "",
|
||||
"processor" => "",
|
||||
"rc4_int" => "unsigned int",
|
||||
"release_date" => "1 Jul 2025",
|
||||
"release_date" => "5 Aug 2025",
|
||||
"shlib_version" => "3",
|
||||
"sourcedir" => ".",
|
||||
"target" => "linux-elf",
|
||||
"version" => "3.5.1"
|
||||
"version" => "3.5.2"
|
||||
);
|
||||
our %target = (
|
||||
"AR" => "ar",
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
*/
|
||||
|
||||
#define PLATFORM "platform: linux-elf"
|
||||
#define DATE "built on: Sun Jul 27 00:51:47 2025 UTC"
|
||||
#define DATE "built on: Tue Aug 5 17:16:11 2025 UTC"
|
||||
|
||||
/*
|
||||
* Generate compiler_flags as an array of individual characters. This is a
|
||||
|
|
|
@ -29,7 +29,7 @@ extern "C" {
|
|||
*/
|
||||
# define OPENSSL_VERSION_MAJOR 3
|
||||
# define OPENSSL_VERSION_MINOR 5
|
||||
# define OPENSSL_VERSION_PATCH 1
|
||||
# define OPENSSL_VERSION_PATCH 2
|
||||
|
||||
/*
|
||||
* Additional version information
|
||||
|
@ -74,21 +74,21 @@ extern "C" {
|
|||
* longer variant with OPENSSL_VERSION_PRE_RELEASE_STR and
|
||||
* OPENSSL_VERSION_BUILD_METADATA_STR appended.
|
||||
*/
|
||||
# define OPENSSL_VERSION_STR "3.5.1"
|
||||
# define OPENSSL_FULL_VERSION_STR "3.5.1"
|
||||
# define OPENSSL_VERSION_STR "3.5.2"
|
||||
# define OPENSSL_FULL_VERSION_STR "3.5.2"
|
||||
|
||||
/*
|
||||
* SECTION 3: ADDITIONAL METADATA
|
||||
*
|
||||
* These strings are defined separately to allow them to be parsable.
|
||||
*/
|
||||
# define OPENSSL_RELEASE_DATE "1 Jul 2025"
|
||||
# define OPENSSL_RELEASE_DATE "5 Aug 2025"
|
||||
|
||||
/*
|
||||
* SECTION 4: BACKWARD COMPATIBILITY
|
||||
*/
|
||||
|
||||
# define OPENSSL_VERSION_TEXT "OpenSSL 3.5.1 1 Jul 2025"
|
||||
# define OPENSSL_VERSION_TEXT "OpenSSL 3.5.2 5 Aug 2025"
|
||||
|
||||
/* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
|
||||
# ifdef OPENSSL_VERSION_PRE_RELEASE
|
||||
|
|
|
@ -174,7 +174,7 @@ our %config = (
|
|||
],
|
||||
"dynamic_engines" => "0",
|
||||
"ex_libs" => [],
|
||||
"full_version" => "3.5.1",
|
||||
"full_version" => "3.5.2",
|
||||
"includes" => [],
|
||||
"lflags" => [],
|
||||
"lib_defines" => [
|
||||
|
@ -237,7 +237,7 @@ our %config = (
|
|||
"openssl_sys_defines" => [],
|
||||
"openssldir" => "",
|
||||
"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-devcryptoeng 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",
|
||||
"patch" => "1",
|
||||
"patch" => "2",
|
||||
"perl_archname" => "x86_64-linux-gnu-thread-multi",
|
||||
"perl_cmd" => "/usr/bin/perl",
|
||||
"perl_version" => "5.34.0",
|
||||
|
@ -290,11 +290,11 @@ our %config = (
|
|||
"prerelease" => "",
|
||||
"processor" => "",
|
||||
"rc4_int" => "unsigned int",
|
||||
"release_date" => "1 Jul 2025",
|
||||
"release_date" => "5 Aug 2025",
|
||||
"shlib_version" => "3",
|
||||
"sourcedir" => ".",
|
||||
"target" => "linux-elf",
|
||||
"version" => "3.5.1"
|
||||
"version" => "3.5.2"
|
||||
);
|
||||
our %target = (
|
||||
"AR" => "ar",
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
*/
|
||||
|
||||
#define PLATFORM "platform: linux-elf"
|
||||
#define DATE "built on: Sun Jul 27 00:52:04 2025 UTC"
|
||||
#define DATE "built on: Tue Aug 5 17:16:28 2025 UTC"
|
||||
|
||||
/*
|
||||
* Generate compiler_flags as an array of individual characters. This is a
|
||||
|
|
|
@ -29,7 +29,7 @@ extern "C" {
|
|||
*/
|
||||
# define OPENSSL_VERSION_MAJOR 3
|
||||
# define OPENSSL_VERSION_MINOR 5
|
||||
# define OPENSSL_VERSION_PATCH 1
|
||||
# define OPENSSL_VERSION_PATCH 2
|
||||
|
||||
/*
|
||||
* Additional version information
|
||||
|
@ -74,21 +74,21 @@ extern "C" {
|
|||
* longer variant with OPENSSL_VERSION_PRE_RELEASE_STR and
|
||||
* OPENSSL_VERSION_BUILD_METADATA_STR appended.
|
||||
*/
|
||||
# define OPENSSL_VERSION_STR "3.5.1"
|
||||
# define OPENSSL_FULL_VERSION_STR "3.5.1"
|
||||
# define OPENSSL_VERSION_STR "3.5.2"
|
||||
# define OPENSSL_FULL_VERSION_STR "3.5.2"
|
||||
|
||||
/*
|
||||
* SECTION 3: ADDITIONAL METADATA
|
||||
*
|
||||
* These strings are defined separately to allow them to be parsable.
|
||||
*/
|
||||
# define OPENSSL_RELEASE_DATE "1 Jul 2025"
|
||||
# define OPENSSL_RELEASE_DATE "5 Aug 2025"
|
||||
|
||||
/*
|
||||
* SECTION 4: BACKWARD COMPATIBILITY
|
||||
*/
|
||||
|
||||
# define OPENSSL_VERSION_TEXT "OpenSSL 3.5.1 1 Jul 2025"
|
||||
# define OPENSSL_VERSION_TEXT "OpenSSL 3.5.2 5 Aug 2025"
|
||||
|
||||
/* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
|
||||
# ifdef OPENSSL_VERSION_PRE_RELEASE
|
||||
|
|
|
@ -172,7 +172,7 @@ our %config = (
|
|||
],
|
||||
"dynamic_engines" => "0",
|
||||
"ex_libs" => [],
|
||||
"full_version" => "3.5.1",
|
||||
"full_version" => "3.5.2",
|
||||
"includes" => [],
|
||||
"lflags" => [],
|
||||
"lib_defines" => [
|
||||
|
@ -236,7 +236,7 @@ our %config = (
|
|||
"openssl_sys_defines" => [],
|
||||
"openssldir" => "",
|
||||
"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-devcryptoeng 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",
|
||||
"patch" => "1",
|
||||
"patch" => "2",
|
||||
"perl_archname" => "x86_64-linux-gnu-thread-multi",
|
||||
"perl_cmd" => "/usr/bin/perl",
|
||||
"perl_version" => "5.34.0",
|
||||
|
@ -290,11 +290,11 @@ our %config = (
|
|||
"prerelease" => "",
|
||||
"processor" => "",
|
||||
"rc4_int" => "unsigned int",
|
||||
"release_date" => "1 Jul 2025",
|
||||
"release_date" => "5 Aug 2025",
|
||||
"shlib_version" => "3",
|
||||
"sourcedir" => ".",
|
||||
"target" => "linux-elf",
|
||||
"version" => "3.5.1"
|
||||
"version" => "3.5.2"
|
||||
);
|
||||
our %target = (
|
||||
"AR" => "ar",
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue