From e6403e07886ec9c03be13186efe96291e3b82b55 Mon Sep 17 00:00:00 2001 From: adam Date: Wed, 7 Sep 2016 13:13:36 +0000 Subject: Changes in MySQL 5.5.52 (2016-09-06) Bugs Fixed ---------- Replication: mysqlbinlog --read-from-remote-server log1 log2 was opening a new connection for log2 without freeing the connection used for log1. Thanks to Laurynas Biveinis for the contribution. (Bug 81675, Bug 23540182) For mysqld_safe, the argument to --malloc-lib now must be one of the directories /usr/lib, /usr/lib64, /usr/lib/i386-linux-gnu, or /usr/lib/x86_64-linux-gnu. In addition, the --mysqld and --mysqld-version options can be used only on the command line and not in an option file. (Bug 24464380) It was possible to write log files ending with .ini or .cnf that later could be parsed as option files. The general query log and slow query log can no longer be written to a file ending with .ini or .cnf. (Bug 24388753) Privilege escalation was possible by exploiting the way REPAIR TABLE used temporary files. (Bug 24388746) Certain internal character-handling functions could fail to handle a too-large character and cause a server exit. (Bug 23296299) A blank server name in CREATE SERVER statements produced a server exit rather than an error. (Bug 23295288) The optimizer failed to check a function return value for an area calculation, leading to a server exit. (Bug 23280059) A prepared statement that used a parameter in the select list of a derived table that was part of a join could cause a server exit. (Bug 22392374, Bug 24380263) MEDIUMINT columns used in operations with long integer values could result in buffer overflow. (Bug 19984392) EINTR handling in the client library has been fixed so that interrupted read and write calls are retried. Previously, EINTR was ignored. (Bug 82019, Bug 23703570) --- databases/mysql55-client/Makefile.common | 4 ++-- databases/mysql55-client/distinfo | 10 +++++----- databases/mysql55-server/PLIST | 4 +--- 3 files changed, 8 insertions(+), 10 deletions(-) diff --git a/databases/mysql55-client/Makefile.common b/databases/mysql55-client/Makefile.common index bad78b64880..52616c3b1f4 100644 --- a/databases/mysql55-client/Makefile.common +++ b/databases/mysql55-client/Makefile.common @@ -1,9 +1,9 @@ -# $NetBSD: Makefile.common,v 1.53 2016/08/04 10:09:46 adam Exp $ +# $NetBSD: Makefile.common,v 1.54 2016/09/07 13:13:36 adam Exp $ # # used by databases/mysql55-client/Makefile # used by databases/mysql55-server/Makefile -DISTNAME= mysql-5.5.51 +DISTNAME= mysql-5.5.52 CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_MYSQL:=MySQL-5.5/} diff --git a/databases/mysql55-client/distinfo b/databases/mysql55-client/distinfo index 68ab11deae1..2b1102a308e 100644 --- a/databases/mysql55-client/distinfo +++ b/databases/mysql55-client/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.51 2016/08/04 10:09:46 adam Exp $ +$NetBSD: distinfo,v 1.52 2016/09/07 13:13:36 adam Exp $ -SHA1 (mysql-5.5.51.tar.gz) = 34a0b0ac0072bf3ed78a8021a7e7a0038eba9802 -RMD160 (mysql-5.5.51.tar.gz) = 9e32fe26c8f71b149356e98463eefa409249a05a -SHA512 (mysql-5.5.51.tar.gz) = 674dea26172ce10ae85c30a092d8487f8136e5e7fdd23da1373092c4d5f4bd10c9778910bcc8ad04fa613231003e9e4ad3ee958dac5bb02ff8aeccd6a599b06b -Size (mysql-5.5.51.tar.gz) = 21031206 bytes +SHA1 (mysql-5.5.52.tar.gz) = 585b90289e2fd51b26b0696426ae25b2b01cfe6d +RMD160 (mysql-5.5.52.tar.gz) = 26125b7045073f7962d43df14135caa89e6b436c +SHA512 (mysql-5.5.52.tar.gz) = 78d88609c4a718d783d2ee5a82768df94bc0799831f95f587ae6d991659a42d17060bcff8e081f7523dbe0493c74167e1590a3a9ee543e65dc683c6e5fea0ce4 +Size (mysql-5.5.52.tar.gz) = 21032776 bytes SHA1 (sphinx-2.2.11-release.tar.gz) = 34e83f43de0e69e258bf749ea00348c60a51632a RMD160 (sphinx-2.2.11-release.tar.gz) = 5804b4cce64bc03fa20bac26c7391cd661cecc77 SHA512 (sphinx-2.2.11-release.tar.gz) = cf1a262a5b0fbf0bd2827ec6ec629edeaf709ce855a6e7b509b65342baaeb26c02717ca63f1578d32c83d21e2fd6d1e92dceb34660e6351b93cd96fd4e623689 diff --git a/databases/mysql55-server/PLIST b/databases/mysql55-server/PLIST index 4566086afb1..b1e6474bd31 100644 --- a/databases/mysql55-server/PLIST +++ b/databases/mysql55-server/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.43 2016/08/04 10:09:46 adam Exp $ +@comment $NetBSD: PLIST,v 1.44 2016/09/07 13:13:36 adam Exp $ bin/innochecksum bin/my_print_defaults bin/myisam_ftdump @@ -3673,7 +3673,6 @@ share/mysql/test/suite/perfschema/include/privilege.inc share/mysql/test/suite/perfschema/include/setup_helper.inc share/mysql/test/suite/perfschema/include/start_server_common.inc share/mysql/test/suite/perfschema/include/upgrade_check.inc -share/mysql/test/suite/perfschema/r/aggregate.result share/mysql/test/suite/perfschema/r/bad_option_1.result share/mysql/test/suite/perfschema/r/bad_option_2.result share/mysql/test/suite/perfschema/r/bad_option_3.result @@ -3754,7 +3753,6 @@ share/mysql/test/suite/perfschema/r/start_server_off.result share/mysql/test/suite/perfschema/r/start_server_on.result share/mysql/test/suite/perfschema/r/tampered_perfschema_table1.result share/mysql/test/suite/perfschema/r/thread_cache.result -share/mysql/test/suite/perfschema/t/aggregate.test share/mysql/test/suite/perfschema/t/bad_option_1.test share/mysql/test/suite/perfschema/t/bad_option_2.test share/mysql/test/suite/perfschema/t/bad_option_3.test -- cgit v1.2.3