pkgsrc-Changes archive

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

CVS commit: pkgsrc/databases/mysql55-client



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Jan 16 16:23:20 UTC 2018

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

Log Message:
mysql55: updated to 5.5.59

MySQL 5.5.59:

Configuration Notes
* For RHEL, SLES, and Fedora RPMs, the default plugin directory for debug builds has been changed from /usr/lib64/mysql/plugin to /usr/lib64/mysql/plugin/debug.

Test Suite Notes
* Documentation for the MySQL Test Suite is now maintained in the MySQL source tree using Doxygen (see http://dev.mysql.com/doc/dev/mysql-server/latest/PAGE_MYSQL_TEST_RUN.html). The related Unix man 
pages that previously were produced from the old test suite manual are no longer updated and have gone out of date. Consequently, they are no longer included in MySQL distributions.

Bugs Fixed
* InnoDB: Warnings that should only appear in a debug version of MySQL were printed to the error log when the length of the history list exceeded 2000000.
* Packaging: Initialization of the MySQL Server Docker container failed with the message “hostname: command not found” when the server was being initialized. That was due to a missing library in the 
Docker image.
* Partitioning: Queries involving NULL were not always handled correctly on tables that were partitioned by LIST.
* Microsoft Windows: On Windows, with the myisam_use_mmap and flush system variables enabled, MyISAM did not always flush table files properly.
* VALUES() was not handled correctly in some cases.
* Incorrect results or a server exit could result when SHA2() was passed a user-defined variable in some character sets.
* Creating a table with excessive index information could cause a server exit.
* Setting the MYSQL_GROUP_SUFFIX environment variable had no effect.
* A circular dependency problem involving sql/sql_builtin.cc was resolved.
* A prepared statement containing an ORDER BY list that referred to a parameter was not always handled correctly.


To generate a diff of this commit:
cvs rdiff -u -r1.62 -r1.63 pkgsrc/databases/mysql55-client/Makefile.common
cvs rdiff -u -r1.60 -r1.61 pkgsrc/databases/mysql55-client/distinfo

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.62 pkgsrc/databases/mysql55-client/Makefile.common:1.63
--- pkgsrc/databases/mysql55-client/Makefile.common:1.62        Sun Oct 22 20:15:31 2017
+++ pkgsrc/databases/mysql55-client/Makefile.common     Tue Jan 16 16:23:20 2018
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile.common,v 1.62 2017/10/22 20:15:31 adam Exp $
+# $NetBSD: Makefile.common,v 1.63 2018/01/16 16:23:20 adam Exp $
 #
 # used by databases/mysql55-client/Makefile
 # used by databases/mysql55-server/Makefile
 
-DISTNAME=      mysql-5.5.58
+DISTNAME=      mysql-5.5.59
 CATEGORIES=    databases
 MASTER_SITES=  ${MASTER_SITE_MYSQL:=MySQL-5.5/}
 
@@ -11,8 +11,8 @@ MAINTAINER?=  pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://www.mysql.com/
 LICENSE=       gnu-gpl-v2
 
-DISTINFO_FILE?=                ${.CURDIR}/../../databases/mysql55-client/distinfo
-PATCHDIR?=             ${.CURDIR}/../../databases/mysql55-client/patches
+DISTINFO_FILE?=        ${.CURDIR}/../../databases/mysql55-client/distinfo
+PATCHDIR?=     ${.CURDIR}/../../databases/mysql55-client/patches
 
 USE_CMAKE=             yes
 USE_LANGUAGES=         c c++

Index: pkgsrc/databases/mysql55-client/distinfo
diff -u pkgsrc/databases/mysql55-client/distinfo:1.60 pkgsrc/databases/mysql55-client/distinfo:1.61
--- pkgsrc/databases/mysql55-client/distinfo:1.60       Sun Oct 22 20:15:31 2017
+++ pkgsrc/databases/mysql55-client/distinfo    Tue Jan 16 16:23:20 2018
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.60 2017/10/22 20:15:31 adam Exp $
+$NetBSD: distinfo,v 1.61 2018/01/16 16:23:20 adam Exp $
 
-SHA1 (mysql-5.5.58.tar.gz) = 37be5e62011113e4c5c1b3095d714cc9800b11df
-RMD160 (mysql-5.5.58.tar.gz) = b3cfa70bd59f6a774057d76be6924b06c274b733
-SHA512 (mysql-5.5.58.tar.gz) = a57613034bb7456827d2dfa3e6d1fd006c3bd3f61e6ad4e882bb36a11beca4cf3d76b6b6d2bf0ccdb115d6896a08a7a20d0781a31e22abca2562b7b9a81614b0
-Size (mysql-5.5.58.tar.gz) = 21045852 bytes
+SHA1 (mysql-5.5.59.tar.gz) = 97a8bd08a0ba0ba8c44f0d81eac70131990819a2
+RMD160 (mysql-5.5.59.tar.gz) = 40c585476491a954d2ea1523a1db2425aebbc406
+SHA512 (mysql-5.5.59.tar.gz) = 18abca4a607d7f7ad90e9adb989c665302ee85e264f298fdc3591c4d9cd85a2486f1b402aea1ac3672506d1433eb1f3a246da5e4abd04dc41344ed9fed5ef0ae
+Size (mysql-5.5.59.tar.gz) = 21050313 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



Home | Main Index | Thread Index | Old Index