summaryrefslogtreecommitdiff
path: root/databases/mysql55-client/Makefile.common
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2017-10-22 20:15:31 +0000
committeradam <adam@pkgsrc.org>2017-10-22 20:15:31 +0000
commitfe9d783e8feb564e6a030b4e99d2b7efb112d6f6 (patch)
tree2cd8966b6a7e61b2c40cfd861b326ee4299b3880 /databases/mysql55-client/Makefile.common
parent842c0439b6f910d5ea37b7925b4c7875e2c0c550 (diff)
downloadpkgsrc-fe9d783e8feb564e6a030b4e99d2b7efb112d6f6.tar.gz
mysql55: update to 5.5.58
Changes in MySQL 5.5.58: Packaging Notes --------------- mysqlcheck was missing in the MySQL Server Docker image, which prevented mysql_upgrade from running. Bugs Fixed ---------- Replication: Replication clients no longer enable LOCAL capability for LOAD DATA statements, because they do not use LOAD DATA LOCAL statements. yaSSL could incorrectly perform TLS cipher negotiation. The server failed to check the maximum path length for partition names. Identifiers containing a mixture of backslashes and backticks could be parsed incorrectly. NAME_CONST() can return null if incorrect arguments are given. In some cases, this was not handled and could cause a server exit.
Diffstat (limited to 'databases/mysql55-client/Makefile.common')
-rw-r--r--databases/mysql55-client/Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/mysql55-client/Makefile.common b/databases/mysql55-client/Makefile.common
index ab0cecab470..0a7230432b3 100644
--- a/databases/mysql55-client/Makefile.common
+++ b/databases/mysql55-client/Makefile.common
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile.common,v 1.61 2017/09/03 08:53:05 wiz Exp $
+# $NetBSD: Makefile.common,v 1.62 2017/10/22 20:15:31 adam Exp $
#
# used by databases/mysql55-client/Makefile
# used by databases/mysql55-server/Makefile
-DISTNAME= mysql-5.5.57
+DISTNAME= mysql-5.5.58
CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_MYSQL:=MySQL-5.5/}