CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2021/05/09 03:17:13
Modified files:
databases/mariadb: Makefile distinfo
databases/mariadb/patches:
patch-libmariadb_libmariadb_CMakeLists_txt
patch-mysys_crc32_crc32c_cc
patch-scripts_CMakeLists_txt
patch-scripts_mysql_install_db_sh
databases/mariadb/pkg: PLIST-server PLIST-tests
Removed files:
databases/mariadb/patches:
patch-libmariadb_cmake_ConnectorName_cmake
Log message:
update to MariaDB 10.5.10, from Brad; includes fixes for CVE-2021-2154,
CVE-2021-2166 (DoS).
Various hash_XXX functions have been renamed to ma_hashtbl_XXX to fix
an issue with static linking to newer GnuTLS releases;
https://jira.mariadb.org/browse/CONC-543
https://github.com/mariadb-corporation/mariadb-connector-c/commit/d19c7c69269fdf4e2af8943dd86c12e4e1664afd
These functions don't appear to be in the exported API so I have skipped
bumping the library version so that the same update can be used in stable.
I don't expect problems but if we run into any it can be bumped later.