Commits

Christopher Chavez authored and Chris Jones committed a79f6dc9ad0
mysql56: update to 5.6.44

Closes: https://trac.macports.org/ticket/55488 Add patch for client_authentication.cc See: https://trac.macports.org/ticket/56254
No tags

databases/mysql56/files/patch_client_authentication.cc.diff

Added+x
1 +Ticket: https://trac.macports.org/ticket/56254
2 +Upstream-Status: Backport [This change is present in recent versions of MySQL 5.7 and later.]
3 +--- mysql-5.6.39/sql-common/client_authentication.cc- 2018-04-08 18:42:13.000000000 -0400
4 ++++ mysql-5.6.39/sql-common/client_authentication.cc 2018-04-08 19:19:37.000000000 -0400
5 +@@ -84,7 +84,7 @@
6 +
7 + if (mysql->options.extension != NULL &&
8 + mysql->options.extension->server_public_key_path != NULL &&
9 +- mysql->options.extension->server_public_key_path != '\0')
10 ++ mysql->options.extension->server_public_key_path[0] != '\0')
11 + {
12 + pub_key_file= fopen(mysql->options.extension->server_public_key_path,
13 + "r");

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut