summaryrefslogtreecommitdiff
path: root/databases/mariadb102-server/files/patch-sql-common_client.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* databases/mariadb102-server: Security update to 10.2.15Bernard Spil2018-05-171-10/+0
| | | | | MFH: 2018Q2 Security: 57aec168-453e-11e8-8777-b499baebfeaf
* Fix databases/mariadb* hostname verification when building against LibreSSLMichael Gmelin2018-01-241-3/+13
| | | | | | | | | | | | | | | | LibreSSL imported X509_check_host from BoringSSL. Unlike OpenSSL, it doesn't calculate the length of the hostname passed in case chklen/namelen == 0. This means that the check in MariaDB always fails if built against LibreSSL. This forces adminstrators to disable hostname verification, which weakens security (hence the MFH request below). Note that the fix has no negative implications if built against OpenSSL, as its implementation calls strlen(hostname) in case namelen == 0. See also https://github.com/MariaDB/server/pull/562 Approved by: ssl blanket MFH: 2018Q1
* databases/mariadb102-server: Add MariaDB 10.2 portsBernard Spil2017-05-281-0/+13
- Add mariadb102-client port - Add RocksDB storage engine - Add non-base page compressors - First sweep at making cmake patches upstreamable