| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 81b3009 commit 621058b
203 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -171,7 +171,7 @@ our %config = ( | |||
| 171 | 171 | ], | |
| 172 | 172 | "dynamic_engines" => "0", | |
| 173 | 173 | "ex_libs" => [], | |
| 174 | - "full_version" => "3.5.3", | ||
| 174 | + "full_version" => "3.5.4", | ||
| 175 | 175 | "includes" => [], | |
| 176 | 176 | "lflags" => [], | |
| 177 | 177 | "lib_defines" => [ | |
@@ -233,7 +233,7 @@ our %config = ( | |||
| 233 | 233 | "openssl_sys_defines" => [], | |
| 234 | 234 | "openssldir" => "", | |
| 235 | 235 | "options" => "enable-ssl-trace enable-fips no-afalgeng no-asan no-brotli no-brotli-dynamic no-buildtest-c++ no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-demos no-dynamic-engine no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fips-jitter no-fuzz-afl no-fuzz-libfuzzer no-h3demo no-hqinterop no-jitter no-ktls no-loadereng no-md2 no-msan no-pie no-rc5 no-sctp no-shared no-ssl3 no-ssl3-method no-sslkeylog no-tfo no-trace no-ubsan no-unit-test no-uplink no-weak-ssl-ciphers no-winstore no-zlib no-zlib-dynamic no-zstd no-zstd-dynamic", | |
| 236 | - "patch" => "3", | ||
| 236 | + "patch" => "4", | ||
| 237 | 237 | "perl_archname" => "x86_64-linux-gnu-thread-multi", | |
| 238 | 238 | "perl_cmd" => "/usr/bin/perl", | |
| 239 | 239 | "perl_version" => "5.34.0", | |
@@ -286,11 +286,11 @@ our %config = ( | |||
| 286 | 286 | "prerelease" => "", | |
| 287 | 287 | "processor" => "", | |
| 288 | 288 | "rc4_int" => "unsigned int", | |
| 289 | - "release_date" => "16 Sep 2025", | ||
| 289 | + "release_date" => "30 Sep 2025", | ||
| 290 | 290 | "shlib_version" => "3", | |
| 291 | 291 | "sourcedir" => ".", | |
| 292 | 292 | "target" => "BSD-x86", | |
| 293 | - "version" => "3.5.3" | ||
| 293 | + "version" => "3.5.4" | ||
| 294 | 294 | ); | |
| 295 | 295 | our %target = ( | |
| 296 | 296 | "AR" => "ar", | |
@@ -12175,6 +12175,7 @@ our %unified_info = ( | |||
| 12175 | 12175 | "test/testutil/libtestutil-lib-apps_shims.o", | |
| 12176 | 12176 | "test/testutil/libtestutil-lib-basic_output.o", | |
| 12177 | 12177 | "test/testutil/libtestutil-lib-cb.o", | |
| 12178 | + "test/testutil/libtestutil-lib-compare.o", | ||
| 12178 | 12179 | "test/testutil/libtestutil-lib-driver.o", | |
| 12179 | 12180 | "test/testutil/libtestutil-lib-fake_random.o", | |
| 12180 | 12181 | "test/testutil/libtestutil-lib-format_output.o", | |
@@ -31616,6 +31617,7 @@ our %unified_info = ( | |||
| 31616 | 31617 | "test/testutil/libtestutil-lib-apps_shims.o", | |
| 31617 | 31618 | "test/testutil/libtestutil-lib-basic_output.o", | |
| 31618 | 31619 | "test/testutil/libtestutil-lib-cb.o", | |
| 31620 | + "test/testutil/libtestutil-lib-compare.o", | ||
| 31619 | 31621 | "test/testutil/libtestutil-lib-driver.o", | |
| 31620 | 31622 | "test/testutil/libtestutil-lib-fake_random.o", | |
| 31621 | 31623 | "test/testutil/libtestutil-lib-format_output.o", | |
@@ -32332,6 +32334,9 @@ our %unified_info = ( | |||
| 32332 | 32334 | "test/testutil/libtestutil-lib-cb.o" => [ | |
| 32333 | 32335 | "test/testutil/cb.c" | |
| 32334 | 32336 | ], | |
| 32337 | + "test/testutil/libtestutil-lib-compare.o" => [ | ||
| 32338 | + "test/testutil/compare.c" | ||
| 32339 | + ], | ||
| 32335 | 32340 | "test/testutil/libtestutil-lib-driver.o" => [ | |
| 32336 | 32341 | "test/testutil/driver.c" | |
| 32337 | 32342 | ], | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -11,7 +11,7 @@ | |||
| 11 | 11 | */ | |
| 12 | 12 | ||
| 13 | 13 | #define PLATFORM "platform: BSD-x86" | |
| 14 | - #define DATE "built on: Tue Sep 16 15:42:48 2025 UTC" | ||
| 14 | + #define DATE "built on: Wed Oct 1 18:52:09 2025 UTC" | ||
| 15 | 15 | ||
| 16 | 16 | /* | |
| 17 | 17 | * Generate compiler_flags as an array of individual characters. This is a | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -29,7 +29,7 @@ extern "C" { | |||
| 29 | 29 | */ | |
| 30 | 30 | # define OPENSSL_VERSION_MAJOR 3 | |
| 31 | 31 | # define OPENSSL_VERSION_MINOR 5 | |
| 32 | - # define OPENSSL_VERSION_PATCH 3 | ||
| 32 | + # define OPENSSL_VERSION_PATCH 4 | ||
| 33 | 33 | ||
| 34 | 34 | /* | |
| 35 | 35 | * Additional version information | |
@@ -74,28 +74,28 @@ extern "C" { | |||
| 74 | 74 | * longer variant with OPENSSL_VERSION_PRE_RELEASE_STR and | |
| 75 | 75 | * OPENSSL_VERSION_BUILD_METADATA_STR appended. | |
| 76 | 76 | */ | |
| 77 | - # define OPENSSL_VERSION_STR "3.5.3" | ||
| 78 | - # define OPENSSL_FULL_VERSION_STR "3.5.3" | ||
| 77 | + # define OPENSSL_VERSION_STR "3.5.4" | ||
| 78 | + # define OPENSSL_FULL_VERSION_STR "3.5.4" | ||
| 79 | 79 | ||
| 80 | 80 | /* | |
| 81 | 81 | * SECTION 3: ADDITIONAL METADATA | |
| 82 | 82 | * | |
| 83 | 83 | * These strings are defined separately to allow them to be parsable. | |
| 84 | 84 | */ | |
| 85 | - # define OPENSSL_RELEASE_DATE "16 Sep 2025" | ||
| 85 | + # define OPENSSL_RELEASE_DATE "30 Sep 2025" | ||
| 86 | 86 | ||
| 87 | 87 | /* | |
| 88 | 88 | * SECTION 4: BACKWARD COMPATIBILITY | |
| 89 | 89 | */ | |
| 90 | 90 | ||
| 91 | - # define OPENSSL_VERSION_TEXT "OpenSSL 3.5.3 16 Sep 2025" | ||
| 91 | + # define OPENSSL_VERSION_TEXT "OpenSSL 3.5.4 30 Sep 2025" | ||
| 92 | 92 | ||
| 93 | - /* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */ | ||
| 93 | + /* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PP0L */ | ||
| 94 | 94 | # define OPENSSL_VERSION_NUMBER \ | |
| 95 | 95 | ( (OPENSSL_VERSION_MAJOR<<28) \ | |
| 96 | 96 | |(OPENSSL_VERSION_MINOR<<20) \ | |
| 97 | 97 | |(OPENSSL_VERSION_PATCH<<4) \ | |
| 98 | - |0xfL ) | ||
| 98 | + |0x0L ) | ||
| 99 | 99 | ||
| 100 | 100 | # ifdef __cplusplus | |
| 101 | 101 | } | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -171,7 +171,7 @@ our %config = ( | |||
| 171 | 171 | ], | |
| 172 | 172 | "dynamic_engines" => "0", | |
| 173 | 173 | "ex_libs" => [], | |
| 174 | - "full_version" => "3.5.3", | ||
| 174 | + "full_version" => "3.5.4", | ||
| 175 | 175 | "includes" => [], | |
| 176 | 176 | "lflags" => [], | |
| 177 | 177 | "lib_defines" => [ | |
@@ -233,7 +233,7 @@ our %config = ( | |||
| 233 | 233 | "openssl_sys_defines" => [], | |
| 234 | 234 | "openssldir" => "", | |
| 235 | 235 | "options" => "enable-ssl-trace enable-fips no-afalgeng no-asan no-brotli no-brotli-dynamic no-buildtest-c++ no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-demos no-dynamic-engine no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fips-jitter no-fuzz-afl no-fuzz-libfuzzer no-h3demo no-hqinterop no-jitter no-ktls no-loadereng no-md2 no-msan no-pie no-rc5 no-sctp no-shared no-ssl3 no-ssl3-method no-sslkeylog no-tfo no-trace no-ubsan no-unit-test no-uplink no-weak-ssl-ciphers no-winstore no-zlib no-zlib-dynamic no-zstd no-zstd-dynamic", | |
| 236 | - "patch" => "3", | ||
| 236 | + "patch" => "4", | ||
| 237 | 237 | "perl_archname" => "x86_64-linux-gnu-thread-multi", | |
| 238 | 238 | "perl_cmd" => "/usr/bin/perl", | |
| 239 | 239 | "perl_version" => "5.34.0", | |
@@ -286,11 +286,11 @@ our %config = ( | |||
| 286 | 286 | "prerelease" => "", | |
| 287 | 287 | "processor" => "", | |
| 288 | 288 | "rc4_int" => "unsigned int", | |
| 289 | - "release_date" => "16 Sep 2025", | ||
| 289 | + "release_date" => "30 Sep 2025", | ||
| 290 | 290 | "shlib_version" => "3", | |
| 291 | 291 | "sourcedir" => ".", | |
| 292 | 292 | "target" => "BSD-x86", | |
| 293 | - "version" => "3.5.3" | ||
| 293 | + "version" => "3.5.4" | ||
| 294 | 294 | ); | |
| 295 | 295 | our %target = ( | |
| 296 | 296 | "AR" => "ar", | |
@@ -12175,6 +12175,7 @@ our %unified_info = ( | |||
| 12175 | 12175 | "test/testutil/libtestutil-lib-apps_shims.o", | |
| 12176 | 12176 | "test/testutil/libtestutil-lib-basic_output.o", | |
| 12177 | 12177 | "test/testutil/libtestutil-lib-cb.o", | |
| 12178 | + "test/testutil/libtestutil-lib-compare.o", | ||
| 12178 | 12179 | "test/testutil/libtestutil-lib-driver.o", | |
| 12179 | 12180 | "test/testutil/libtestutil-lib-fake_random.o", | |
| 12180 | 12181 | "test/testutil/libtestutil-lib-format_output.o", | |
@@ -31616,6 +31617,7 @@ our %unified_info = ( | |||
| 31616 | 31617 | "test/testutil/libtestutil-lib-apps_shims.o", | |
| 31617 | 31618 | "test/testutil/libtestutil-lib-basic_output.o", | |
| 31618 | 31619 | "test/testutil/libtestutil-lib-cb.o", | |
| 31620 | + "test/testutil/libtestutil-lib-compare.o", | ||
| 31619 | 31621 | "test/testutil/libtestutil-lib-driver.o", | |
| 31620 | 31622 | "test/testutil/libtestutil-lib-fake_random.o", | |
| 31621 | 31623 | "test/testutil/libtestutil-lib-format_output.o", | |
@@ -32332,6 +32334,9 @@ our %unified_info = ( | |||
| 32332 | 32334 | "test/testutil/libtestutil-lib-cb.o" => [ | |
| 32333 | 32335 | "test/testutil/cb.c" | |
| 32334 | 32336 | ], | |
| 32337 | + "test/testutil/libtestutil-lib-compare.o" => [ | ||
| 32338 | + "test/testutil/compare.c" | ||
| 32339 | + ], | ||
| 32335 | 32340 | "test/testutil/libtestutil-lib-driver.o" => [ | |
| 32336 | 32341 | "test/testutil/driver.c" | |
| 32337 | 32342 | ], | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -11,7 +11,7 @@ | |||
| 11 | 11 | */ | |
| 12 | 12 | ||
| 13 | 13 | #define PLATFORM "platform: BSD-x86" | |
| 14 | - #define DATE "built on: Tue Sep 16 15:43:04 2025 UTC" | ||
| 14 | + #define DATE "built on: Wed Oct 1 18:52:26 2025 UTC" | ||
| 15 | 15 | ||
| 16 | 16 | /* | |
| 17 | 17 | * Generate compiler_flags as an array of individual characters. This is a | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -29,7 +29,7 @@ extern "C" { | |||
| 29 | 29 | */ | |
| 30 | 30 | # define OPENSSL_VERSION_MAJOR 3 | |
| 31 | 31 | # define OPENSSL_VERSION_MINOR 5 | |
| 32 | - # define OPENSSL_VERSION_PATCH 3 | ||
| 32 | + # define OPENSSL_VERSION_PATCH 4 | ||
| 33 | 33 | ||
| 34 | 34 | /* | |
| 35 | 35 | * Additional version information | |
@@ -74,28 +74,28 @@ extern "C" { | |||
| 74 | 74 | * longer variant with OPENSSL_VERSION_PRE_RELEASE_STR and | |
| 75 | 75 | * OPENSSL_VERSION_BUILD_METADATA_STR appended. | |
| 76 | 76 | */ | |
| 77 | - # define OPENSSL_VERSION_STR "3.5.3" | ||
| 78 | - # define OPENSSL_FULL_VERSION_STR "3.5.3" | ||
| 77 | + # define OPENSSL_VERSION_STR "3.5.4" | ||
| 78 | + # define OPENSSL_FULL_VERSION_STR "3.5.4" | ||
| 79 | 79 | ||
| 80 | 80 | /* | |
| 81 | 81 | * SECTION 3: ADDITIONAL METADATA | |
| 82 | 82 | * | |
| 83 | 83 | * These strings are defined separately to allow them to be parsable. | |
| 84 | 84 | */ | |
| 85 | - # define OPENSSL_RELEASE_DATE "16 Sep 2025" | ||
| 85 | + # define OPENSSL_RELEASE_DATE "30 Sep 2025" | ||
| 86 | 86 | ||
| 87 | 87 | /* | |
| 88 | 88 | * SECTION 4: BACKWARD COMPATIBILITY | |
| 89 | 89 | */ | |
| 90 | 90 | ||
| 91 | - # define OPENSSL_VERSION_TEXT "OpenSSL 3.5.3 16 Sep 2025" | ||
| 91 | + # define OPENSSL_VERSION_TEXT "OpenSSL 3.5.4 30 Sep 2025" | ||
| 92 | 92 | ||
| 93 | - /* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */ | ||
| 93 | + /* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PP0L */ | ||
| 94 | 94 | # define OPENSSL_VERSION_NUMBER \ | |
| 95 | 95 | ( (OPENSSL_VERSION_MAJOR<<28) \ | |
| 96 | 96 | |(OPENSSL_VERSION_MINOR<<20) \ | |
| 97 | 97 | |(OPENSSL_VERSION_PATCH<<4) \ | |
| 98 | - |0xfL ) | ||
| 98 | + |0x0L ) | ||
| 99 | 99 | ||
| 100 | 100 | # ifdef __cplusplus | |
| 101 | 101 | } | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -169,7 +169,7 @@ our %config = ( | |||
| 169 | 169 | ], | |
| 170 | 170 | "dynamic_engines" => "0", | |
| 171 | 171 | "ex_libs" => [], | |
| 172 | - "full_version" => "3.5.3", | ||
| 172 | + "full_version" => "3.5.4", | ||
| 173 | 173 | "includes" => [], | |
| 174 | 174 | "lflags" => [], | |
| 175 | 175 | "lib_defines" => [ | |
@@ -232,7 +232,7 @@ our %config = ( | |||
| 232 | 232 | "openssl_sys_defines" => [], | |
| 233 | 233 | "openssldir" => "", | |
| 234 | 234 | "options" => "enable-ssl-trace enable-fips no-afalgeng no-asan no-asm no-brotli no-brotli-dynamic no-buildtest-c++ no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-demos no-dynamic-engine no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fips-jitter no-fuzz-afl no-fuzz-libfuzzer no-h3demo no-hqinterop no-jitter no-ktls no-loadereng no-md2 no-msan no-pie no-rc5 no-sctp no-shared no-ssl3 no-ssl3-method no-sslkeylog no-tfo no-trace no-ubsan no-unit-test no-uplink no-weak-ssl-ciphers no-winstore no-zlib no-zlib-dynamic no-zstd no-zstd-dynamic", | |
| 235 | - "patch" => "3", | ||
| 235 | + "patch" => "4", | ||
| 236 | 236 | "perl_archname" => "x86_64-linux-gnu-thread-multi", | |
| 237 | 237 | "perl_cmd" => "/usr/bin/perl", | |
| 238 | 238 | "perl_version" => "5.34.0", | |
@@ -286,11 +286,11 @@ our %config = ( | |||
| 286 | 286 | "prerelease" => "", | |
| 287 | 287 | "processor" => "", | |
| 288 | 288 | "rc4_int" => "unsigned int", | |
| 289 | - "release_date" => "16 Sep 2025", | ||
| 289 | + "release_date" => "30 Sep 2025", | ||
| 290 | 290 | "shlib_version" => "3", | |
| 291 | 291 | "sourcedir" => ".", | |
| 292 | 292 | "target" => "BSD-x86", | |
| 293 | - "version" => "3.5.3" | ||
| 293 | + "version" => "3.5.4" | ||
| 294 | 294 | ); | |
| 295 | 295 | our %target = ( | |
| 296 | 296 | "AR" => "ar", | |
@@ -12095,6 +12095,7 @@ our %unified_info = ( | |||
| 12095 | 12095 | "test/testutil/libtestutil-lib-apps_shims.o", | |
| 12096 | 12096 | "test/testutil/libtestutil-lib-basic_output.o", | |
| 12097 | 12097 | "test/testutil/libtestutil-lib-cb.o", | |
| 12098 | + "test/testutil/libtestutil-lib-compare.o", | ||
| 12098 | 12099 | "test/testutil/libtestutil-lib-driver.o", | |
| 12099 | 12100 | "test/testutil/libtestutil-lib-fake_random.o", | |
| 12100 | 12101 | "test/testutil/libtestutil-lib-format_output.o", | |
@@ -31445,6 +31446,7 @@ our %unified_info = ( | |||
| 31445 | 31446 | "test/testutil/libtestutil-lib-apps_shims.o", | |
| 31446 | 31447 | "test/testutil/libtestutil-lib-basic_output.o", | |
| 31447 | 31448 | "test/testutil/libtestutil-lib-cb.o", | |
| 31449 | + "test/testutil/libtestutil-lib-compare.o", | ||
| 31448 | 31450 | "test/testutil/libtestutil-lib-driver.o", | |
| 31449 | 31451 | "test/testutil/libtestutil-lib-fake_random.o", | |
| 31450 | 31452 | "test/testutil/libtestutil-lib-format_output.o", | |
@@ -32161,6 +32163,9 @@ our %unified_info = ( | |||
| 32161 | 32163 | "test/testutil/libtestutil-lib-cb.o" => [ | |
| 32162 | 32164 | "test/testutil/cb.c" | |
| 32163 | 32165 | ], | |
| 32166 | + "test/testutil/libtestutil-lib-compare.o" => [ | ||
| 32167 | + "test/testutil/compare.c" | ||
| 32168 | + ], | ||
| 32164 | 32169 | "test/testutil/libtestutil-lib-driver.o" => [ | |
| 32165 | 32170 | "test/testutil/driver.c" | |
| 32166 | 32171 | ], | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -11,7 +11,7 @@ | |||
| 11 | 11 | */ | |
| 12 | 12 | ||
| 13 | 13 | #define PLATFORM "platform: BSD-x86" | |
| 14 | - #define DATE "built on: Tue Sep 16 15:43:21 2025 UTC" | ||
| 14 | + #define DATE "built on: Wed Oct 1 18:52:42 2025 UTC" | ||
| 15 | 15 | ||
| 16 | 16 | /* | |
| 17 | 17 | * Generate compiler_flags as an array of individual characters. This is a | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -29,7 +29,7 @@ extern "C" { | |||
| 29 | 29 | */ | |
| 30 | 30 | # define OPENSSL_VERSION_MAJOR 3 | |
| 31 | 31 | # define OPENSSL_VERSION_MINOR 5 | |
| 32 | - # define OPENSSL_VERSION_PATCH 3 | ||
| 32 | + # define OPENSSL_VERSION_PATCH 4 | ||
| 33 | 33 | ||
| 34 | 34 | /* | |
| 35 | 35 | * Additional version information | |
@@ -74,28 +74,28 @@ extern "C" { | |||
| 74 | 74 | * longer variant with OPENSSL_VERSION_PRE_RELEASE_STR and | |
| 75 | 75 | * OPENSSL_VERSION_BUILD_METADATA_STR appended. | |
| 76 | 76 | */ | |
| 77 | - # define OPENSSL_VERSION_STR "3.5.3" | ||
| 78 | - # define OPENSSL_FULL_VERSION_STR "3.5.3" | ||
| 77 | + # define OPENSSL_VERSION_STR "3.5.4" | ||
| 78 | + # define OPENSSL_FULL_VERSION_STR "3.5.4" | ||
| 79 | 79 | ||
| 80 | 80 | /* | |
| 81 | 81 | * SECTION 3: ADDITIONAL METADATA | |
| 82 | 82 | * | |
| 83 | 83 | * These strings are defined separately to allow them to be parsable. | |
| 84 | 84 | */ | |
| 85 | - # define OPENSSL_RELEASE_DATE "16 Sep 2025" | ||
| 85 | + # define OPENSSL_RELEASE_DATE "30 Sep 2025" | ||
| 86 | 86 | ||
| 87 | 87 | /* | |
| 88 | 88 | * SECTION 4: BACKWARD COMPATIBILITY | |
| 89 | 89 | */ | |
| 90 | 90 | ||
| 91 | - # define OPENSSL_VERSION_TEXT "OpenSSL 3.5.3 16 Sep 2025" | ||
| 91 | + # define OPENSSL_VERSION_TEXT "OpenSSL 3.5.4 30 Sep 2025" | ||
| 92 | 92 | ||
| 93 | - /* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */ | ||
| 93 | + /* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PP0L */ | ||
| 94 | 94 | # define OPENSSL_VERSION_NUMBER \ | |
| 95 | 95 | ( (OPENSSL_VERSION_MAJOR<<28) \ | |
| 96 | 96 | |(OPENSSL_VERSION_MINOR<<20) \ | |
| 97 | 97 | |(OPENSSL_VERSION_PATCH<<4) \ | |
| 98 | - |0xfL ) | ||
| 98 | + |0x0L ) | ||
| 99 | 99 | ||
| 100 | 100 | # ifdef __cplusplus | |
| 101 | 101 | } | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -171,7 +171,7 @@ our %config = ( | |||
| 171 | 171 | ], | |
| 172 | 172 | "dynamic_engines" => "0", | |
| 173 | 173 | "ex_libs" => [], | |
| 174 | - "full_version" => "3.5.3", | ||
| 174 | + "full_version" => "3.5.4", | ||
| 175 | 175 | "includes" => [], | |
| 176 | 176 | "lflags" => [], | |
| 177 | 177 | "lib_defines" => [ | |
@@ -233,7 +233,7 @@ our %config = ( | |||
| 233 | 233 | "openssl_sys_defines" => [], | |
| 234 | 234 | "openssldir" => "", | |
| 235 | 235 | "options" => "enable-ssl-trace enable-fips no-afalgeng no-asan no-brotli no-brotli-dynamic no-buildtest-c++ no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-demos no-dynamic-engine no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fips-jitter no-fuzz-afl no-fuzz-libfuzzer no-h3demo no-hqinterop no-jitter no-ktls no-loadereng no-md2 no-msan no-pie no-rc5 no-sctp no-shared no-ssl3 no-ssl3-method no-sslkeylog no-tfo no-trace no-ubsan no-unit-test no-uplink no-weak-ssl-ciphers no-winstore no-zlib no-zlib-dynamic no-zstd no-zstd-dynamic", | |
| 236 | - "patch" => "3", | ||
| 236 | + "patch" => "4", | ||
| 237 | 237 | "perl_archname" => "x86_64-linux-gnu-thread-multi", | |
| 238 | 238 | "perl_cmd" => "/usr/bin/perl", | |
| 239 | 239 | "perl_version" => "5.34.0", | |
@@ -286,11 +286,11 @@ our %config = ( | |||
| 286 | 286 | "prerelease" => "", | |
| 287 | 287 | "processor" => "", | |
| 288 | 288 | "rc4_int" => "unsigned int", | |
| 289 | - "release_date" => "16 Sep 2025", | ||
| 289 | + "release_date" => "30 Sep 2025", | ||
| 290 | 290 | "shlib_version" => "3", | |
| 291 | 291 | "sourcedir" => ".", | |
| 292 | 292 | "target" => "BSD-x86_64", | |
| 293 | - "version" => "3.5.3" | ||
| 293 | + "version" => "3.5.4" | ||
| 294 | 294 | ); | |
| 295 | 295 | our %target = ( | |
| 296 | 296 | "AR" => "ar", | |
@@ -12232,6 +12232,7 @@ our %unified_info = ( | |||
| 12232 | 12232 | "test/testutil/libtestutil-lib-apps_shims.o", | |
| 12233 | 12233 | "test/testutil/libtestutil-lib-basic_output.o", | |
| 12234 | 12234 | "test/testutil/libtestutil-lib-cb.o", | |
| 12235 | + "test/testutil/libtestutil-lib-compare.o", | ||
| 12235 | 12236 | "test/testutil/libtestutil-lib-driver.o", | |
| 12236 | 12237 | "test/testutil/libtestutil-lib-fake_random.o", | |
| 12237 | 12238 | "test/testutil/libtestutil-lib-format_output.o", | |
@@ -31833,6 +31834,7 @@ our %unified_info = ( | |||
| 31833 | 31834 | "test/testutil/libtestutil-lib-apps_shims.o", | |
| 31834 | 31835 | "test/testutil/libtestutil-lib-basic_output.o", | |
| 31835 | 31836 | "test/testutil/libtestutil-lib-cb.o", | |
| 31837 | + "test/testutil/libtestutil-lib-compare.o", | ||
| 31836 | 31838 | "test/testutil/libtestutil-lib-driver.o", | |
| 31837 | 31839 | "test/testutil/libtestutil-lib-fake_random.o", | |
| 31838 | 31840 | "test/testutil/libtestutil-lib-format_output.o", | |
@@ -32549,6 +32551,9 @@ our %unified_info = ( | |||
| 32549 | 32551 | "test/testutil/libtestutil-lib-cb.o" => [ | |
| 32550 | 32552 | "test/testutil/cb.c" | |
| 32551 | 32553 | ], | |
| 32554 | + "test/testutil/libtestutil-lib-compare.o" => [ | ||
| 32555 | + "test/testutil/compare.c" | ||
| 32556 | + ], | ||
| 32552 | 32557 | "test/testutil/libtestutil-lib-driver.o" => [ | |
| 32553 | 32558 | "test/testutil/driver.c" | |
| 32554 | 32559 | ], | |
| Back | FazBrowse Home | New Git URL |
0 commit comments