K 10 svn:author V 6 mmokhi K 8 svn:date V 27 2018-05-06T16:03:04.319514Z K 7 svn:log V 876 MFH: r467819 r468035 mysql57-{client, server}: Update port to 5.7.22 This update includes fixes for multiple CVEs including: CVE-2018-2755 in replication component, MySQL protocol CVE-2018-2805 in GIS extention CVE-2018-2782 in InnoDB and more info on http://www.oracle.com/technetwork/security-advisory/cpuapr2018-3678067.html#AppendixMSQL PR: 227621 Reported by: Markus Kohlmeyer Sponsored by: Netzkommune GmbH databases/mysql57-client: Fix build with 10.x default compiler/linker The upstream seems merged our local-patches but added a -R flag to its `c++` [actually ld] command. The -R $DIR is like -rpath on 11.x and CURRENT bases but not on 10.x We then use -rpath to make sure it works on all supported bases. Reported by: John W. O'Brien Sponsored by: Netzkommune GmbH Approved by: ports-secteam (feld) END