Created attachment 203747 [details] Update Galera to 25.3.26 New Galera version 25.3.26 is available in github. Attached the patch to update the port. BR - Teemu
A commit references this bug: Author: fernape Date: Fri Apr 19 11:38:17 UTC 2019 New revision: 499346 URL: https://svnweb.freebsd.org/changeset/ports/499346 Log: databases/galera: update to 25.3.26 From the ChangeLog: * Too early GCache page release in GCache page store was fixed. * A check for duplicate node UUID was added to prevent node to join the cluster if another node with the same UUID alrady exists (codership/galera#533). * Dynamic symbol dispatch was disabled in libgalera_smm.so to allow using the library with applications which may be built with different versions of C++ libraries than the Galera library. * Internal handling of IPv6 address square bracket notation and scope_id handling was fixed (codership/galera#519, codership/galera#534) PR: 237343 Submitted by: teemu.ollakka@galeracluster.com Changes: head/databases/galera/Makefile head/databases/galera/distinfo
Committed, Thanks!