summaryrefslogtreecommitdiff
path: root/databases/mysql56-client/files/patch-cmake_ssl.cmake (follow)
Commit message (Collapse)AuthorAgeFilesLines
* databases/mysql56*: update to 5.6.51Dima Panov2021-02-031-1/+2
| | | | | | | Disable detect of TLSv1.3 functions - it's broken with LibreSSL Release Notes: https://dev.mysql.com/doc/relnotes/mysql/5.6/en/news-5-6-51.html Requested by: joneum
* This fix a Problem, when MySQL build with libresslJochen Neumeister2020-03-121-2/+16
| | | | | | | | | | | | | | /var/ports/usr/ports/databases/mysql56-client/work/mysql-5.6.47/vio/viosslfactories.c:230:25: error: use of undeclared identifier 'SSL_OP_NO_TLSv1_3' SSL_OP_NO_TLSv1_3 | ^ /var/ports/usr/ports/databases/mysql56-client/work/mysql-5.6.47/vio/viosslfactories.c:275:12: warning: implicit declaration of function 'SSL_CTX_set_ciphersuites' is invalid in C99 [-Wimplicit-function-declaration] if (0 == SSL_CTX_set_ciphersuites(ssl_fd->ssl_context, "")) Special thanks for his help to: fluffy PR: 244320 MFH: 2020Q1 Sponsored by: Netzkommune GmbH
* databases/mysql56-server: Fix OpenSSL linkingBernard Spil2017-01-251-0/+11
| | | | | | - Force dynamic linking with OpenSSL MFH: 2017Q1
* Revert r432035, it breaks build with openssl from baseAntoine Brodin2017-01-211-11/+0
| | | | With hat: portmgr
* databases/mysql56-server: Fix build with LibreSSLBernard Spil2017-01-211-0/+11
- Fix CMake SSL detection - Always set WITH_SSL=${OPENSSLBASE} PR: 216311 Approved by: Mahdi Moktari <mokhi64@gmail.com> (maintainer) Differential Revision: D9272