databases/galera26: Update to 26.4.14
ChangeLog:
http://releases.galeracluster.com/galera-4.14/release-notes-galera-26.4.14.txt
- memory leak in the gcs gcomm backend fixed (tp_ object deleted in GCommConn destructor)
- protonet.backend option deprecated since it only supports one option, asio, and the option will be removed in future release. Related, protonet.version is also deprecated
- deprecation message for socket.ssl_compression as SSL compression cannot be enabled and the option will be removed in future releases
- library could parse incorrect parameters as long as it had a "good" prefix, i.e. evs.*, so fix prevents setting of invalid option values
- parsing of ISO8601 durations previously accepted invalid values, now fixed
- in addition to ISO8601 format, parsing durations now supports real number representation
PR: 270260
Reported by: devel@galeracluster.com (maintainer)