notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: databases/mysql56-server/files/patch-cmake_ssl.cmake
SVNWeb

Number of commits found: 5

Wed, 3 Feb 2021
[ 01:58 fluffy search for other commits by this committer ] Original commit   Revision:563857
databases/mysql56*: update to 5.6.51

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
Thu, 12 Mar 2020
[ 07:42 joneum search for other commits by this committer ] Original commit   Revision:528272 (Only the first 10 of 16 ports in this commit are shown above. View all ports for this commit)
This fix a Problem, when MySQL build with libressl

/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
Wed, 25 Jan 2017
[ 19:07 brnrd search for other commits by this committer ] Original commit   Revision:432458
databases/mysql56-server: Fix OpenSSL linking

  - Force dynamic linking with OpenSSL

MFH:		2017Q1
Sat, 21 Jan 2017
[ 17:40 antoine search for other commits by this committer ] Original commit   Revision:432066
Revert r432035 part 2, it breaks build with openssl from base

With hat:	portmgr
[ 13:22 brnrd search for other commits by this committer ] Original commit   Revision:432035
databases/mysql56-server: Fix build with LibreSSL

  - Fix CMake SSL detection
  - Always set WITH_SSL=${OPENSSLBASE}

PR:		216311
Approved by:	Mahdi Moktari <mokhi64@gmail.com> (maintainer)
Differential Revision:	D9272

Number of commits found: 5