mirror of
https://github.com/nodejs/node.git
synced 2025-08-15 13:48:44 +02:00
deps: update archs files for openssl-3.0.17
PR-URL: https://github.com/nodejs/node/pull/59134 Reviewed-By: Filip Skokan <panva.ip@gmail.com> Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
This commit is contained in:
parent
4a28d76dd2
commit
0aa7f62816
199 changed files with 606 additions and 579 deletions
|
@ -156,7 +156,7 @@ our %config = (
|
|||
],
|
||||
"dynamic_engines" => "0",
|
||||
"ex_libs" => [],
|
||||
"full_version" => "3.0.16",
|
||||
"full_version" => "3.0.17",
|
||||
"includes" => [],
|
||||
"lflags" => [],
|
||||
"lib_defines" => [
|
||||
|
@ -203,7 +203,7 @@ our %config = (
|
|||
"openssl_sys_defines" => [],
|
||||
"openssldir" => "",
|
||||
"options" => "enable-ssl-trace enable-fips no-afalgeng no-asan no-buildtest-c++ no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-dynamic-engine no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fuzz-afl no-fuzz-libfuzzer no-ktls no-loadereng no-md2 no-msan no-rc5 no-sctp no-shared no-ssl3 no-ssl3-method no-trace no-ubsan no-unit-test no-uplink no-weak-ssl-ciphers no-zlib no-zlib-dynamic",
|
||||
"patch" => "16",
|
||||
"patch" => "17",
|
||||
"perl_archname" => "x86_64-linux-gnu-thread-multi",
|
||||
"perl_cmd" => "/usr/bin/perl",
|
||||
"perl_version" => "5.38.2",
|
||||
|
@ -255,11 +255,11 @@ our %config = (
|
|||
"prerelease" => "",
|
||||
"processor" => "",
|
||||
"rc4_int" => "unsigned int",
|
||||
"release_date" => "11 Feb 2025",
|
||||
"release_date" => "1 Jul 2025",
|
||||
"shlib_version" => "3",
|
||||
"sourcedir" => ".",
|
||||
"target" => "BSD-x86",
|
||||
"version" => "3.0.16"
|
||||
"version" => "3.0.17"
|
||||
);
|
||||
our %target = (
|
||||
"AR" => "ar",
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
*/
|
||||
|
||||
#define PLATFORM "platform: BSD-x86"
|
||||
#define DATE "built on: Wed Mar 5 20:59:02 2025 UTC"
|
||||
#define DATE "built on: Sun Jul 20 00:45: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 0
|
||||
# define OPENSSL_VERSION_PATCH 16
|
||||
# define OPENSSL_VERSION_PATCH 17
|
||||
|
||||
/*
|
||||
* 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.0.16"
|
||||
# define OPENSSL_FULL_VERSION_STR "3.0.16"
|
||||
# define OPENSSL_VERSION_STR "3.0.17"
|
||||
# define OPENSSL_FULL_VERSION_STR "3.0.17"
|
||||
|
||||
/*
|
||||
* SECTION 3: ADDITIONAL METADATA
|
||||
*
|
||||
* These strings are defined separately to allow them to be parsable.
|
||||
*/
|
||||
# define OPENSSL_RELEASE_DATE "11 Feb 2025"
|
||||
# define OPENSSL_RELEASE_DATE "1 Jul 2025"
|
||||
|
||||
/*
|
||||
* SECTION 4: BACKWARD COMPATIBILITY
|
||||
*/
|
||||
|
||||
# define OPENSSL_VERSION_TEXT "OpenSSL 3.0.16 11 Feb 2025"
|
||||
# define OPENSSL_VERSION_TEXT "OpenSSL 3.0.17 1 Jul 2025"
|
||||
|
||||
/* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
|
||||
# ifdef OPENSSL_VERSION_PRE_RELEASE
|
||||
|
|
|
@ -156,7 +156,7 @@ our %config = (
|
|||
],
|
||||
"dynamic_engines" => "0",
|
||||
"ex_libs" => [],
|
||||
"full_version" => "3.0.16",
|
||||
"full_version" => "3.0.17",
|
||||
"includes" => [],
|
||||
"lflags" => [],
|
||||
"lib_defines" => [
|
||||
|
@ -203,7 +203,7 @@ our %config = (
|
|||
"openssl_sys_defines" => [],
|
||||
"openssldir" => "",
|
||||
"options" => "enable-ssl-trace enable-fips no-afalgeng no-asan no-buildtest-c++ no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-dynamic-engine no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fuzz-afl no-fuzz-libfuzzer no-ktls no-loadereng no-md2 no-msan no-rc5 no-sctp no-shared no-ssl3 no-ssl3-method no-trace no-ubsan no-unit-test no-uplink no-weak-ssl-ciphers no-zlib no-zlib-dynamic",
|
||||
"patch" => "16",
|
||||
"patch" => "17",
|
||||
"perl_archname" => "x86_64-linux-gnu-thread-multi",
|
||||
"perl_cmd" => "/usr/bin/perl",
|
||||
"perl_version" => "5.38.2",
|
||||
|
@ -255,11 +255,11 @@ our %config = (
|
|||
"prerelease" => "",
|
||||
"processor" => "",
|
||||
"rc4_int" => "unsigned int",
|
||||
"release_date" => "11 Feb 2025",
|
||||
"release_date" => "1 Jul 2025",
|
||||
"shlib_version" => "3",
|
||||
"sourcedir" => ".",
|
||||
"target" => "BSD-x86",
|
||||
"version" => "3.0.16"
|
||||
"version" => "3.0.17"
|
||||
);
|
||||
our %target = (
|
||||
"AR" => "ar",
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
*/
|
||||
|
||||
#define PLATFORM "platform: BSD-x86"
|
||||
#define DATE "built on: Wed Mar 5 20:59:15 2025 UTC"
|
||||
#define DATE "built on: Sun Jul 20 00:45: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 0
|
||||
# define OPENSSL_VERSION_PATCH 16
|
||||
# define OPENSSL_VERSION_PATCH 17
|
||||
|
||||
/*
|
||||
* 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.0.16"
|
||||
# define OPENSSL_FULL_VERSION_STR "3.0.16"
|
||||
# define OPENSSL_VERSION_STR "3.0.17"
|
||||
# define OPENSSL_FULL_VERSION_STR "3.0.17"
|
||||
|
||||
/*
|
||||
* SECTION 3: ADDITIONAL METADATA
|
||||
*
|
||||
* These strings are defined separately to allow them to be parsable.
|
||||
*/
|
||||
# define OPENSSL_RELEASE_DATE "11 Feb 2025"
|
||||
# define OPENSSL_RELEASE_DATE "1 Jul 2025"
|
||||
|
||||
/*
|
||||
* SECTION 4: BACKWARD COMPATIBILITY
|
||||
*/
|
||||
|
||||
# define OPENSSL_VERSION_TEXT "OpenSSL 3.0.16 11 Feb 2025"
|
||||
# define OPENSSL_VERSION_TEXT "OpenSSL 3.0.17 1 Jul 2025"
|
||||
|
||||
/* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
|
||||
# ifdef OPENSSL_VERSION_PRE_RELEASE
|
||||
|
|
|
@ -154,7 +154,7 @@ our %config = (
|
|||
],
|
||||
"dynamic_engines" => "0",
|
||||
"ex_libs" => [],
|
||||
"full_version" => "3.0.16",
|
||||
"full_version" => "3.0.17",
|
||||
"includes" => [],
|
||||
"lflags" => [],
|
||||
"lib_defines" => [
|
||||
|
@ -202,7 +202,7 @@ our %config = (
|
|||
"openssl_sys_defines" => [],
|
||||
"openssldir" => "",
|
||||
"options" => "enable-ssl-trace enable-fips no-afalgeng no-asan no-asm no-buildtest-c++ no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-dynamic-engine no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fuzz-afl no-fuzz-libfuzzer no-ktls no-loadereng no-md2 no-msan no-rc5 no-sctp no-shared no-ssl3 no-ssl3-method no-trace no-ubsan no-unit-test no-uplink no-weak-ssl-ciphers no-zlib no-zlib-dynamic",
|
||||
"patch" => "16",
|
||||
"patch" => "17",
|
||||
"perl_archname" => "x86_64-linux-gnu-thread-multi",
|
||||
"perl_cmd" => "/usr/bin/perl",
|
||||
"perl_version" => "5.38.2",
|
||||
|
@ -255,11 +255,11 @@ our %config = (
|
|||
"prerelease" => "",
|
||||
"processor" => "",
|
||||
"rc4_int" => "unsigned int",
|
||||
"release_date" => "11 Feb 2025",
|
||||
"release_date" => "1 Jul 2025",
|
||||
"shlib_version" => "3",
|
||||
"sourcedir" => ".",
|
||||
"target" => "BSD-x86",
|
||||
"version" => "3.0.16"
|
||||
"version" => "3.0.17"
|
||||
);
|
||||
our %target = (
|
||||
"AR" => "ar",
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
*/
|
||||
|
||||
#define PLATFORM "platform: BSD-x86"
|
||||
#define DATE "built on: Wed Mar 5 20:59:28 2025 UTC"
|
||||
#define DATE "built on: Sun Jul 20 00:46:06 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 0
|
||||
# define OPENSSL_VERSION_PATCH 16
|
||||
# define OPENSSL_VERSION_PATCH 17
|
||||
|
||||
/*
|
||||
* 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.0.16"
|
||||
# define OPENSSL_FULL_VERSION_STR "3.0.16"
|
||||
# define OPENSSL_VERSION_STR "3.0.17"
|
||||
# define OPENSSL_FULL_VERSION_STR "3.0.17"
|
||||
|
||||
/*
|
||||
* SECTION 3: ADDITIONAL METADATA
|
||||
*
|
||||
* These strings are defined separately to allow them to be parsable.
|
||||
*/
|
||||
# define OPENSSL_RELEASE_DATE "11 Feb 2025"
|
||||
# define OPENSSL_RELEASE_DATE "1 Jul 2025"
|
||||
|
||||
/*
|
||||
* SECTION 4: BACKWARD COMPATIBILITY
|
||||
*/
|
||||
|
||||
# define OPENSSL_VERSION_TEXT "OpenSSL 3.0.16 11 Feb 2025"
|
||||
# define OPENSSL_VERSION_TEXT "OpenSSL 3.0.17 1 Jul 2025"
|
||||
|
||||
/* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
|
||||
# ifdef OPENSSL_VERSION_PRE_RELEASE
|
||||
|
|
|
@ -156,7 +156,7 @@ our %config = (
|
|||
],
|
||||
"dynamic_engines" => "0",
|
||||
"ex_libs" => [],
|
||||
"full_version" => "3.0.16",
|
||||
"full_version" => "3.0.17",
|
||||
"includes" => [],
|
||||
"lflags" => [],
|
||||
"lib_defines" => [
|
||||
|
@ -203,7 +203,7 @@ our %config = (
|
|||
"openssl_sys_defines" => [],
|
||||
"openssldir" => "",
|
||||
"options" => "enable-ssl-trace enable-fips no-afalgeng no-asan no-buildtest-c++ no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-dynamic-engine no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fuzz-afl no-fuzz-libfuzzer no-ktls no-loadereng no-md2 no-msan no-rc5 no-sctp no-shared no-ssl3 no-ssl3-method no-trace no-ubsan no-unit-test no-uplink no-weak-ssl-ciphers no-zlib no-zlib-dynamic",
|
||||
"patch" => "16",
|
||||
"patch" => "17",
|
||||
"perl_archname" => "x86_64-linux-gnu-thread-multi",
|
||||
"perl_cmd" => "/usr/bin/perl",
|
||||
"perl_version" => "5.38.2",
|
||||
|
@ -255,11 +255,11 @@ our %config = (
|
|||
"prerelease" => "",
|
||||
"processor" => "",
|
||||
"rc4_int" => "unsigned int",
|
||||
"release_date" => "11 Feb 2025",
|
||||
"release_date" => "1 Jul 2025",
|
||||
"shlib_version" => "3",
|
||||
"sourcedir" => ".",
|
||||
"target" => "BSD-x86_64",
|
||||
"version" => "3.0.16"
|
||||
"version" => "3.0.17"
|
||||
);
|
||||
our %target = (
|
||||
"AR" => "ar",
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
*/
|
||||
|
||||
#define PLATFORM "platform: BSD-x86_64"
|
||||
#define DATE "built on: Wed Mar 5 20:59:39 2025 UTC"
|
||||
#define DATE "built on: Sun Jul 20 00:46:18 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 0
|
||||
# define OPENSSL_VERSION_PATCH 16
|
||||
# define OPENSSL_VERSION_PATCH 17
|
||||
|
||||
/*
|
||||
* 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.0.16"
|
||||
# define OPENSSL_FULL_VERSION_STR "3.0.16"
|
||||
# define OPENSSL_VERSION_STR "3.0.17"
|
||||
# define OPENSSL_FULL_VERSION_STR "3.0.17"
|
||||
|
||||
/*
|
||||
* SECTION 3: ADDITIONAL METADATA
|
||||
*
|
||||
* These strings are defined separately to allow them to be parsable.
|
||||
*/
|
||||
# define OPENSSL_RELEASE_DATE "11 Feb 2025"
|
||||
# define OPENSSL_RELEASE_DATE "1 Jul 2025"
|
||||
|
||||
/*
|
||||
* SECTION 4: BACKWARD COMPATIBILITY
|
||||
*/
|
||||
|
||||
# define OPENSSL_VERSION_TEXT "OpenSSL 3.0.16 11 Feb 2025"
|
||||
# define OPENSSL_VERSION_TEXT "OpenSSL 3.0.17 1 Jul 2025"
|
||||
|
||||
/* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
|
||||
# ifdef OPENSSL_VERSION_PRE_RELEASE
|
||||
|
|
|
@ -156,7 +156,7 @@ our %config = (
|
|||
],
|
||||
"dynamic_engines" => "0",
|
||||
"ex_libs" => [],
|
||||
"full_version" => "3.0.16",
|
||||
"full_version" => "3.0.17",
|
||||
"includes" => [],
|
||||
"lflags" => [],
|
||||
"lib_defines" => [
|
||||
|
@ -203,7 +203,7 @@ our %config = (
|
|||
"openssl_sys_defines" => [],
|
||||
"openssldir" => "",
|
||||
"options" => "enable-ssl-trace enable-fips no-afalgeng no-asan no-buildtest-c++ no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-dynamic-engine no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fuzz-afl no-fuzz-libfuzzer no-ktls no-loadereng no-md2 no-msan no-rc5 no-sctp no-shared no-ssl3 no-ssl3-method no-trace no-ubsan no-unit-test no-uplink no-weak-ssl-ciphers no-zlib no-zlib-dynamic",
|
||||
"patch" => "16",
|
||||
"patch" => "17",
|
||||
"perl_archname" => "x86_64-linux-gnu-thread-multi",
|
||||
"perl_cmd" => "/usr/bin/perl",
|
||||
"perl_version" => "5.38.2",
|
||||
|
@ -255,11 +255,11 @@ our %config = (
|
|||
"prerelease" => "",
|
||||
"processor" => "",
|
||||
"rc4_int" => "unsigned int",
|
||||
"release_date" => "11 Feb 2025",
|
||||
"release_date" => "1 Jul 2025",
|
||||
"shlib_version" => "3",
|
||||
"sourcedir" => ".",
|
||||
"target" => "BSD-x86_64",
|
||||
"version" => "3.0.16"
|
||||
"version" => "3.0.17"
|
||||
);
|
||||
our %target = (
|
||||
"AR" => "ar",
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
*/
|
||||
|
||||
#define PLATFORM "platform: BSD-x86_64"
|
||||
#define DATE "built on: Wed Mar 5 20:59:54 2025 UTC"
|
||||
#define DATE "built on: Sun Jul 20 00:46:33 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 0
|
||||
# define OPENSSL_VERSION_PATCH 16
|
||||
# define OPENSSL_VERSION_PATCH 17
|
||||
|
||||
/*
|
||||
* 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.0.16"
|
||||
# define OPENSSL_FULL_VERSION_STR "3.0.16"
|
||||
# define OPENSSL_VERSION_STR "3.0.17"
|
||||
# define OPENSSL_FULL_VERSION_STR "3.0.17"
|
||||
|
||||
/*
|
||||
* SECTION 3: ADDITIONAL METADATA
|
||||
*
|
||||
* These strings are defined separately to allow them to be parsable.
|
||||
*/
|
||||
# define OPENSSL_RELEASE_DATE "11 Feb 2025"
|
||||
# define OPENSSL_RELEASE_DATE "1 Jul 2025"
|
||||
|
||||
/*
|
||||
* SECTION 4: BACKWARD COMPATIBILITY
|
||||
*/
|
||||
|
||||
# define OPENSSL_VERSION_TEXT "OpenSSL 3.0.16 11 Feb 2025"
|
||||
# define OPENSSL_VERSION_TEXT "OpenSSL 3.0.17 1 Jul 2025"
|
||||
|
||||
/* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
|
||||
# ifdef OPENSSL_VERSION_PRE_RELEASE
|
||||
|
|
|
@ -154,7 +154,7 @@ our %config = (
|
|||
],
|
||||
"dynamic_engines" => "0",
|
||||
"ex_libs" => [],
|
||||
"full_version" => "3.0.16",
|
||||
"full_version" => "3.0.17",
|
||||
"includes" => [],
|
||||
"lflags" => [],
|
||||
"lib_defines" => [
|
||||
|
@ -202,7 +202,7 @@ our %config = (
|
|||
"openssl_sys_defines" => [],
|
||||
"openssldir" => "",
|
||||
"options" => "enable-ssl-trace enable-fips no-afalgeng no-asan no-asm no-buildtest-c++ no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-dynamic-engine no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fuzz-afl no-fuzz-libfuzzer no-ktls no-loadereng no-md2 no-msan no-rc5 no-sctp no-shared no-ssl3 no-ssl3-method no-trace no-ubsan no-unit-test no-uplink no-weak-ssl-ciphers no-zlib no-zlib-dynamic",
|
||||
"patch" => "16",
|
||||
"patch" => "17",
|
||||
"perl_archname" => "x86_64-linux-gnu-thread-multi",
|
||||
"perl_cmd" => "/usr/bin/perl",
|
||||
"perl_version" => "5.38.2",
|
||||
|
@ -255,11 +255,11 @@ our %config = (
|
|||
"prerelease" => "",
|
||||
"processor" => "",
|
||||
"rc4_int" => "unsigned int",
|
||||
"release_date" => "11 Feb 2025",
|
||||
"release_date" => "1 Jul 2025",
|
||||
"shlib_version" => "3",
|
||||
"sourcedir" => ".",
|
||||
"target" => "BSD-x86_64",
|
||||
"version" => "3.0.16"
|
||||
"version" => "3.0.17"
|
||||
);
|
||||
our %target = (
|
||||
"AR" => "ar",
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
*/
|
||||
|
||||
#define PLATFORM "platform: BSD-x86_64"
|
||||
#define DATE "built on: Wed Mar 5 21:00:10 2025 UTC"
|
||||
#define DATE "built on: Sun Jul 20 00:46:48 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 0
|
||||
# define OPENSSL_VERSION_PATCH 16
|
||||
# define OPENSSL_VERSION_PATCH 17
|
||||
|
||||
/*
|
||||
* 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.0.16"
|
||||
# define OPENSSL_FULL_VERSION_STR "3.0.16"
|
||||
# define OPENSSL_VERSION_STR "3.0.17"
|
||||
# define OPENSSL_FULL_VERSION_STR "3.0.17"
|
||||
|
||||
/*
|
||||
* SECTION 3: ADDITIONAL METADATA
|
||||
*
|
||||
* These strings are defined separately to allow them to be parsable.
|
||||
*/
|
||||
# define OPENSSL_RELEASE_DATE "11 Feb 2025"
|
||||
# define OPENSSL_RELEASE_DATE "1 Jul 2025"
|
||||
|
||||
/*
|
||||
* SECTION 4: BACKWARD COMPATIBILITY
|
||||
*/
|
||||
|
||||
# define OPENSSL_VERSION_TEXT "OpenSSL 3.0.16 11 Feb 2025"
|
||||
# define OPENSSL_VERSION_TEXT "OpenSSL 3.0.17 1 Jul 2025"
|
||||
|
||||
/* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
|
||||
# ifdef OPENSSL_VERSION_PRE_RELEASE
|
||||
|
|
|
@ -165,7 +165,7 @@ our %config = (
|
|||
],
|
||||
"dynamic_engines" => "0",
|
||||
"ex_libs" => [],
|
||||
"full_version" => "3.0.16",
|
||||
"full_version" => "3.0.17",
|
||||
"includes" => [],
|
||||
"lflags" => [],
|
||||
"lib_defines" => [
|
||||
|
@ -216,7 +216,7 @@ our %config = (
|
|||
],
|
||||
"openssldir" => "",
|
||||
"options" => "enable-ssl-trace enable-fips no-afalgeng no-asan no-buildtest-c++ no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-devcryptoeng no-dynamic-engine no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fuzz-afl no-fuzz-libfuzzer no-ktls no-loadereng no-md2 no-msan no-rc5 no-sctp no-shared no-ssl3 no-ssl3-method no-trace no-ubsan no-unit-test no-uplink no-weak-ssl-ciphers no-zlib no-zlib-dynamic",
|
||||
"patch" => "16",
|
||||
"patch" => "17",
|
||||
"perl_archname" => "x86_64-linux-gnu-thread-multi",
|
||||
"perl_cmd" => "/usr/bin/perl",
|
||||
"perl_version" => "5.38.2",
|
||||
|
@ -268,11 +268,11 @@ our %config = (
|
|||
"prerelease" => "",
|
||||
"processor" => "",
|
||||
"rc4_int" => "unsigned int",
|
||||
"release_date" => "11 Feb 2025",
|
||||
"release_date" => "1 Jul 2025",
|
||||
"shlib_version" => "3",
|
||||
"sourcedir" => ".",
|
||||
"target" => "VC-WIN32",
|
||||
"version" => "3.0.16"
|
||||
"version" => "3.0.17"
|
||||
);
|
||||
our %target = (
|
||||
"AR" => "lib",
|
||||
|
@ -287,7 +287,7 @@ our %target = (
|
|||
"LDFLAGS" => "/nologo /debug",
|
||||
"MT" => "mt",
|
||||
"MTFLAGS" => "-nologo",
|
||||
"RANLIB" => "CODE(0x5565b669dcb0)",
|
||||
"RANLIB" => "CODE(0x55b1c3240528)",
|
||||
"RC" => "rc",
|
||||
"_conf_fname_int" => [
|
||||
"Configurations/00-base-templates.conf",
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
*/
|
||||
|
||||
#define PLATFORM "platform: "
|
||||
#define DATE "built on: Wed Mar 5 21:09:10 2025 UTC"
|
||||
#define DATE "built on: Sun Jul 20 00:55:52 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 0
|
||||
# define OPENSSL_VERSION_PATCH 16
|
||||
# define OPENSSL_VERSION_PATCH 17
|
||||
|
||||
/*
|
||||
* 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.0.16"
|
||||
# define OPENSSL_FULL_VERSION_STR "3.0.16"
|
||||
# define OPENSSL_VERSION_STR "3.0.17"
|
||||
# define OPENSSL_FULL_VERSION_STR "3.0.17"
|
||||
|
||||
/*
|
||||
* SECTION 3: ADDITIONAL METADATA
|
||||
*
|
||||
* These strings are defined separately to allow them to be parsable.
|
||||
*/
|
||||
# define OPENSSL_RELEASE_DATE "11 Feb 2025"
|
||||
# define OPENSSL_RELEASE_DATE "1 Jul 2025"
|
||||
|
||||
/*
|
||||
* SECTION 4: BACKWARD COMPATIBILITY
|
||||
*/
|
||||
|
||||
# define OPENSSL_VERSION_TEXT "OpenSSL 3.0.16 11 Feb 2025"
|
||||
# define OPENSSL_VERSION_TEXT "OpenSSL 3.0.17 1 Jul 2025"
|
||||
|
||||
/* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
|
||||
# ifdef OPENSSL_VERSION_PRE_RELEASE
|
||||
|
|
|
@ -165,7 +165,7 @@ our %config = (
|
|||
],
|
||||
"dynamic_engines" => "0",
|
||||
"ex_libs" => [],
|
||||
"full_version" => "3.0.16",
|
||||
"full_version" => "3.0.17",
|
||||
"includes" => [],
|
||||
"lflags" => [],
|
||||
"lib_defines" => [
|
||||
|
@ -216,7 +216,7 @@ our %config = (
|
|||
],
|
||||
"openssldir" => "",
|
||||
"options" => "enable-ssl-trace enable-fips no-afalgeng no-asan no-buildtest-c++ no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-devcryptoeng no-dynamic-engine no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fuzz-afl no-fuzz-libfuzzer no-ktls no-loadereng no-md2 no-msan no-rc5 no-sctp no-shared no-ssl3 no-ssl3-method no-trace no-ubsan no-unit-test no-uplink no-weak-ssl-ciphers no-zlib no-zlib-dynamic",
|
||||
"patch" => "16",
|
||||
"patch" => "17",
|
||||
"perl_archname" => "x86_64-linux-gnu-thread-multi",
|
||||
"perl_cmd" => "/usr/bin/perl",
|
||||
"perl_version" => "5.38.2",
|
||||
|
@ -268,11 +268,11 @@ our %config = (
|
|||
"prerelease" => "",
|
||||
"processor" => "",
|
||||
"rc4_int" => "unsigned int",
|
||||
"release_date" => "11 Feb 2025",
|
||||
"release_date" => "1 Jul 2025",
|
||||
"shlib_version" => "3",
|
||||
"sourcedir" => ".",
|
||||
"target" => "VC-WIN32",
|
||||
"version" => "3.0.16"
|
||||
"version" => "3.0.17"
|
||||
);
|
||||
our %target = (
|
||||
"AR" => "lib",
|
||||
|
@ -287,7 +287,7 @@ our %target = (
|
|||
"LDFLAGS" => "/nologo /debug",
|
||||
"MT" => "mt",
|
||||
"MTFLAGS" => "-nologo",
|
||||
"RANLIB" => "CODE(0x55faeca92fa0)",
|
||||
"RANLIB" => "CODE(0x55c13a704328)",
|
||||
"RC" => "rc",
|
||||
"_conf_fname_int" => [
|
||||
"Configurations/00-base-templates.conf",
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
*/
|
||||
|
||||
#define PLATFORM "platform: "
|
||||
#define DATE "built on: Wed Mar 5 21:09:22 2025 UTC"
|
||||
#define DATE "built on: Sun Jul 20 00:56:04 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 0
|
||||
# define OPENSSL_VERSION_PATCH 16
|
||||
# define OPENSSL_VERSION_PATCH 17
|
||||
|
||||
/*
|
||||
* 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.0.16"
|
||||
# define OPENSSL_FULL_VERSION_STR "3.0.16"
|
||||
# define OPENSSL_VERSION_STR "3.0.17"
|
||||
# define OPENSSL_FULL_VERSION_STR "3.0.17"
|
||||
|
||||
/*
|
||||
* SECTION 3: ADDITIONAL METADATA
|
||||
*
|
||||
* These strings are defined separately to allow them to be parsable.
|
||||
*/
|
||||
# define OPENSSL_RELEASE_DATE "11 Feb 2025"
|
||||
# define OPENSSL_RELEASE_DATE "1 Jul 2025"
|
||||
|
||||
/*
|
||||
* SECTION 4: BACKWARD COMPATIBILITY
|
||||
*/
|
||||
|
||||
# define OPENSSL_VERSION_TEXT "OpenSSL 3.0.16 11 Feb 2025"
|
||||
# define OPENSSL_VERSION_TEXT "OpenSSL 3.0.17 1 Jul 2025"
|
||||
|
||||
/* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
|
||||
# ifdef OPENSSL_VERSION_PRE_RELEASE
|
||||
|
|
|
@ -163,7 +163,7 @@ our %config = (
|
|||
],
|
||||
"dynamic_engines" => "0",
|
||||
"ex_libs" => [],
|
||||
"full_version" => "3.0.16",
|
||||
"full_version" => "3.0.17",
|
||||
"includes" => [],
|
||||
"lflags" => [],
|
||||
"lib_defines" => [
|
||||
|
@ -215,7 +215,7 @@ our %config = (
|
|||
],
|
||||
"openssldir" => "",
|
||||
"options" => "enable-ssl-trace enable-fips no-afalgeng no-asan no-asm no-buildtest-c++ no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-devcryptoeng no-dynamic-engine no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fuzz-afl no-fuzz-libfuzzer no-ktls no-loadereng no-md2 no-msan no-rc5 no-sctp no-shared no-ssl3 no-ssl3-method no-trace no-ubsan no-unit-test no-uplink no-weak-ssl-ciphers no-zlib no-zlib-dynamic",
|
||||
"patch" => "16",
|
||||
"patch" => "17",
|
||||
"perl_archname" => "x86_64-linux-gnu-thread-multi",
|
||||
"perl_cmd" => "/usr/bin/perl",
|
||||
"perl_version" => "5.38.2",
|
||||
|
@ -268,11 +268,11 @@ our %config = (
|
|||
"prerelease" => "",
|
||||
"processor" => "",
|
||||
"rc4_int" => "unsigned int",
|
||||
"release_date" => "11 Feb 2025",
|
||||
"release_date" => "1 Jul 2025",
|
||||
"shlib_version" => "3",
|
||||
"sourcedir" => ".",
|
||||
"target" => "VC-WIN32",
|
||||
"version" => "3.0.16"
|
||||
"version" => "3.0.17"
|
||||
);
|
||||
our %target = (
|
||||
"AR" => "lib",
|
||||
|
@ -287,7 +287,7 @@ our %target = (
|
|||
"LDFLAGS" => "/nologo /debug",
|
||||
"MT" => "mt",
|
||||
"MTFLAGS" => "-nologo",
|
||||
"RANLIB" => "CODE(0x555d90669138)",
|
||||
"RANLIB" => "CODE(0x556f297fb5a8)",
|
||||
"RC" => "rc",
|
||||
"_conf_fname_int" => [
|
||||
"Configurations/00-base-templates.conf",
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
*/
|
||||
|
||||
#define PLATFORM "platform: "
|
||||
#define DATE "built on: Wed Mar 5 21:09:33 2025 UTC"
|
||||
#define DATE "built on: Sun Jul 20 00:56:16 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 0
|
||||
# define OPENSSL_VERSION_PATCH 16
|
||||
# define OPENSSL_VERSION_PATCH 17
|
||||
|
||||
/*
|
||||
* 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.0.16"
|
||||
# define OPENSSL_FULL_VERSION_STR "3.0.16"
|
||||
# define OPENSSL_VERSION_STR "3.0.17"
|
||||
# define OPENSSL_FULL_VERSION_STR "3.0.17"
|
||||
|
||||
/*
|
||||
* SECTION 3: ADDITIONAL METADATA
|
||||
*
|
||||
* These strings are defined separately to allow them to be parsable.
|
||||
*/
|
||||
# define OPENSSL_RELEASE_DATE "11 Feb 2025"
|
||||
# define OPENSSL_RELEASE_DATE "1 Jul 2025"
|
||||
|
||||
/*
|
||||
* SECTION 4: BACKWARD COMPATIBILITY
|
||||
*/
|
||||
|
||||
# define OPENSSL_VERSION_TEXT "OpenSSL 3.0.16 11 Feb 2025"
|
||||
# define OPENSSL_VERSION_TEXT "OpenSSL 3.0.17 1 Jul 2025"
|
||||
|
||||
/* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
|
||||
# ifdef OPENSSL_VERSION_PRE_RELEASE
|
||||
|
|
|
@ -163,7 +163,7 @@ our %config = (
|
|||
],
|
||||
"dynamic_engines" => "0",
|
||||
"ex_libs" => [],
|
||||
"full_version" => "3.0.16",
|
||||
"full_version" => "3.0.17",
|
||||
"includes" => [],
|
||||
"lflags" => [],
|
||||
"lib_defines" => [
|
||||
|
@ -213,7 +213,7 @@ our %config = (
|
|||
"openssl_sys_defines" => [],
|
||||
"openssldir" => "",
|
||||
"options" => "enable-ssl-trace enable-fips no-afalgeng no-asan no-asm no-buildtest-c++ no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-devcryptoeng no-dynamic-engine no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fuzz-afl no-fuzz-libfuzzer no-ktls no-loadereng no-md2 no-msan no-rc5 no-sctp no-shared no-ssl3 no-ssl3-method no-trace no-ubsan no-unit-test no-uplink no-weak-ssl-ciphers no-zlib no-zlib-dynamic",
|
||||
"patch" => "16",
|
||||
"patch" => "17",
|
||||
"perl_archname" => "x86_64-linux-gnu-thread-multi",
|
||||
"perl_cmd" => "/usr/bin/perl",
|
||||
"perl_version" => "5.38.2",
|
||||
|
@ -266,11 +266,11 @@ our %config = (
|
|||
"prerelease" => "",
|
||||
"processor" => "",
|
||||
"rc4_int" => "unsigned char",
|
||||
"release_date" => "11 Feb 2025",
|
||||
"release_date" => "1 Jul 2025",
|
||||
"shlib_version" => "3",
|
||||
"sourcedir" => ".",
|
||||
"target" => "VC-WIN64-ARM",
|
||||
"version" => "3.0.16"
|
||||
"version" => "3.0.17"
|
||||
);
|
||||
our %target = (
|
||||
"AR" => "lib",
|
||||
|
@ -283,7 +283,7 @@ our %target = (
|
|||
"LDFLAGS" => "/nologo /debug",
|
||||
"MT" => "mt",
|
||||
"MTFLAGS" => "-nologo",
|
||||
"RANLIB" => "CODE(0x560478385a28)",
|
||||
"RANLIB" => "CODE(0x55be6aa845d8)",
|
||||
"RC" => "rc",
|
||||
"_conf_fname_int" => [
|
||||
"Configurations/00-base-templates.conf",
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
*/
|
||||
|
||||
#define PLATFORM "platform: VC-WIN64-ARM"
|
||||
#define DATE "built on: Wed Mar 5 21:09:44 2025 UTC"
|
||||
#define DATE "built on: Sun Jul 20 00:56:26 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 0
|
||||
# define OPENSSL_VERSION_PATCH 16
|
||||
# define OPENSSL_VERSION_PATCH 17
|
||||
|
||||
/*
|
||||
* 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.0.16"
|
||||
# define OPENSSL_FULL_VERSION_STR "3.0.16"
|
||||
# define OPENSSL_VERSION_STR "3.0.17"
|
||||
# define OPENSSL_FULL_VERSION_STR "3.0.17"
|
||||
|
||||
/*
|
||||
* SECTION 3: ADDITIONAL METADATA
|
||||
*
|
||||
* These strings are defined separately to allow them to be parsable.
|
||||
*/
|
||||
# define OPENSSL_RELEASE_DATE "11 Feb 2025"
|
||||
# define OPENSSL_RELEASE_DATE "1 Jul 2025"
|
||||
|
||||
/*
|
||||
* SECTION 4: BACKWARD COMPATIBILITY
|
||||
*/
|
||||
|
||||
# define OPENSSL_VERSION_TEXT "OpenSSL 3.0.16 11 Feb 2025"
|
||||
# define OPENSSL_VERSION_TEXT "OpenSSL 3.0.17 1 Jul 2025"
|
||||
|
||||
/* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
|
||||
# ifdef OPENSSL_VERSION_PRE_RELEASE
|
||||
|
|
|
@ -168,7 +168,7 @@ our %config = (
|
|||
],
|
||||
"dynamic_engines" => "0",
|
||||
"ex_libs" => [],
|
||||
"full_version" => "3.0.16",
|
||||
"full_version" => "3.0.17",
|
||||
"includes" => [],
|
||||
"lflags" => [],
|
||||
"lib_defines" => [
|
||||
|
@ -219,7 +219,7 @@ our %config = (
|
|||
],
|
||||
"openssldir" => "",
|
||||
"options" => "enable-ssl-trace enable-fips no-afalgeng no-asan no-buildtest-c++ no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-devcryptoeng no-dynamic-engine no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fuzz-afl no-fuzz-libfuzzer no-ktls no-loadereng no-md2 no-msan no-rc5 no-sctp no-shared no-ssl3 no-ssl3-method no-trace no-ubsan no-unit-test no-uplink no-weak-ssl-ciphers no-zlib no-zlib-dynamic",
|
||||
"patch" => "16",
|
||||
"patch" => "17",
|
||||
"perl_archname" => "x86_64-linux-gnu-thread-multi",
|
||||
"perl_cmd" => "/usr/bin/perl",
|
||||
"perl_version" => "5.38.2",
|
||||
|
@ -271,11 +271,11 @@ our %config = (
|
|||
"prerelease" => "",
|
||||
"processor" => "",
|
||||
"rc4_int" => "unsigned int",
|
||||
"release_date" => "11 Feb 2025",
|
||||
"release_date" => "1 Jul 2025",
|
||||
"shlib_version" => "3",
|
||||
"sourcedir" => ".",
|
||||
"target" => "VC-WIN64A",
|
||||
"version" => "3.0.16"
|
||||
"version" => "3.0.17"
|
||||
);
|
||||
our %target = (
|
||||
"AR" => "lib",
|
||||
|
@ -290,7 +290,7 @@ our %target = (
|
|||
"LDFLAGS" => "/nologo /debug",
|
||||
"MT" => "mt",
|
||||
"MTFLAGS" => "-nologo",
|
||||
"RANLIB" => "CODE(0x55fdfa62e9a0)",
|
||||
"RANLIB" => "CODE(0x55a1fa929968)",
|
||||
"RC" => "rc",
|
||||
"_conf_fname_int" => [
|
||||
"Configurations/00-base-templates.conf",
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
*/
|
||||
|
||||
#define PLATFORM "platform: "
|
||||
#define DATE "built on: Wed Mar 5 21:08:30 2025 UTC"
|
||||
#define DATE "built on: Sun Jul 20 00:55: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 0
|
||||
# define OPENSSL_VERSION_PATCH 16
|
||||
# define OPENSSL_VERSION_PATCH 17
|
||||
|
||||
/*
|
||||
* 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.0.16"
|
||||
# define OPENSSL_FULL_VERSION_STR "3.0.16"
|
||||
# define OPENSSL_VERSION_STR "3.0.17"
|
||||
# define OPENSSL_FULL_VERSION_STR "3.0.17"
|
||||
|
||||
/*
|
||||
* SECTION 3: ADDITIONAL METADATA
|
||||
*
|
||||
* These strings are defined separately to allow them to be parsable.
|
||||
*/
|
||||
# define OPENSSL_RELEASE_DATE "11 Feb 2025"
|
||||
# define OPENSSL_RELEASE_DATE "1 Jul 2025"
|
||||
|
||||
/*
|
||||
* SECTION 4: BACKWARD COMPATIBILITY
|
||||
*/
|
||||
|
||||
# define OPENSSL_VERSION_TEXT "OpenSSL 3.0.16 11 Feb 2025"
|
||||
# define OPENSSL_VERSION_TEXT "OpenSSL 3.0.17 1 Jul 2025"
|
||||
|
||||
/* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
|
||||
# ifdef OPENSSL_VERSION_PRE_RELEASE
|
||||
|
|
|
@ -168,7 +168,7 @@ our %config = (
|
|||
],
|
||||
"dynamic_engines" => "0",
|
||||
"ex_libs" => [],
|
||||
"full_version" => "3.0.16",
|
||||
"full_version" => "3.0.17",
|
||||
"includes" => [],
|
||||
"lflags" => [],
|
||||
"lib_defines" => [
|
||||
|
@ -219,7 +219,7 @@ our %config = (
|
|||
],
|
||||
"openssldir" => "",
|
||||
"options" => "enable-ssl-trace enable-fips no-afalgeng no-asan no-buildtest-c++ no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-devcryptoeng no-dynamic-engine no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fuzz-afl no-fuzz-libfuzzer no-ktls no-loadereng no-md2 no-msan no-rc5 no-sctp no-shared no-ssl3 no-ssl3-method no-trace no-ubsan no-unit-test no-uplink no-weak-ssl-ciphers no-zlib no-zlib-dynamic",
|
||||
"patch" => "16",
|
||||
"patch" => "17",
|
||||
"perl_archname" => "x86_64-linux-gnu-thread-multi",
|
||||
"perl_cmd" => "/usr/bin/perl",
|
||||
"perl_version" => "5.38.2",
|
||||
|
@ -271,11 +271,11 @@ our %config = (
|
|||
"prerelease" => "",
|
||||
"processor" => "",
|
||||
"rc4_int" => "unsigned int",
|
||||
"release_date" => "11 Feb 2025",
|
||||
"release_date" => "1 Jul 2025",
|
||||
"shlib_version" => "3",
|
||||
"sourcedir" => ".",
|
||||
"target" => "VC-WIN64A",
|
||||
"version" => "3.0.16"
|
||||
"version" => "3.0.17"
|
||||
);
|
||||
our %target = (
|
||||
"AR" => "lib",
|
||||
|
@ -290,7 +290,7 @@ our %target = (
|
|||
"LDFLAGS" => "/nologo /debug",
|
||||
"MT" => "mt",
|
||||
"MTFLAGS" => "-nologo",
|
||||
"RANLIB" => "CODE(0x55884154b690)",
|
||||
"RANLIB" => "CODE(0x5590ca26eb18)",
|
||||
"RC" => "rc",
|
||||
"_conf_fname_int" => [
|
||||
"Configurations/00-base-templates.conf",
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
*/
|
||||
|
||||
#define PLATFORM "platform: "
|
||||
#define DATE "built on: Wed Mar 5 21:08:44 2025 UTC"
|
||||
#define DATE "built on: Sun Jul 20 00:55:27 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 0
|
||||
# define OPENSSL_VERSION_PATCH 16
|
||||
# define OPENSSL_VERSION_PATCH 17
|
||||
|
||||
/*
|
||||
* 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.0.16"
|
||||
# define OPENSSL_FULL_VERSION_STR "3.0.16"
|
||||
# define OPENSSL_VERSION_STR "3.0.17"
|
||||
# define OPENSSL_FULL_VERSION_STR "3.0.17"
|
||||
|
||||
/*
|
||||
* SECTION 3: ADDITIONAL METADATA
|
||||
*
|
||||
* These strings are defined separately to allow them to be parsable.
|
||||
*/
|
||||
# define OPENSSL_RELEASE_DATE "11 Feb 2025"
|
||||
# define OPENSSL_RELEASE_DATE "1 Jul 2025"
|
||||
|
||||
/*
|
||||
* SECTION 4: BACKWARD COMPATIBILITY
|
||||
*/
|
||||
|
||||
# define OPENSSL_VERSION_TEXT "OpenSSL 3.0.16 11 Feb 2025"
|
||||
# define OPENSSL_VERSION_TEXT "OpenSSL 3.0.17 1 Jul 2025"
|
||||
|
||||
/* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
|
||||
# ifdef OPENSSL_VERSION_PRE_RELEASE
|
||||
|
|
|
@ -166,7 +166,7 @@ our %config = (
|
|||
],
|
||||
"dynamic_engines" => "0",
|
||||
"ex_libs" => [],
|
||||
"full_version" => "3.0.16",
|
||||
"full_version" => "3.0.17",
|
||||
"includes" => [],
|
||||
"lflags" => [],
|
||||
"lib_defines" => [
|
||||
|
@ -218,7 +218,7 @@ our %config = (
|
|||
],
|
||||
"openssldir" => "",
|
||||
"options" => "enable-ssl-trace enable-fips no-afalgeng no-asan no-asm no-buildtest-c++ no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-devcryptoeng no-dynamic-engine no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fuzz-afl no-fuzz-libfuzzer no-ktls no-loadereng no-md2 no-msan no-rc5 no-sctp no-shared no-ssl3 no-ssl3-method no-trace no-ubsan no-unit-test no-uplink no-weak-ssl-ciphers no-zlib no-zlib-dynamic",
|
||||
"patch" => "16",
|
||||
"patch" => "17",
|
||||
"perl_archname" => "x86_64-linux-gnu-thread-multi",
|
||||
"perl_cmd" => "/usr/bin/perl",
|
||||
"perl_version" => "5.38.2",
|
||||
|
@ -271,11 +271,11 @@ our %config = (
|
|||
"prerelease" => "",
|
||||
"processor" => "",
|
||||
"rc4_int" => "unsigned int",
|
||||
"release_date" => "11 Feb 2025",
|
||||
"release_date" => "1 Jul 2025",
|
||||
"shlib_version" => "3",
|
||||
"sourcedir" => ".",
|
||||
"target" => "VC-WIN64A",
|
||||
"version" => "3.0.16"
|
||||
"version" => "3.0.17"
|
||||
);
|
||||
our %target = (
|
||||
"AR" => "lib",
|
||||
|
@ -290,7 +290,7 @@ our %target = (
|
|||
"LDFLAGS" => "/nologo /debug",
|
||||
"MT" => "mt",
|
||||
"MTFLAGS" => "-nologo",
|
||||
"RANLIB" => "CODE(0x55b60e60bac8)",
|
||||
"RANLIB" => "CODE(0x562f363ed508)",
|
||||
"RC" => "rc",
|
||||
"_conf_fname_int" => [
|
||||
"Configurations/00-base-templates.conf",
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
*/
|
||||
|
||||
#define PLATFORM "platform: "
|
||||
#define DATE "built on: Wed Mar 5 21:08:59 2025 UTC"
|
||||
#define DATE "built on: Sun Jul 20 00:55: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 0
|
||||
# define OPENSSL_VERSION_PATCH 16
|
||||
# define OPENSSL_VERSION_PATCH 17
|
||||
|
||||
/*
|
||||
* 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.0.16"
|
||||
# define OPENSSL_FULL_VERSION_STR "3.0.16"
|
||||
# define OPENSSL_VERSION_STR "3.0.17"
|
||||
# define OPENSSL_FULL_VERSION_STR "3.0.17"
|
||||
|
||||
/*
|
||||
* SECTION 3: ADDITIONAL METADATA
|
||||
*
|
||||
* These strings are defined separately to allow them to be parsable.
|
||||
*/
|
||||
# define OPENSSL_RELEASE_DATE "11 Feb 2025"
|
||||
# define OPENSSL_RELEASE_DATE "1 Jul 2025"
|
||||
|
||||
/*
|
||||
* SECTION 4: BACKWARD COMPATIBILITY
|
||||
*/
|
||||
|
||||
# define OPENSSL_VERSION_TEXT "OpenSSL 3.0.16 11 Feb 2025"
|
||||
# define OPENSSL_VERSION_TEXT "OpenSSL 3.0.17 1 Jul 2025"
|
||||
|
||||
/* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
|
||||
# ifdef OPENSSL_VERSION_PRE_RELEASE
|
||||
|
|
|
@ -156,7 +156,7 @@ our %config = (
|
|||
],
|
||||
"dynamic_engines" => "0",
|
||||
"ex_libs" => [],
|
||||
"full_version" => "3.0.16",
|
||||
"full_version" => "3.0.17",
|
||||
"includes" => [],
|
||||
"lflags" => [],
|
||||
"lib_defines" => [
|
||||
|
@ -206,7 +206,7 @@ our %config = (
|
|||
],
|
||||
"openssldir" => "",
|
||||
"options" => "enable-ssl-trace enable-fips no-afalgeng no-asan no-buildtest-c++ no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-devcryptoeng no-dynamic-engine no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fuzz-afl no-fuzz-libfuzzer no-ktls no-loadereng no-md2 no-msan no-rc5 no-sctp no-shared no-ssl3 no-ssl3-method no-trace no-ubsan no-unit-test no-uplink no-weak-ssl-ciphers no-zlib no-zlib-dynamic",
|
||||
"patch" => "16",
|
||||
"patch" => "17",
|
||||
"perl_archname" => "x86_64-linux-gnu-thread-multi",
|
||||
"perl_cmd" => "/usr/bin/perl",
|
||||
"perl_version" => "5.38.2",
|
||||
|
@ -258,11 +258,11 @@ our %config = (
|
|||
"prerelease" => "",
|
||||
"processor" => "",
|
||||
"rc4_int" => "unsigned char",
|
||||
"release_date" => "11 Feb 2025",
|
||||
"release_date" => "1 Jul 2025",
|
||||
"shlib_version" => "3",
|
||||
"sourcedir" => ".",
|
||||
"target" => "aix64-gcc-as",
|
||||
"version" => "3.0.16"
|
||||
"version" => "3.0.17"
|
||||
);
|
||||
our %target = (
|
||||
"AR" => "ar -X64",
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
*/
|
||||
|
||||
#define PLATFORM "platform: aix64-gcc-as"
|
||||
#define DATE "built on: Wed Mar 5 20:58:26 2025 UTC"
|
||||
#define DATE "built on: Sun Jul 20 00:45:04 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 0
|
||||
# define OPENSSL_VERSION_PATCH 16
|
||||
# define OPENSSL_VERSION_PATCH 17
|
||||
|
||||
/*
|
||||
* 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.0.16"
|
||||
# define OPENSSL_FULL_VERSION_STR "3.0.16"
|
||||
# define OPENSSL_VERSION_STR "3.0.17"
|
||||
# define OPENSSL_FULL_VERSION_STR "3.0.17"
|
||||
|
||||
/*
|
||||
* SECTION 3: ADDITIONAL METADATA
|
||||
*
|
||||
* These strings are defined separately to allow them to be parsable.
|
||||
*/
|
||||
# define OPENSSL_RELEASE_DATE "11 Feb 2025"
|
||||
# define OPENSSL_RELEASE_DATE "1 Jul 2025"
|
||||
|
||||
/*
|
||||
* SECTION 4: BACKWARD COMPATIBILITY
|
||||
*/
|
||||
|
||||
# define OPENSSL_VERSION_TEXT "OpenSSL 3.0.16 11 Feb 2025"
|
||||
# define OPENSSL_VERSION_TEXT "OpenSSL 3.0.17 1 Jul 2025"
|
||||
|
||||
/* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
|
||||
# ifdef OPENSSL_VERSION_PRE_RELEASE
|
||||
|
|
|
@ -156,7 +156,7 @@ our %config = (
|
|||
],
|
||||
"dynamic_engines" => "0",
|
||||
"ex_libs" => [],
|
||||
"full_version" => "3.0.16",
|
||||
"full_version" => "3.0.17",
|
||||
"includes" => [],
|
||||
"lflags" => [],
|
||||
"lib_defines" => [
|
||||
|
@ -206,7 +206,7 @@ our %config = (
|
|||
],
|
||||
"openssldir" => "",
|
||||
"options" => "enable-ssl-trace enable-fips no-afalgeng no-asan no-buildtest-c++ no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-devcryptoeng no-dynamic-engine no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fuzz-afl no-fuzz-libfuzzer no-ktls no-loadereng no-md2 no-msan no-rc5 no-sctp no-shared no-ssl3 no-ssl3-method no-trace no-ubsan no-unit-test no-uplink no-weak-ssl-ciphers no-zlib no-zlib-dynamic",
|
||||
"patch" => "16",
|
||||
"patch" => "17",
|
||||
"perl_archname" => "x86_64-linux-gnu-thread-multi",
|
||||
"perl_cmd" => "/usr/bin/perl",
|
||||
"perl_version" => "5.38.2",
|
||||
|
@ -258,11 +258,11 @@ our %config = (
|
|||
"prerelease" => "",
|
||||
"processor" => "",
|
||||
"rc4_int" => "unsigned char",
|
||||
"release_date" => "11 Feb 2025",
|
||||
"release_date" => "1 Jul 2025",
|
||||
"shlib_version" => "3",
|
||||
"sourcedir" => ".",
|
||||
"target" => "aix64-gcc-as",
|
||||
"version" => "3.0.16"
|
||||
"version" => "3.0.17"
|
||||
);
|
||||
our %target = (
|
||||
"AR" => "ar -X64",
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
*/
|
||||
|
||||
#define PLATFORM "platform: aix64-gcc-as"
|
||||
#define DATE "built on: Wed Mar 5 20:58:38 2025 UTC"
|
||||
#define DATE "built on: Sun Jul 20 00:45: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 0
|
||||
# define OPENSSL_VERSION_PATCH 16
|
||||
# define OPENSSL_VERSION_PATCH 17
|
||||
|
||||
/*
|
||||
* 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.0.16"
|
||||
# define OPENSSL_FULL_VERSION_STR "3.0.16"
|
||||
# define OPENSSL_VERSION_STR "3.0.17"
|
||||
# define OPENSSL_FULL_VERSION_STR "3.0.17"
|
||||
|
||||
/*
|
||||
* SECTION 3: ADDITIONAL METADATA
|
||||
*
|
||||
* These strings are defined separately to allow them to be parsable.
|
||||
*/
|
||||
# define OPENSSL_RELEASE_DATE "11 Feb 2025"
|
||||
# define OPENSSL_RELEASE_DATE "1 Jul 2025"
|
||||
|
||||
/*
|
||||
* SECTION 4: BACKWARD COMPATIBILITY
|
||||
*/
|
||||
|
||||
# define OPENSSL_VERSION_TEXT "OpenSSL 3.0.16 11 Feb 2025"
|
||||
# define OPENSSL_VERSION_TEXT "OpenSSL 3.0.17 1 Jul 2025"
|
||||
|
||||
/* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
|
||||
# ifdef OPENSSL_VERSION_PRE_RELEASE
|
||||
|
|
|
@ -154,7 +154,7 @@ our %config = (
|
|||
],
|
||||
"dynamic_engines" => "0",
|
||||
"ex_libs" => [],
|
||||
"full_version" => "3.0.16",
|
||||
"full_version" => "3.0.17",
|
||||
"includes" => [],
|
||||
"lflags" => [],
|
||||
"lib_defines" => [
|
||||
|
@ -205,7 +205,7 @@ our %config = (
|
|||
],
|
||||
"openssldir" => "",
|
||||
"options" => "enable-ssl-trace enable-fips no-afalgeng no-asan no-asm no-buildtest-c++ no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-devcryptoeng no-dynamic-engine no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fuzz-afl no-fuzz-libfuzzer no-ktls no-loadereng no-md2 no-msan no-rc5 no-sctp no-shared no-ssl3 no-ssl3-method no-trace no-ubsan no-unit-test no-uplink no-weak-ssl-ciphers no-zlib no-zlib-dynamic",
|
||||
"patch" => "16",
|
||||
"patch" => "17",
|
||||
"perl_archname" => "x86_64-linux-gnu-thread-multi",
|
||||
"perl_cmd" => "/usr/bin/perl",
|
||||
"perl_version" => "5.38.2",
|
||||
|
@ -258,11 +258,11 @@ our %config = (
|
|||
"prerelease" => "",
|
||||
"processor" => "",
|
||||
"rc4_int" => "unsigned char",
|
||||
"release_date" => "11 Feb 2025",
|
||||
"release_date" => "1 Jul 2025",
|
||||
"shlib_version" => "3",
|
||||
"sourcedir" => ".",
|
||||
"target" => "aix64-gcc-as",
|
||||
"version" => "3.0.16"
|
||||
"version" => "3.0.17"
|
||||
);
|
||||
our %target = (
|
||||
"AR" => "ar -X64",
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
*/
|
||||
|
||||
#define PLATFORM "platform: aix64-gcc-as"
|
||||
#define DATE "built on: Wed Mar 5 20:58:51 2025 UTC"
|
||||
#define DATE "built on: Sun Jul 20 00:45: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 0
|
||||
# define OPENSSL_VERSION_PATCH 16
|
||||
# define OPENSSL_VERSION_PATCH 17
|
||||
|
||||
/*
|
||||
* 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.0.16"
|
||||
# define OPENSSL_FULL_VERSION_STR "3.0.16"
|
||||
# define OPENSSL_VERSION_STR "3.0.17"
|
||||
# define OPENSSL_FULL_VERSION_STR "3.0.17"
|
||||
|
||||
/*
|
||||
* SECTION 3: ADDITIONAL METADATA
|
||||
*
|
||||
* These strings are defined separately to allow them to be parsable.
|
||||
*/
|
||||
# define OPENSSL_RELEASE_DATE "11 Feb 2025"
|
||||
# define OPENSSL_RELEASE_DATE "1 Jul 2025"
|
||||
|
||||
/*
|
||||
* SECTION 4: BACKWARD COMPATIBILITY
|
||||
*/
|
||||
|
||||
# define OPENSSL_VERSION_TEXT "OpenSSL 3.0.16 11 Feb 2025"
|
||||
# define OPENSSL_VERSION_TEXT "OpenSSL 3.0.17 1 Jul 2025"
|
||||
|
||||
/* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
|
||||
# ifdef OPENSSL_VERSION_PRE_RELEASE
|
||||
|
|
|
@ -156,7 +156,7 @@ our %config = (
|
|||
],
|
||||
"dynamic_engines" => "0",
|
||||
"ex_libs" => [],
|
||||
"full_version" => "3.0.16",
|
||||
"full_version" => "3.0.17",
|
||||
"includes" => [],
|
||||
"lflags" => [],
|
||||
"lib_defines" => [
|
||||
|
@ -206,7 +206,7 @@ our %config = (
|
|||
],
|
||||
"openssldir" => "",
|
||||
"options" => "enable-ssl-trace enable-fips no-afalgeng no-asan no-buildtest-c++ no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-devcryptoeng no-dynamic-engine no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fuzz-afl no-fuzz-libfuzzer no-ktls no-loadereng no-md2 no-msan no-rc5 no-sctp no-shared no-ssl3 no-ssl3-method no-trace no-ubsan no-unit-test no-uplink no-weak-ssl-ciphers no-zlib no-zlib-dynamic",
|
||||
"patch" => "16",
|
||||
"patch" => "17",
|
||||
"perl_archname" => "x86_64-linux-gnu-thread-multi",
|
||||
"perl_cmd" => "/usr/bin/perl",
|
||||
"perl_version" => "5.38.2",
|
||||
|
@ -258,11 +258,11 @@ our %config = (
|
|||
"prerelease" => "",
|
||||
"processor" => "",
|
||||
"rc4_int" => "unsigned int",
|
||||
"release_date" => "11 Feb 2025",
|
||||
"release_date" => "1 Jul 2025",
|
||||
"shlib_version" => "3",
|
||||
"sourcedir" => ".",
|
||||
"target" => "darwin-i386-cc",
|
||||
"version" => "3.0.16"
|
||||
"version" => "3.0.17"
|
||||
);
|
||||
our %target = (
|
||||
"AR" => "ar",
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
*/
|
||||
|
||||
#define PLATFORM "platform: darwin-i386-cc"
|
||||
#define DATE "built on: Wed Mar 5 21:01:02 2025 UTC"
|
||||
#define DATE "built on: Sun Jul 20 00:47: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 0
|
||||
# define OPENSSL_VERSION_PATCH 16
|
||||
# define OPENSSL_VERSION_PATCH 17
|
||||
|
||||
/*
|
||||
* 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.0.16"
|
||||
# define OPENSSL_FULL_VERSION_STR "3.0.16"
|
||||
# define OPENSSL_VERSION_STR "3.0.17"
|
||||
# define OPENSSL_FULL_VERSION_STR "3.0.17"
|
||||
|
||||
/*
|
||||
* SECTION 3: ADDITIONAL METADATA
|
||||
*
|
||||
* These strings are defined separately to allow them to be parsable.
|
||||
*/
|
||||
# define OPENSSL_RELEASE_DATE "11 Feb 2025"
|
||||
# define OPENSSL_RELEASE_DATE "1 Jul 2025"
|
||||
|
||||
/*
|
||||
* SECTION 4: BACKWARD COMPATIBILITY
|
||||
*/
|
||||
|
||||
# define OPENSSL_VERSION_TEXT "OpenSSL 3.0.16 11 Feb 2025"
|
||||
# define OPENSSL_VERSION_TEXT "OpenSSL 3.0.17 1 Jul 2025"
|
||||
|
||||
/* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
|
||||
# ifdef OPENSSL_VERSION_PRE_RELEASE
|
||||
|
|
|
@ -156,7 +156,7 @@ our %config = (
|
|||
],
|
||||
"dynamic_engines" => "0",
|
||||
"ex_libs" => [],
|
||||
"full_version" => "3.0.16",
|
||||
"full_version" => "3.0.17",
|
||||
"includes" => [],
|
||||
"lflags" => [],
|
||||
"lib_defines" => [
|
||||
|
@ -206,7 +206,7 @@ our %config = (
|
|||
],
|
||||
"openssldir" => "",
|
||||
"options" => "enable-ssl-trace enable-fips no-afalgeng no-asan no-buildtest-c++ no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-devcryptoeng no-dynamic-engine no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fuzz-afl no-fuzz-libfuzzer no-ktls no-loadereng no-md2 no-msan no-rc5 no-sctp no-shared no-ssl3 no-ssl3-method no-trace no-ubsan no-unit-test no-uplink no-weak-ssl-ciphers no-zlib no-zlib-dynamic",
|
||||
"patch" => "16",
|
||||
"patch" => "17",
|
||||
"perl_archname" => "x86_64-linux-gnu-thread-multi",
|
||||
"perl_cmd" => "/usr/bin/perl",
|
||||
"perl_version" => "5.38.2",
|
||||
|
@ -258,11 +258,11 @@ our %config = (
|
|||
"prerelease" => "",
|
||||
"processor" => "",
|
||||
"rc4_int" => "unsigned int",
|
||||
"release_date" => "11 Feb 2025",
|
||||
"release_date" => "1 Jul 2025",
|
||||
"shlib_version" => "3",
|
||||
"sourcedir" => ".",
|
||||
"target" => "darwin-i386-cc",
|
||||
"version" => "3.0.16"
|
||||
"version" => "3.0.17"
|
||||
);
|
||||
our %target = (
|
||||
"AR" => "ar",
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
*/
|
||||
|
||||
#define PLATFORM "platform: darwin-i386-cc"
|
||||
#define DATE "built on: Wed Mar 5 21:01:15 2025 UTC"
|
||||
#define DATE "built on: Sun Jul 20 00:47:54 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 0
|
||||
# define OPENSSL_VERSION_PATCH 16
|
||||
# define OPENSSL_VERSION_PATCH 17
|
||||
|
||||
/*
|
||||
* 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.0.16"
|
||||
# define OPENSSL_FULL_VERSION_STR "3.0.16"
|
||||
# define OPENSSL_VERSION_STR "3.0.17"
|
||||
# define OPENSSL_FULL_VERSION_STR "3.0.17"
|
||||
|
||||
/*
|
||||
* SECTION 3: ADDITIONAL METADATA
|
||||
*
|
||||
* These strings are defined separately to allow them to be parsable.
|
||||
*/
|
||||
# define OPENSSL_RELEASE_DATE "11 Feb 2025"
|
||||
# define OPENSSL_RELEASE_DATE "1 Jul 2025"
|
||||
|
||||
/*
|
||||
* SECTION 4: BACKWARD COMPATIBILITY
|
||||
*/
|
||||
|
||||
# define OPENSSL_VERSION_TEXT "OpenSSL 3.0.16 11 Feb 2025"
|
||||
# define OPENSSL_VERSION_TEXT "OpenSSL 3.0.17 1 Jul 2025"
|
||||
|
||||
/* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
|
||||
# ifdef OPENSSL_VERSION_PRE_RELEASE
|
||||
|
|
|
@ -154,7 +154,7 @@ our %config = (
|
|||
],
|
||||
"dynamic_engines" => "0",
|
||||
"ex_libs" => [],
|
||||
"full_version" => "3.0.16",
|
||||
"full_version" => "3.0.17",
|
||||
"includes" => [],
|
||||
"lflags" => [],
|
||||
"lib_defines" => [
|
||||
|
@ -205,7 +205,7 @@ our %config = (
|
|||
],
|
||||
"openssldir" => "",
|
||||
"options" => "enable-ssl-trace enable-fips no-afalgeng no-asan no-asm no-buildtest-c++ no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-devcryptoeng no-dynamic-engine no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fuzz-afl no-fuzz-libfuzzer no-ktls no-loadereng no-md2 no-msan no-rc5 no-sctp no-shared no-ssl3 no-ssl3-method no-trace no-ubsan no-unit-test no-uplink no-weak-ssl-ciphers no-zlib no-zlib-dynamic",
|
||||
"patch" => "16",
|
||||
"patch" => "17",
|
||||
"perl_archname" => "x86_64-linux-gnu-thread-multi",
|
||||
"perl_cmd" => "/usr/bin/perl",
|
||||
"perl_version" => "5.38.2",
|
||||
|
@ -258,11 +258,11 @@ our %config = (
|
|||
"prerelease" => "",
|
||||
"processor" => "",
|
||||
"rc4_int" => "unsigned int",
|
||||
"release_date" => "11 Feb 2025",
|
||||
"release_date" => "1 Jul 2025",
|
||||
"shlib_version" => "3",
|
||||
"sourcedir" => ".",
|
||||
"target" => "darwin-i386-cc",
|
||||
"version" => "3.0.16"
|
||||
"version" => "3.0.17"
|
||||
);
|
||||
our %target = (
|
||||
"AR" => "ar",
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
*/
|
||||
|
||||
#define PLATFORM "platform: darwin-i386-cc"
|
||||
#define DATE "built on: Wed Mar 5 21:01:27 2025 UTC"
|
||||
#define DATE "built on: Sun Jul 20 00:48:07 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 0
|
||||
# define OPENSSL_VERSION_PATCH 16
|
||||
# define OPENSSL_VERSION_PATCH 17
|
||||
|
||||
/*
|
||||
* 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.0.16"
|
||||
# define OPENSSL_FULL_VERSION_STR "3.0.16"
|
||||
# define OPENSSL_VERSION_STR "3.0.17"
|
||||
# define OPENSSL_FULL_VERSION_STR "3.0.17"
|
||||
|
||||
/*
|
||||
* SECTION 3: ADDITIONAL METADATA
|
||||
*
|
||||
* These strings are defined separately to allow them to be parsable.
|
||||
*/
|
||||
# define OPENSSL_RELEASE_DATE "11 Feb 2025"
|
||||
# define OPENSSL_RELEASE_DATE "1 Jul 2025"
|
||||
|
||||
/*
|
||||
* SECTION 4: BACKWARD COMPATIBILITY
|
||||
*/
|
||||
|
||||
# define OPENSSL_VERSION_TEXT "OpenSSL 3.0.16 11 Feb 2025"
|
||||
# define OPENSSL_VERSION_TEXT "OpenSSL 3.0.17 1 Jul 2025"
|
||||
|
||||
/* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
|
||||
# ifdef OPENSSL_VERSION_PRE_RELEASE
|
||||
|
|
|
@ -156,7 +156,7 @@ our %config = (
|
|||
],
|
||||
"dynamic_engines" => "0",
|
||||
"ex_libs" => [],
|
||||
"full_version" => "3.0.16",
|
||||
"full_version" => "3.0.17",
|
||||
"includes" => [],
|
||||
"lflags" => [],
|
||||
"lib_defines" => [
|
||||
|
@ -206,7 +206,7 @@ our %config = (
|
|||
],
|
||||
"openssldir" => "",
|
||||
"options" => "enable-ssl-trace enable-fips no-afalgeng no-asan no-buildtest-c++ no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-devcryptoeng no-dynamic-engine no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fuzz-afl no-fuzz-libfuzzer no-ktls no-loadereng no-md2 no-msan no-rc5 no-sctp no-shared no-ssl3 no-ssl3-method no-trace no-ubsan no-unit-test no-uplink no-weak-ssl-ciphers no-zlib no-zlib-dynamic",
|
||||
"patch" => "16",
|
||||
"patch" => "17",
|
||||
"perl_archname" => "x86_64-linux-gnu-thread-multi",
|
||||
"perl_cmd" => "/usr/bin/perl",
|
||||
"perl_version" => "5.38.2",
|
||||
|
@ -258,11 +258,11 @@ our %config = (
|
|||
"prerelease" => "",
|
||||
"processor" => "",
|
||||
"rc4_int" => "unsigned int",
|
||||
"release_date" => "11 Feb 2025",
|
||||
"release_date" => "1 Jul 2025",
|
||||
"shlib_version" => "3",
|
||||
"sourcedir" => ".",
|
||||
"target" => "darwin64-arm64-cc",
|
||||
"version" => "3.0.16"
|
||||
"version" => "3.0.17"
|
||||
);
|
||||
our %target = (
|
||||
"AR" => "ar",
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
*/
|
||||
|
||||
#define PLATFORM "platform: darwin64-arm64-cc"
|
||||
#define DATE "built on: Wed Mar 5 21:01:39 2025 UTC"
|
||||
#define DATE "built on: Sun Jul 20 00:48:18 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 0
|
||||
# define OPENSSL_VERSION_PATCH 16
|
||||
# define OPENSSL_VERSION_PATCH 17
|
||||
|
||||
/*
|
||||
* 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.0.16"
|
||||
# define OPENSSL_FULL_VERSION_STR "3.0.16"
|
||||
# define OPENSSL_VERSION_STR "3.0.17"
|
||||
# define OPENSSL_FULL_VERSION_STR "3.0.17"
|
||||
|
||||
/*
|
||||
* SECTION 3: ADDITIONAL METADATA
|
||||
*
|
||||
* These strings are defined separately to allow them to be parsable.
|
||||
*/
|
||||
# define OPENSSL_RELEASE_DATE "11 Feb 2025"
|
||||
# define OPENSSL_RELEASE_DATE "1 Jul 2025"
|
||||
|
||||
/*
|
||||
* SECTION 4: BACKWARD COMPATIBILITY
|
||||
*/
|
||||
|
||||
# define OPENSSL_VERSION_TEXT "OpenSSL 3.0.16 11 Feb 2025"
|
||||
# define OPENSSL_VERSION_TEXT "OpenSSL 3.0.17 1 Jul 2025"
|
||||
|
||||
/* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
|
||||
# ifdef OPENSSL_VERSION_PRE_RELEASE
|
||||
|
|
|
@ -156,7 +156,7 @@ our %config = (
|
|||
],
|
||||
"dynamic_engines" => "0",
|
||||
"ex_libs" => [],
|
||||
"full_version" => "3.0.16",
|
||||
"full_version" => "3.0.17",
|
||||
"includes" => [],
|
||||
"lflags" => [],
|
||||
"lib_defines" => [
|
||||
|
@ -206,7 +206,7 @@ our %config = (
|
|||
],
|
||||
"openssldir" => "",
|
||||
"options" => "enable-ssl-trace enable-fips no-afalgeng no-asan no-buildtest-c++ no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-devcryptoeng no-dynamic-engine no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fuzz-afl no-fuzz-libfuzzer no-ktls no-loadereng no-md2 no-msan no-rc5 no-sctp no-shared no-ssl3 no-ssl3-method no-trace no-ubsan no-unit-test no-uplink no-weak-ssl-ciphers no-zlib no-zlib-dynamic",
|
||||
"patch" => "16",
|
||||
"patch" => "17",
|
||||
"perl_archname" => "x86_64-linux-gnu-thread-multi",
|
||||
"perl_cmd" => "/usr/bin/perl",
|
||||
"perl_version" => "5.38.2",
|
||||
|
@ -258,11 +258,11 @@ our %config = (
|
|||
"prerelease" => "",
|
||||
"processor" => "",
|
||||
"rc4_int" => "unsigned int",
|
||||
"release_date" => "11 Feb 2025",
|
||||
"release_date" => "1 Jul 2025",
|
||||
"shlib_version" => "3",
|
||||
"sourcedir" => ".",
|
||||
"target" => "darwin64-arm64-cc",
|
||||
"version" => "3.0.16"
|
||||
"version" => "3.0.17"
|
||||
);
|
||||
our %target = (
|
||||
"AR" => "ar",
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
*/
|
||||
|
||||
#define PLATFORM "platform: darwin64-arm64-cc"
|
||||
#define DATE "built on: Wed Mar 5 21:01:51 2025 UTC"
|
||||
#define DATE "built on: Sun Jul 20 00:48:30 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 0
|
||||
# define OPENSSL_VERSION_PATCH 16
|
||||
# define OPENSSL_VERSION_PATCH 17
|
||||
|
||||
/*
|
||||
* 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.0.16"
|
||||
# define OPENSSL_FULL_VERSION_STR "3.0.16"
|
||||
# define OPENSSL_VERSION_STR "3.0.17"
|
||||
# define OPENSSL_FULL_VERSION_STR "3.0.17"
|
||||
|
||||
/*
|
||||
* SECTION 3: ADDITIONAL METADATA
|
||||
*
|
||||
* These strings are defined separately to allow them to be parsable.
|
||||
*/
|
||||
# define OPENSSL_RELEASE_DATE "11 Feb 2025"
|
||||
# define OPENSSL_RELEASE_DATE "1 Jul 2025"
|
||||
|
||||
/*
|
||||
* SECTION 4: BACKWARD COMPATIBILITY
|
||||
*/
|
||||
|
||||
# define OPENSSL_VERSION_TEXT "OpenSSL 3.0.16 11 Feb 2025"
|
||||
# define OPENSSL_VERSION_TEXT "OpenSSL 3.0.17 1 Jul 2025"
|
||||
|
||||
/* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
|
||||
# ifdef OPENSSL_VERSION_PRE_RELEASE
|
||||
|
|
|
@ -154,7 +154,7 @@ our %config = (
|
|||
],
|
||||
"dynamic_engines" => "0",
|
||||
"ex_libs" => [],
|
||||
"full_version" => "3.0.16",
|
||||
"full_version" => "3.0.17",
|
||||
"includes" => [],
|
||||
"lflags" => [],
|
||||
"lib_defines" => [
|
||||
|
@ -205,7 +205,7 @@ our %config = (
|
|||
],
|
||||
"openssldir" => "",
|
||||
"options" => "enable-ssl-trace enable-fips no-afalgeng no-asan no-asm no-buildtest-c++ no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-devcryptoeng no-dynamic-engine no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fuzz-afl no-fuzz-libfuzzer no-ktls no-loadereng no-md2 no-msan no-rc5 no-sctp no-shared no-ssl3 no-ssl3-method no-trace no-ubsan no-unit-test no-uplink no-weak-ssl-ciphers no-zlib no-zlib-dynamic",
|
||||
"patch" => "16",
|
||||
"patch" => "17",
|
||||
"perl_archname" => "x86_64-linux-gnu-thread-multi",
|
||||
"perl_cmd" => "/usr/bin/perl",
|
||||
"perl_version" => "5.38.2",
|
||||
|
@ -258,11 +258,11 @@ our %config = (
|
|||
"prerelease" => "",
|
||||
"processor" => "",
|
||||
"rc4_int" => "unsigned int",
|
||||
"release_date" => "11 Feb 2025",
|
||||
"release_date" => "1 Jul 2025",
|
||||
"shlib_version" => "3",
|
||||
"sourcedir" => ".",
|
||||
"target" => "darwin64-arm64-cc",
|
||||
"version" => "3.0.16"
|
||||
"version" => "3.0.17"
|
||||
);
|
||||
our %target = (
|
||||
"AR" => "ar",
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
*/
|
||||
|
||||
#define PLATFORM "platform: darwin64-arm64-cc"
|
||||
#define DATE "built on: Wed Mar 5 21:02:03 2025 UTC"
|
||||
#define DATE "built on: Sun Jul 20 00:48:42 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 0
|
||||
# define OPENSSL_VERSION_PATCH 16
|
||||
# define OPENSSL_VERSION_PATCH 17
|
||||
|
||||
/*
|
||||
* 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.0.16"
|
||||
# define OPENSSL_FULL_VERSION_STR "3.0.16"
|
||||
# define OPENSSL_VERSION_STR "3.0.17"
|
||||
# define OPENSSL_FULL_VERSION_STR "3.0.17"
|
||||
|
||||
/*
|
||||
* SECTION 3: ADDITIONAL METADATA
|
||||
*
|
||||
* These strings are defined separately to allow them to be parsable.
|
||||
*/
|
||||
# define OPENSSL_RELEASE_DATE "11 Feb 2025"
|
||||
# define OPENSSL_RELEASE_DATE "1 Jul 2025"
|
||||
|
||||
/*
|
||||
* SECTION 4: BACKWARD COMPATIBILITY
|
||||
*/
|
||||
|
||||
# define OPENSSL_VERSION_TEXT "OpenSSL 3.0.16 11 Feb 2025"
|
||||
# define OPENSSL_VERSION_TEXT "OpenSSL 3.0.17 1 Jul 2025"
|
||||
|
||||
/* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
|
||||
# ifdef OPENSSL_VERSION_PRE_RELEASE
|
||||
|
|
|
@ -156,7 +156,7 @@ our %config = (
|
|||
],
|
||||
"dynamic_engines" => "0",
|
||||
"ex_libs" => [],
|
||||
"full_version" => "3.0.16",
|
||||
"full_version" => "3.0.17",
|
||||
"includes" => [],
|
||||
"lflags" => [],
|
||||
"lib_defines" => [
|
||||
|
@ -206,7 +206,7 @@ our %config = (
|
|||
],
|
||||
"openssldir" => "",
|
||||
"options" => "enable-ssl-trace enable-fips no-afalgeng no-asan no-buildtest-c++ no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-devcryptoeng no-dynamic-engine no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fuzz-afl no-fuzz-libfuzzer no-ktls no-loadereng no-md2 no-msan no-rc5 no-sctp no-shared no-ssl3 no-ssl3-method no-trace no-ubsan no-unit-test no-uplink no-weak-ssl-ciphers no-zlib no-zlib-dynamic",
|
||||
"patch" => "16",
|
||||
"patch" => "17",
|
||||
"perl_archname" => "x86_64-linux-gnu-thread-multi",
|
||||
"perl_cmd" => "/usr/bin/perl",
|
||||
"perl_version" => "5.38.2",
|
||||
|
@ -258,11 +258,11 @@ our %config = (
|
|||
"prerelease" => "",
|
||||
"processor" => "",
|
||||
"rc4_int" => "unsigned int",
|
||||
"release_date" => "11 Feb 2025",
|
||||
"release_date" => "1 Jul 2025",
|
||||
"shlib_version" => "3",
|
||||
"sourcedir" => ".",
|
||||
"target" => "darwin64-x86_64-cc",
|
||||
"version" => "3.0.16"
|
||||
"version" => "3.0.17"
|
||||
);
|
||||
our %target = (
|
||||
"AR" => "ar",
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
*/
|
||||
|
||||
#define PLATFORM "platform: darwin64-x86_64-cc"
|
||||
#define DATE "built on: Wed Mar 5 21:00:21 2025 UTC"
|
||||
#define DATE "built on: Sun Jul 20 00:47: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 0
|
||||
# define OPENSSL_VERSION_PATCH 16
|
||||
# define OPENSSL_VERSION_PATCH 17
|
||||
|
||||
/*
|
||||
* 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.0.16"
|
||||
# define OPENSSL_FULL_VERSION_STR "3.0.16"
|
||||
# define OPENSSL_VERSION_STR "3.0.17"
|
||||
# define OPENSSL_FULL_VERSION_STR "3.0.17"
|
||||
|
||||
/*
|
||||
* SECTION 3: ADDITIONAL METADATA
|
||||
*
|
||||
* These strings are defined separately to allow them to be parsable.
|
||||
*/
|
||||
# define OPENSSL_RELEASE_DATE "11 Feb 2025"
|
||||
# define OPENSSL_RELEASE_DATE "1 Jul 2025"
|
||||
|
||||
/*
|
||||
* SECTION 4: BACKWARD COMPATIBILITY
|
||||
*/
|
||||
|
||||
# define OPENSSL_VERSION_TEXT "OpenSSL 3.0.16 11 Feb 2025"
|
||||
# define OPENSSL_VERSION_TEXT "OpenSSL 3.0.17 1 Jul 2025"
|
||||
|
||||
/* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
|
||||
# ifdef OPENSSL_VERSION_PRE_RELEASE
|
||||
|
|
|
@ -156,7 +156,7 @@ our %config = (
|
|||
],
|
||||
"dynamic_engines" => "0",
|
||||
"ex_libs" => [],
|
||||
"full_version" => "3.0.16",
|
||||
"full_version" => "3.0.17",
|
||||
"includes" => [],
|
||||
"lflags" => [],
|
||||
"lib_defines" => [
|
||||
|
@ -206,7 +206,7 @@ our %config = (
|
|||
],
|
||||
"openssldir" => "",
|
||||
"options" => "enable-ssl-trace enable-fips no-afalgeng no-asan no-buildtest-c++ no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-devcryptoeng no-dynamic-engine no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fuzz-afl no-fuzz-libfuzzer no-ktls no-loadereng no-md2 no-msan no-rc5 no-sctp no-shared no-ssl3 no-ssl3-method no-trace no-ubsan no-unit-test no-uplink no-weak-ssl-ciphers no-zlib no-zlib-dynamic",
|
||||
"patch" => "16",
|
||||
"patch" => "17",
|
||||
"perl_archname" => "x86_64-linux-gnu-thread-multi",
|
||||
"perl_cmd" => "/usr/bin/perl",
|
||||
"perl_version" => "5.38.2",
|
||||
|
@ -258,11 +258,11 @@ our %config = (
|
|||
"prerelease" => "",
|
||||
"processor" => "",
|
||||
"rc4_int" => "unsigned int",
|
||||
"release_date" => "11 Feb 2025",
|
||||
"release_date" => "1 Jul 2025",
|
||||
"shlib_version" => "3",
|
||||
"sourcedir" => ".",
|
||||
"target" => "darwin64-x86_64-cc",
|
||||
"version" => "3.0.16"
|
||||
"version" => "3.0.17"
|
||||
);
|
||||
our %target = (
|
||||
"AR" => "ar",
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
*/
|
||||
|
||||
#define PLATFORM "platform: darwin64-x86_64-cc"
|
||||
#define DATE "built on: Wed Mar 5 21:00:36 2025 UTC"
|
||||
#define DATE "built on: Sun Jul 20 00:47:15 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 0
|
||||
# define OPENSSL_VERSION_PATCH 16
|
||||
# define OPENSSL_VERSION_PATCH 17
|
||||
|
||||
/*
|
||||
* 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.0.16"
|
||||
# define OPENSSL_FULL_VERSION_STR "3.0.16"
|
||||
# define OPENSSL_VERSION_STR "3.0.17"
|
||||
# define OPENSSL_FULL_VERSION_STR "3.0.17"
|
||||
|
||||
/*
|
||||
* SECTION 3: ADDITIONAL METADATA
|
||||
*
|
||||
* These strings are defined separately to allow them to be parsable.
|
||||
*/
|
||||
# define OPENSSL_RELEASE_DATE "11 Feb 2025"
|
||||
# define OPENSSL_RELEASE_DATE "1 Jul 2025"
|
||||
|
||||
/*
|
||||
* SECTION 4: BACKWARD COMPATIBILITY
|
||||
*/
|
||||
|
||||
# define OPENSSL_VERSION_TEXT "OpenSSL 3.0.16 11 Feb 2025"
|
||||
# define OPENSSL_VERSION_TEXT "OpenSSL 3.0.17 1 Jul 2025"
|
||||
|
||||
/* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
|
||||
# ifdef OPENSSL_VERSION_PRE_RELEASE
|
||||
|
|
|
@ -154,7 +154,7 @@ our %config = (
|
|||
],
|
||||
"dynamic_engines" => "0",
|
||||
"ex_libs" => [],
|
||||
"full_version" => "3.0.16",
|
||||
"full_version" => "3.0.17",
|
||||
"includes" => [],
|
||||
"lflags" => [],
|
||||
"lib_defines" => [
|
||||
|
@ -205,7 +205,7 @@ our %config = (
|
|||
],
|
||||
"openssldir" => "",
|
||||
"options" => "enable-ssl-trace enable-fips no-afalgeng no-asan no-asm no-buildtest-c++ no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-devcryptoeng no-dynamic-engine no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fuzz-afl no-fuzz-libfuzzer no-ktls no-loadereng no-md2 no-msan no-rc5 no-sctp no-shared no-ssl3 no-ssl3-method no-trace no-ubsan no-unit-test no-uplink no-weak-ssl-ciphers no-zlib no-zlib-dynamic",
|
||||
"patch" => "16",
|
||||
"patch" => "17",
|
||||
"perl_archname" => "x86_64-linux-gnu-thread-multi",
|
||||
"perl_cmd" => "/usr/bin/perl",
|
||||
"perl_version" => "5.38.2",
|
||||
|
@ -258,11 +258,11 @@ our %config = (
|
|||
"prerelease" => "",
|
||||
"processor" => "",
|
||||
"rc4_int" => "unsigned int",
|
||||
"release_date" => "11 Feb 2025",
|
||||
"release_date" => "1 Jul 2025",
|
||||
"shlib_version" => "3",
|
||||
"sourcedir" => ".",
|
||||
"target" => "darwin64-x86_64-cc",
|
||||
"version" => "3.0.16"
|
||||
"version" => "3.0.17"
|
||||
);
|
||||
our %target = (
|
||||
"AR" => "ar",
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
*/
|
||||
|
||||
#define PLATFORM "platform: darwin64-x86_64-cc"
|
||||
#define DATE "built on: Wed Mar 5 21:00:51 2025 UTC"
|
||||
#define DATE "built on: Sun Jul 20 00:47:30 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 0
|
||||
# define OPENSSL_VERSION_PATCH 16
|
||||
# define OPENSSL_VERSION_PATCH 17
|
||||
|
||||
/*
|
||||
* 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.0.16"
|
||||
# define OPENSSL_FULL_VERSION_STR "3.0.16"
|
||||
# define OPENSSL_VERSION_STR "3.0.17"
|
||||
# define OPENSSL_FULL_VERSION_STR "3.0.17"
|
||||
|
||||
/*
|
||||
* SECTION 3: ADDITIONAL METADATA
|
||||
*
|
||||
* These strings are defined separately to allow them to be parsable.
|
||||
*/
|
||||
# define OPENSSL_RELEASE_DATE "11 Feb 2025"
|
||||
# define OPENSSL_RELEASE_DATE "1 Jul 2025"
|
||||
|
||||
/*
|
||||
* SECTION 4: BACKWARD COMPATIBILITY
|
||||
*/
|
||||
|
||||
# define OPENSSL_VERSION_TEXT "OpenSSL 3.0.16 11 Feb 2025"
|
||||
# define OPENSSL_VERSION_TEXT "OpenSSL 3.0.17 1 Jul 2025"
|
||||
|
||||
/* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
|
||||
# ifdef OPENSSL_VERSION_PRE_RELEASE
|
||||
|
|
|
@ -159,7 +159,7 @@ our %config = (
|
|||
],
|
||||
"dynamic_engines" => "0",
|
||||
"ex_libs" => [],
|
||||
"full_version" => "3.0.16",
|
||||
"full_version" => "3.0.17",
|
||||
"includes" => [],
|
||||
"lflags" => [],
|
||||
"lib_defines" => [
|
||||
|
@ -207,7 +207,7 @@ our %config = (
|
|||
"openssl_sys_defines" => [],
|
||||
"openssldir" => "",
|
||||
"options" => "enable-ssl-trace enable-fips no-afalgeng no-asan no-buildtest-c++ no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-devcryptoeng no-dynamic-engine no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fuzz-afl no-fuzz-libfuzzer no-ktls no-loadereng no-md2 no-msan no-rc5 no-sctp no-shared no-ssl3 no-ssl3-method no-trace no-ubsan no-unit-test no-uplink no-weak-ssl-ciphers no-zlib no-zlib-dynamic",
|
||||
"patch" => "16",
|
||||
"patch" => "17",
|
||||
"perl_archname" => "x86_64-linux-gnu-thread-multi",
|
||||
"perl_cmd" => "/usr/bin/perl",
|
||||
"perl_version" => "5.38.2",
|
||||
|
@ -259,11 +259,11 @@ our %config = (
|
|||
"prerelease" => "",
|
||||
"processor" => "",
|
||||
"rc4_int" => "unsigned char",
|
||||
"release_date" => "11 Feb 2025",
|
||||
"release_date" => "1 Jul 2025",
|
||||
"shlib_version" => "3",
|
||||
"sourcedir" => ".",
|
||||
"target" => "linux-aarch64",
|
||||
"version" => "3.0.16"
|
||||
"version" => "3.0.17"
|
||||
);
|
||||
our %target = (
|
||||
"AR" => "ar",
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
*/
|
||||
|
||||
#define PLATFORM "platform: linux-aarch64"
|
||||
#define DATE "built on: Wed Mar 5 21:02:14 2025 UTC"
|
||||
#define DATE "built on: Sun Jul 20 00:48:54 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 0
|
||||
# define OPENSSL_VERSION_PATCH 16
|
||||
# define OPENSSL_VERSION_PATCH 17
|
||||
|
||||
/*
|
||||
* 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.0.16"
|
||||
# define OPENSSL_FULL_VERSION_STR "3.0.16"
|
||||
# define OPENSSL_VERSION_STR "3.0.17"
|
||||
# define OPENSSL_FULL_VERSION_STR "3.0.17"
|
||||
|
||||
/*
|
||||
* SECTION 3: ADDITIONAL METADATA
|
||||
*
|
||||
* These strings are defined separately to allow them to be parsable.
|
||||
*/
|
||||
# define OPENSSL_RELEASE_DATE "11 Feb 2025"
|
||||
# define OPENSSL_RELEASE_DATE "1 Jul 2025"
|
||||
|
||||
/*
|
||||
* SECTION 4: BACKWARD COMPATIBILITY
|
||||
*/
|
||||
|
||||
# define OPENSSL_VERSION_TEXT "OpenSSL 3.0.16 11 Feb 2025"
|
||||
# define OPENSSL_VERSION_TEXT "OpenSSL 3.0.17 1 Jul 2025"
|
||||
|
||||
/* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
|
||||
# ifdef OPENSSL_VERSION_PRE_RELEASE
|
||||
|
|
|
@ -159,7 +159,7 @@ our %config = (
|
|||
],
|
||||
"dynamic_engines" => "0",
|
||||
"ex_libs" => [],
|
||||
"full_version" => "3.0.16",
|
||||
"full_version" => "3.0.17",
|
||||
"includes" => [],
|
||||
"lflags" => [],
|
||||
"lib_defines" => [
|
||||
|
@ -207,7 +207,7 @@ our %config = (
|
|||
"openssl_sys_defines" => [],
|
||||
"openssldir" => "",
|
||||
"options" => "enable-ssl-trace enable-fips no-afalgeng no-asan no-buildtest-c++ no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-devcryptoeng no-dynamic-engine no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fuzz-afl no-fuzz-libfuzzer no-ktls no-loadereng no-md2 no-msan no-rc5 no-sctp no-shared no-ssl3 no-ssl3-method no-trace no-ubsan no-unit-test no-uplink no-weak-ssl-ciphers no-zlib no-zlib-dynamic",
|
||||
"patch" => "16",
|
||||
"patch" => "17",
|
||||
"perl_archname" => "x86_64-linux-gnu-thread-multi",
|
||||
"perl_cmd" => "/usr/bin/perl",
|
||||
"perl_version" => "5.38.2",
|
||||
|
@ -259,11 +259,11 @@ our %config = (
|
|||
"prerelease" => "",
|
||||
"processor" => "",
|
||||
"rc4_int" => "unsigned char",
|
||||
"release_date" => "11 Feb 2025",
|
||||
"release_date" => "1 Jul 2025",
|
||||
"shlib_version" => "3",
|
||||
"sourcedir" => ".",
|
||||
"target" => "linux-aarch64",
|
||||
"version" => "3.0.16"
|
||||
"version" => "3.0.17"
|
||||
);
|
||||
our %target = (
|
||||
"AR" => "ar",
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
*/
|
||||
|
||||
#define PLATFORM "platform: linux-aarch64"
|
||||
#define DATE "built on: Wed Mar 5 21:02:26 2025 UTC"
|
||||
#define DATE "built on: Sun Jul 20 00:49:06 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 0
|
||||
# define OPENSSL_VERSION_PATCH 16
|
||||
# define OPENSSL_VERSION_PATCH 17
|
||||
|
||||
/*
|
||||
* 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.0.16"
|
||||
# define OPENSSL_FULL_VERSION_STR "3.0.16"
|
||||
# define OPENSSL_VERSION_STR "3.0.17"
|
||||
# define OPENSSL_FULL_VERSION_STR "3.0.17"
|
||||
|
||||
/*
|
||||
* SECTION 3: ADDITIONAL METADATA
|
||||
*
|
||||
* These strings are defined separately to allow them to be parsable.
|
||||
*/
|
||||
# define OPENSSL_RELEASE_DATE "11 Feb 2025"
|
||||
# define OPENSSL_RELEASE_DATE "1 Jul 2025"
|
||||
|
||||
/*
|
||||
* SECTION 4: BACKWARD COMPATIBILITY
|
||||
*/
|
||||
|
||||
# define OPENSSL_VERSION_TEXT "OpenSSL 3.0.16 11 Feb 2025"
|
||||
# define OPENSSL_VERSION_TEXT "OpenSSL 3.0.17 1 Jul 2025"
|
||||
|
||||
/* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
|
||||
# ifdef OPENSSL_VERSION_PRE_RELEASE
|
||||
|
|
|
@ -157,7 +157,7 @@ our %config = (
|
|||
],
|
||||
"dynamic_engines" => "0",
|
||||
"ex_libs" => [],
|
||||
"full_version" => "3.0.16",
|
||||
"full_version" => "3.0.17",
|
||||
"includes" => [],
|
||||
"lflags" => [],
|
||||
"lib_defines" => [
|
||||
|
@ -206,7 +206,7 @@ our %config = (
|
|||
"openssl_sys_defines" => [],
|
||||
"openssldir" => "",
|
||||
"options" => "enable-ssl-trace enable-fips no-afalgeng no-asan no-asm no-buildtest-c++ no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-devcryptoeng no-dynamic-engine no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fuzz-afl no-fuzz-libfuzzer no-ktls no-loadereng no-md2 no-msan no-rc5 no-sctp no-shared no-ssl3 no-ssl3-method no-trace no-ubsan no-unit-test no-uplink no-weak-ssl-ciphers no-zlib no-zlib-dynamic",
|
||||
"patch" => "16",
|
||||
"patch" => "17",
|
||||
"perl_archname" => "x86_64-linux-gnu-thread-multi",
|
||||
"perl_cmd" => "/usr/bin/perl",
|
||||
"perl_version" => "5.38.2",
|
||||
|
@ -259,11 +259,11 @@ our %config = (
|
|||
"prerelease" => "",
|
||||
"processor" => "",
|
||||
"rc4_int" => "unsigned char",
|
||||
"release_date" => "11 Feb 2025",
|
||||
"release_date" => "1 Jul 2025",
|
||||
"shlib_version" => "3",
|
||||
"sourcedir" => ".",
|
||||
"target" => "linux-aarch64",
|
||||
"version" => "3.0.16"
|
||||
"version" => "3.0.17"
|
||||
);
|
||||
our %target = (
|
||||
"AR" => "ar",
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
*/
|
||||
|
||||
#define PLATFORM "platform: linux-aarch64"
|
||||
#define DATE "built on: Wed Mar 5 21:02:39 2025 UTC"
|
||||
#define DATE "built on: Sun Jul 20 00:49:18 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 0
|
||||
# define OPENSSL_VERSION_PATCH 16
|
||||
# define OPENSSL_VERSION_PATCH 17
|
||||
|
||||
/*
|
||||
* 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.0.16"
|
||||
# define OPENSSL_FULL_VERSION_STR "3.0.16"
|
||||
# define OPENSSL_VERSION_STR "3.0.17"
|
||||
# define OPENSSL_FULL_VERSION_STR "3.0.17"
|
||||
|
||||
/*
|
||||
* SECTION 3: ADDITIONAL METADATA
|
||||
*
|
||||
* These strings are defined separately to allow them to be parsable.
|
||||
*/
|
||||
# define OPENSSL_RELEASE_DATE "11 Feb 2025"
|
||||
# define OPENSSL_RELEASE_DATE "1 Jul 2025"
|
||||
|
||||
/*
|
||||
* SECTION 4: BACKWARD COMPATIBILITY
|
||||
*/
|
||||
|
||||
# define OPENSSL_VERSION_TEXT "OpenSSL 3.0.16 11 Feb 2025"
|
||||
# define OPENSSL_VERSION_TEXT "OpenSSL 3.0.17 1 Jul 2025"
|
||||
|
||||
/* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
|
||||
# ifdef OPENSSL_VERSION_PRE_RELEASE
|
||||
|
|
|
@ -159,7 +159,7 @@ our %config = (
|
|||
],
|
||||
"dynamic_engines" => "0",
|
||||
"ex_libs" => [],
|
||||
"full_version" => "3.0.16",
|
||||
"full_version" => "3.0.17",
|
||||
"includes" => [],
|
||||
"lflags" => [],
|
||||
"lib_defines" => [
|
||||
|
@ -207,7 +207,7 @@ our %config = (
|
|||
"openssl_sys_defines" => [],
|
||||
"openssldir" => "",
|
||||
"options" => "enable-ssl-trace enable-fips no-afalgeng no-asan no-buildtest-c++ no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-devcryptoeng no-dynamic-engine no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fuzz-afl no-fuzz-libfuzzer no-ktls no-loadereng no-md2 no-msan no-rc5 no-sctp no-shared no-ssl3 no-ssl3-method no-trace no-ubsan no-unit-test no-uplink no-weak-ssl-ciphers no-zlib no-zlib-dynamic",
|
||||
"patch" => "16",
|
||||
"patch" => "17",
|
||||
"perl_archname" => "x86_64-linux-gnu-thread-multi",
|
||||
"perl_cmd" => "/usr/bin/perl",
|
||||
"perl_version" => "5.38.2",
|
||||
|
@ -259,11 +259,11 @@ our %config = (
|
|||
"prerelease" => "",
|
||||
"processor" => "",
|
||||
"rc4_int" => "unsigned char",
|
||||
"release_date" => "11 Feb 2025",
|
||||
"release_date" => "1 Jul 2025",
|
||||
"shlib_version" => "3",
|
||||
"sourcedir" => ".",
|
||||
"target" => "linux-armv4",
|
||||
"version" => "3.0.16"
|
||||
"version" => "3.0.17"
|
||||
);
|
||||
our %target = (
|
||||
"AR" => "ar",
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
*/
|
||||
|
||||
#define PLATFORM "platform: linux-armv4"
|
||||
#define DATE "built on: Wed Mar 5 21:02:50 2025 UTC"
|
||||
#define DATE "built on: Sun Jul 20 00:49:30 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 0
|
||||
# define OPENSSL_VERSION_PATCH 16
|
||||
# define OPENSSL_VERSION_PATCH 17
|
||||
|
||||
/*
|
||||
* 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.0.16"
|
||||
# define OPENSSL_FULL_VERSION_STR "3.0.16"
|
||||
# define OPENSSL_VERSION_STR "3.0.17"
|
||||
# define OPENSSL_FULL_VERSION_STR "3.0.17"
|
||||
|
||||
/*
|
||||
* SECTION 3: ADDITIONAL METADATA
|
||||
*
|
||||
* These strings are defined separately to allow them to be parsable.
|
||||
*/
|
||||
# define OPENSSL_RELEASE_DATE "11 Feb 2025"
|
||||
# define OPENSSL_RELEASE_DATE "1 Jul 2025"
|
||||
|
||||
/*
|
||||
* SECTION 4: BACKWARD COMPATIBILITY
|
||||
*/
|
||||
|
||||
# define OPENSSL_VERSION_TEXT "OpenSSL 3.0.16 11 Feb 2025"
|
||||
# define OPENSSL_VERSION_TEXT "OpenSSL 3.0.17 1 Jul 2025"
|
||||
|
||||
/* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
|
||||
# ifdef OPENSSL_VERSION_PRE_RELEASE
|
||||
|
|
|
@ -159,7 +159,7 @@ our %config = (
|
|||
],
|
||||
"dynamic_engines" => "0",
|
||||
"ex_libs" => [],
|
||||
"full_version" => "3.0.16",
|
||||
"full_version" => "3.0.17",
|
||||
"includes" => [],
|
||||
"lflags" => [],
|
||||
"lib_defines" => [
|
||||
|
@ -207,7 +207,7 @@ our %config = (
|
|||
"openssl_sys_defines" => [],
|
||||
"openssldir" => "",
|
||||
"options" => "enable-ssl-trace enable-fips no-afalgeng no-asan no-buildtest-c++ no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-devcryptoeng no-dynamic-engine no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fuzz-afl no-fuzz-libfuzzer no-ktls no-loadereng no-md2 no-msan no-rc5 no-sctp no-shared no-ssl3 no-ssl3-method no-trace no-ubsan no-unit-test no-uplink no-weak-ssl-ciphers no-zlib no-zlib-dynamic",
|
||||
"patch" => "16",
|
||||
"patch" => "17",
|
||||
"perl_archname" => "x86_64-linux-gnu-thread-multi",
|
||||
"perl_cmd" => "/usr/bin/perl",
|
||||
"perl_version" => "5.38.2",
|
||||
|
@ -259,11 +259,11 @@ our %config = (
|
|||
"prerelease" => "",
|
||||
"processor" => "",
|
||||
"rc4_int" => "unsigned char",
|
||||
"release_date" => "11 Feb 2025",
|
||||
"release_date" => "1 Jul 2025",
|
||||
"shlib_version" => "3",
|
||||
"sourcedir" => ".",
|
||||
"target" => "linux-armv4",
|
||||
"version" => "3.0.16"
|
||||
"version" => "3.0.17"
|
||||
);
|
||||
our %target = (
|
||||
"AR" => "ar",
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
*/
|
||||
|
||||
#define PLATFORM "platform: linux-armv4"
|
||||
#define DATE "built on: Wed Mar 5 21:03:03 2025 UTC"
|
||||
#define DATE "built on: Sun Jul 20 00:49:42 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 0
|
||||
# define OPENSSL_VERSION_PATCH 16
|
||||
# define OPENSSL_VERSION_PATCH 17
|
||||
|
||||
/*
|
||||
* 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.0.16"
|
||||
# define OPENSSL_FULL_VERSION_STR "3.0.16"
|
||||
# define OPENSSL_VERSION_STR "3.0.17"
|
||||
# define OPENSSL_FULL_VERSION_STR "3.0.17"
|
||||
|
||||
/*
|
||||
* SECTION 3: ADDITIONAL METADATA
|
||||
*
|
||||
* These strings are defined separately to allow them to be parsable.
|
||||
*/
|
||||
# define OPENSSL_RELEASE_DATE "11 Feb 2025"
|
||||
# define OPENSSL_RELEASE_DATE "1 Jul 2025"
|
||||
|
||||
/*
|
||||
* SECTION 4: BACKWARD COMPATIBILITY
|
||||
*/
|
||||
|
||||
# define OPENSSL_VERSION_TEXT "OpenSSL 3.0.16 11 Feb 2025"
|
||||
# define OPENSSL_VERSION_TEXT "OpenSSL 3.0.17 1 Jul 2025"
|
||||
|
||||
/* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
|
||||
# ifdef OPENSSL_VERSION_PRE_RELEASE
|
||||
|
|
|
@ -157,7 +157,7 @@ our %config = (
|
|||
],
|
||||
"dynamic_engines" => "0",
|
||||
"ex_libs" => [],
|
||||
"full_version" => "3.0.16",
|
||||
"full_version" => "3.0.17",
|
||||
"includes" => [],
|
||||
"lflags" => [],
|
||||
"lib_defines" => [
|
||||
|
@ -206,7 +206,7 @@ our %config = (
|
|||
"openssl_sys_defines" => [],
|
||||
"openssldir" => "",
|
||||
"options" => "enable-ssl-trace enable-fips no-afalgeng no-asan no-asm no-buildtest-c++ no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-devcryptoeng no-dynamic-engine no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fuzz-afl no-fuzz-libfuzzer no-ktls no-loadereng no-md2 no-msan no-rc5 no-sctp no-shared no-ssl3 no-ssl3-method no-trace no-ubsan no-unit-test no-uplink no-weak-ssl-ciphers no-zlib no-zlib-dynamic",
|
||||
"patch" => "16",
|
||||
"patch" => "17",
|
||||
"perl_archname" => "x86_64-linux-gnu-thread-multi",
|
||||
"perl_cmd" => "/usr/bin/perl",
|
||||
"perl_version" => "5.38.2",
|
||||
|
@ -259,11 +259,11 @@ our %config = (
|
|||
"prerelease" => "",
|
||||
"processor" => "",
|
||||
"rc4_int" => "unsigned char",
|
||||
"release_date" => "11 Feb 2025",
|
||||
"release_date" => "1 Jul 2025",
|
||||
"shlib_version" => "3",
|
||||
"sourcedir" => ".",
|
||||
"target" => "linux-armv4",
|
||||
"version" => "3.0.16"
|
||||
"version" => "3.0.17"
|
||||
);
|
||||
our %target = (
|
||||
"AR" => "ar",
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
*/
|
||||
|
||||
#define PLATFORM "platform: linux-armv4"
|
||||
#define DATE "built on: Wed Mar 5 21:03:15 2025 UTC"
|
||||
#define DATE "built on: Sun Jul 20 00:49: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 0
|
||||
# define OPENSSL_VERSION_PATCH 16
|
||||
# define OPENSSL_VERSION_PATCH 17
|
||||
|
||||
/*
|
||||
* 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.0.16"
|
||||
# define OPENSSL_FULL_VERSION_STR "3.0.16"
|
||||
# define OPENSSL_VERSION_STR "3.0.17"
|
||||
# define OPENSSL_FULL_VERSION_STR "3.0.17"
|
||||
|
||||
/*
|
||||
* SECTION 3: ADDITIONAL METADATA
|
||||
*
|
||||
* These strings are defined separately to allow them to be parsable.
|
||||
*/
|
||||
# define OPENSSL_RELEASE_DATE "11 Feb 2025"
|
||||
# define OPENSSL_RELEASE_DATE "1 Jul 2025"
|
||||
|
||||
/*
|
||||
* SECTION 4: BACKWARD COMPATIBILITY
|
||||
*/
|
||||
|
||||
# define OPENSSL_VERSION_TEXT "OpenSSL 3.0.16 11 Feb 2025"
|
||||
# define OPENSSL_VERSION_TEXT "OpenSSL 3.0.17 1 Jul 2025"
|
||||
|
||||
/* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
|
||||
# ifdef OPENSSL_VERSION_PRE_RELEASE
|
||||
|
|
|
@ -159,7 +159,7 @@ our %config = (
|
|||
],
|
||||
"dynamic_engines" => "0",
|
||||
"ex_libs" => [],
|
||||
"full_version" => "3.0.16",
|
||||
"full_version" => "3.0.17",
|
||||
"includes" => [],
|
||||
"lflags" => [],
|
||||
"lib_defines" => [
|
||||
|
@ -207,7 +207,7 @@ our %config = (
|
|||
"openssl_sys_defines" => [],
|
||||
"openssldir" => "",
|
||||
"options" => "enable-ssl-trace enable-fips no-afalgeng no-asan no-buildtest-c++ no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-devcryptoeng no-dynamic-engine no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fuzz-afl no-fuzz-libfuzzer no-ktls no-loadereng no-md2 no-msan no-rc5 no-sctp no-shared no-ssl3 no-ssl3-method no-trace no-ubsan no-unit-test no-uplink no-weak-ssl-ciphers no-zlib no-zlib-dynamic",
|
||||
"patch" => "16",
|
||||
"patch" => "17",
|
||||
"perl_archname" => "x86_64-linux-gnu-thread-multi",
|
||||
"perl_cmd" => "/usr/bin/perl",
|
||||
"perl_version" => "5.38.2",
|
||||
|
@ -259,11 +259,11 @@ our %config = (
|
|||
"prerelease" => "",
|
||||
"processor" => "",
|
||||
"rc4_int" => "unsigned int",
|
||||
"release_date" => "11 Feb 2025",
|
||||
"release_date" => "1 Jul 2025",
|
||||
"shlib_version" => "3",
|
||||
"sourcedir" => ".",
|
||||
"target" => "linux-elf",
|
||||
"version" => "3.0.16"
|
||||
"version" => "3.0.17"
|
||||
);
|
||||
our %target = (
|
||||
"AR" => "ar",
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
*/
|
||||
|
||||
#define PLATFORM "platform: linux-elf"
|
||||
#define DATE "built on: Wed Mar 5 21:03:26 2025 UTC"
|
||||
#define DATE "built on: Sun Jul 20 00:50:06 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 0
|
||||
# define OPENSSL_VERSION_PATCH 16
|
||||
# define OPENSSL_VERSION_PATCH 17
|
||||
|
||||
/*
|
||||
* 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.0.16"
|
||||
# define OPENSSL_FULL_VERSION_STR "3.0.16"
|
||||
# define OPENSSL_VERSION_STR "3.0.17"
|
||||
# define OPENSSL_FULL_VERSION_STR "3.0.17"
|
||||
|
||||
/*
|
||||
* SECTION 3: ADDITIONAL METADATA
|
||||
*
|
||||
* These strings are defined separately to allow them to be parsable.
|
||||
*/
|
||||
# define OPENSSL_RELEASE_DATE "11 Feb 2025"
|
||||
# define OPENSSL_RELEASE_DATE "1 Jul 2025"
|
||||
|
||||
/*
|
||||
* SECTION 4: BACKWARD COMPATIBILITY
|
||||
*/
|
||||
|
||||
# define OPENSSL_VERSION_TEXT "OpenSSL 3.0.16 11 Feb 2025"
|
||||
# define OPENSSL_VERSION_TEXT "OpenSSL 3.0.17 1 Jul 2025"
|
||||
|
||||
/* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
|
||||
# ifdef OPENSSL_VERSION_PRE_RELEASE
|
||||
|
|
|
@ -159,7 +159,7 @@ our %config = (
|
|||
],
|
||||
"dynamic_engines" => "0",
|
||||
"ex_libs" => [],
|
||||
"full_version" => "3.0.16",
|
||||
"full_version" => "3.0.17",
|
||||
"includes" => [],
|
||||
"lflags" => [],
|
||||
"lib_defines" => [
|
||||
|
@ -207,7 +207,7 @@ our %config = (
|
|||
"openssl_sys_defines" => [],
|
||||
"openssldir" => "",
|
||||
"options" => "enable-ssl-trace enable-fips no-afalgeng no-asan no-buildtest-c++ no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-devcryptoeng no-dynamic-engine no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fuzz-afl no-fuzz-libfuzzer no-ktls no-loadereng no-md2 no-msan no-rc5 no-sctp no-shared no-ssl3 no-ssl3-method no-trace no-ubsan no-unit-test no-uplink no-weak-ssl-ciphers no-zlib no-zlib-dynamic",
|
||||
"patch" => "16",
|
||||
"patch" => "17",
|
||||
"perl_archname" => "x86_64-linux-gnu-thread-multi",
|
||||
"perl_cmd" => "/usr/bin/perl",
|
||||
"perl_version" => "5.38.2",
|
||||
|
@ -259,11 +259,11 @@ our %config = (
|
|||
"prerelease" => "",
|
||||
"processor" => "",
|
||||
"rc4_int" => "unsigned int",
|
||||
"release_date" => "11 Feb 2025",
|
||||
"release_date" => "1 Jul 2025",
|
||||
"shlib_version" => "3",
|
||||
"sourcedir" => ".",
|
||||
"target" => "linux-elf",
|
||||
"version" => "3.0.16"
|
||||
"version" => "3.0.17"
|
||||
);
|
||||
our %target = (
|
||||
"AR" => "ar",
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
*/
|
||||
|
||||
#define PLATFORM "platform: linux-elf"
|
||||
#define DATE "built on: Wed Mar 5 21:03:39 2025 UTC"
|
||||
#define DATE "built on: Sun Jul 20 00:50: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 0
|
||||
# define OPENSSL_VERSION_PATCH 16
|
||||
# define OPENSSL_VERSION_PATCH 17
|
||||
|
||||
/*
|
||||
* 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.0.16"
|
||||
# define OPENSSL_FULL_VERSION_STR "3.0.16"
|
||||
# define OPENSSL_VERSION_STR "3.0.17"
|
||||
# define OPENSSL_FULL_VERSION_STR "3.0.17"
|
||||
|
||||
/*
|
||||
* SECTION 3: ADDITIONAL METADATA
|
||||
*
|
||||
* These strings are defined separately to allow them to be parsable.
|
||||
*/
|
||||
# define OPENSSL_RELEASE_DATE "11 Feb 2025"
|
||||
# define OPENSSL_RELEASE_DATE "1 Jul 2025"
|
||||
|
||||
/*
|
||||
* SECTION 4: BACKWARD COMPATIBILITY
|
||||
*/
|
||||
|
||||
# define OPENSSL_VERSION_TEXT "OpenSSL 3.0.16 11 Feb 2025"
|
||||
# define OPENSSL_VERSION_TEXT "OpenSSL 3.0.17 1 Jul 2025"
|
||||
|
||||
/* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
|
||||
# ifdef OPENSSL_VERSION_PRE_RELEASE
|
||||
|
|
|
@ -157,7 +157,7 @@ our %config = (
|
|||
],
|
||||
"dynamic_engines" => "0",
|
||||
"ex_libs" => [],
|
||||
"full_version" => "3.0.16",
|
||||
"full_version" => "3.0.17",
|
||||
"includes" => [],
|
||||
"lflags" => [],
|
||||
"lib_defines" => [
|
||||
|
@ -206,7 +206,7 @@ our %config = (
|
|||
"openssl_sys_defines" => [],
|
||||
"openssldir" => "",
|
||||
"options" => "enable-ssl-trace enable-fips no-afalgeng no-asan no-asm no-buildtest-c++ no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-devcryptoeng no-dynamic-engine no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fuzz-afl no-fuzz-libfuzzer no-ktls no-loadereng no-md2 no-msan no-rc5 no-sctp no-shared no-ssl3 no-ssl3-method no-trace no-ubsan no-unit-test no-uplink no-weak-ssl-ciphers no-zlib no-zlib-dynamic",
|
||||
"patch" => "16",
|
||||
"patch" => "17",
|
||||
"perl_archname" => "x86_64-linux-gnu-thread-multi",
|
||||
"perl_cmd" => "/usr/bin/perl",
|
||||
"perl_version" => "5.38.2",
|
||||
|
@ -259,11 +259,11 @@ our %config = (
|
|||
"prerelease" => "",
|
||||
"processor" => "",
|
||||
"rc4_int" => "unsigned int",
|
||||
"release_date" => "11 Feb 2025",
|
||||
"release_date" => "1 Jul 2025",
|
||||
"shlib_version" => "3",
|
||||
"sourcedir" => ".",
|
||||
"target" => "linux-elf",
|
||||
"version" => "3.0.16"
|
||||
"version" => "3.0.17"
|
||||
);
|
||||
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