FreeBSD Bugzilla – Attachment 190559 Details for
Bug 220224
[PATCH] mail/postfix-current with mysql80-server
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
added as optional extra-patch file
extra-patch-mysql80-ssl (text/plain), 676 bytes, created by
klaus
on 2018-02-12 23:30:09 UTC
(
hide
)
Description:
added as optional extra-patch file
Filename:
MIME Type:
Creator:
klaus
Created:
2018-02-12 23:30:09 UTC
Size:
676 bytes
patch
obsolete
>--- src/global/dict_mysql.c.org 2018-02-13 00:09:38.103095000 +0100 >+++ src/global/dict_mysql.c 2018-02-13 00:11:41.429119000 +0100 >@@ -656,7 +656,11 @@ > dict_mysql->tls_key_file, dict_mysql->tls_cert_file, > dict_mysql->tls_CAfile, dict_mysql->tls_CApath, > dict_mysql->tls_ciphers); >-#if MYSQL_VERSION_ID >= 50023 >+#if MYSQL_VERSION_ID >= 80000 >+ if (dict_mysql->tls_verify_cert != -1) >+ mysql_options(host->db, MYSQL_OPT_SSL_MODE, >+ &dict_mysql->tls_verify_cert); >+#elif MYSQL_VERSION_ID >= 50023 > if (dict_mysql->tls_verify_cert != -1) > mysql_options(host->db, MYSQL_OPT_SSL_VERIFY_SERVER_CERT, > &dict_mysql->tls_verify_cert);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 220224
:
183735
|
190558
| 190559