For platforms on which OpenSSL libraries are bundled, the linked OpenSSL library for MySQL Server has been updated to version 3.0.16. For more information, see OpenSSL 3.0 Series Release Notes and OpenSSL Security Advisory (11th February 2025). (Bug #37618844)
On macOS, when using the JDBC API, loading of the authentication plugins failed due to linking issues with the third-party libraries. (Bug #37094209)
The
mysql-concpp
module used theNO_CACHE
CMake option, which was not supported for CMake 3.20 and earlier, making thefind_
methods fail. This patch uses an explicit command to clear the cached variables instead, before the calls of thefind_
methods. Thanks to Lenny Wu for contributing the fix. (Bug #117763, Bug #37734620)