summaryrefslogtreecommitdiff
path: root/databases/percona57-server/files/patch-cmake_plugin.cmake (follow)
Commit message (Collapse)AuthorAgeFilesLines
* databases/percona57-{server,client}: upgrade 5.7.21-20 -> 5.7.26-29Kurt Jaeger2019-07-111-23/+23
| | | | | | | | | | | - Fixes several CVEs, see https://vuxml.FreeBSD.org/freebsd/d3d02d3a-2242-11e9-b95c-b499baebfeaf.html for the list PR: 236570 Submitted by: Igor Zabelin <igorz@yandex.ru> Approved by: feld (maintainer timeout) MFH: 2019Q3
* - update to 5.7.21-20Florian Smeets2018-03-311-19/+1
| | | | | | | - fix build with clang 6.0 PR: 226504 Approved by: maintainer timeout (3 weeks)
* databases/percona57: Fix build with SASLMark Felder2018-01-121-0/+43
If SASL is detected at build time it assumes you want SASL and also errors due to assuming we're Linux. This was already patched in our tree for MySQL. Also enable SASL support by default for the databases/percona57-client. This is expected to be the default by upstream now. Special thanks to mmokhi for figuring this out for us. PR: 220865 MFH: 2018Q1