pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/databases



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Sep  7 13:13:36 UTC 2016

Modified Files:
        pkgsrc/databases/mysql55-client: Makefile.common distinfo
        pkgsrc/databases/mysql55-server: PLIST

Log Message:
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)


To generate a diff of this commit:
cvs rdiff -u -r1.53 -r1.54 pkgsrc/databases/mysql55-client/Makefile.common
cvs rdiff -u -r1.51 -r1.52 pkgsrc/databases/mysql55-client/distinfo
cvs rdiff -u -r1.43 -r1.44 pkgsrc/databases/mysql55-server/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/databases/mysql55-client/Makefile.common
diff -u pkgsrc/databases/mysql55-client/Makefile.common:1.53 pkgsrc/databases/mysql55-client/Makefile.common:1.54
--- pkgsrc/databases/mysql55-client/Makefile.common:1.53        Thu Aug  4 10:09:46 2016
+++ pkgsrc/databases/mysql55-client/Makefile.common     Wed Sep  7 13:13:36 2016
@@ -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/}
 

Index: pkgsrc/databases/mysql55-client/distinfo
diff -u pkgsrc/databases/mysql55-client/distinfo:1.51 pkgsrc/databases/mysql55-client/distinfo:1.52
--- pkgsrc/databases/mysql55-client/distinfo:1.51       Thu Aug  4 10:09:46 2016
+++ pkgsrc/databases/mysql55-client/distinfo    Wed Sep  7 13:13:36 2016
@@ -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

Index: pkgsrc/databases/mysql55-server/PLIST
diff -u pkgsrc/databases/mysql55-server/PLIST:1.43 pkgsrc/databases/mysql55-server/PLIST:1.44
--- pkgsrc/databases/mysql55-server/PLIST:1.43  Thu Aug  4 10:09:46 2016
+++ pkgsrc/databases/mysql55-server/PLIST       Wed Sep  7 13:13:36 2016
@@ -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/includ
 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/star
 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



Home | Main Index | Thread Index | Old Index