summaryrefslogtreecommitdiff
path: root/databases/mysql51-client
diff options
context:
space:
mode:
authormef <mef>2017-04-13 13:44:49 +0000
committermef <mef>2017-04-13 13:44:49 +0000
commit467802c532ceed2461d2ca9b88efdd54af8361ac (patch)
tree0cffb47faa5d469c54a7d26c3e535f7d5b874591 /databases/mysql51-client
parent236c4b33410e3b5b5698e8ed1c951cf7e824fc83 (diff)
downloadpkgsrc-467802c532ceed2461d2ca9b88efdd54af8361ac.tar.gz
Updated databases/mysql51-{client,server} to 5.1.73
------------------------------------------------------------ The ChangeLog since 5.1.72 is too huge, so the beginning some lines are listed here: ------------------------------------------------------------ timestamp: Fri 2013-11-01 16:39:19 +0100 message: Bug#17617945 BUFFER OVERFLOW IN GET_MERGE_MANY_BUFFS_COST WITH SMALL SORT_BUFFER_SIZE get_cost_calc_buff_size() could return wrong value for the size of imerge_cost_buff. ------------------------------------------------------------ timestamp: Thu 2013-10-31 22:53:56 +0000 message: BUG#17662398: REMOVE DUPLICATE TEST CASES Remove duplicate test cases. ------------------------------------------------------------ timestamp: Thu 2013-10-31 23:02:44 +0530 message: Bug #12917164 DROP USER CAN'T DROP USERS WITH LEGACY UPPER CASE HOST NAME ANYMORE Description: It is not possible to drop users with host names with upper case letters in them. i.e DROP USER 'root'@'Tmp_Host_Name'; is failing with error. Analysis: Since the fix 11748570 we came up with lower case hostnames as standard. But in the current bug the hostname is created by mysql_install_db script is still having upper case hostnames. So, if we have the hostname with upper case letters like(Tmp_Host_Name) then we will have as it is stored in the mysql.user table. In this case if use "'DROP USER 'root'@'Tmp_Host_Name';" it gives error because we do compare with the lower case of hostname since the 11748570 fix. Fix: We need to convert the hostname to lower case before storing into the mysql.user table when we run the mysql_install_db script. ------------------------------------------------------------
Diffstat (limited to 'databases/mysql51-client')
-rw-r--r--databases/mysql51-client/Makefile3
-rw-r--r--databases/mysql51-client/Makefile.common4
-rw-r--r--databases/mysql51-client/distinfo10
3 files changed, 8 insertions, 9 deletions
diff --git a/databases/mysql51-client/Makefile b/databases/mysql51-client/Makefile
index 113e9329768..eda0bb523be 100644
--- a/databases/mysql51-client/Makefile
+++ b/databases/mysql51-client/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.23 2016/07/09 06:38:00 wiz Exp $
+# $NetBSD: Makefile,v 1.24 2017/04/13 13:44:49 mef Exp $
PKGNAME= ${DISTNAME:S/-/-client-/}
-PKGREVISION= 7
COMMENT= MySQL 5, a free SQL database (client)
CONFLICTS= mysql3-client-[0-9]*
diff --git a/databases/mysql51-client/Makefile.common b/databases/mysql51-client/Makefile.common
index 1c422c797f1..2421083cf0a 100644
--- a/databases/mysql51-client/Makefile.common
+++ b/databases/mysql51-client/Makefile.common
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile.common,v 1.33 2016/02/25 11:46:21 jperkin Exp $
+# $NetBSD: Makefile.common,v 1.34 2017/04/13 13:44:49 mef Exp $
#
# used by databases/mysql51-client/Makefile
# used by databases/mysql51-server/Makefile
-DISTNAME= mysql-5.1.72
+DISTNAME= mysql-5.1.73
CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_MYSQL:=MySQL-5.1/}
diff --git a/databases/mysql51-client/distinfo b/databases/mysql51-client/distinfo
index 20ec866f646..4aa85533ce9 100644
--- a/databases/mysql51-client/distinfo
+++ b/databases/mysql51-client/distinfo
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.28 2015/11/03 01:56:15 agc Exp $
+$NetBSD: distinfo,v 1.29 2017/04/13 13:44:49 mef Exp $
-SHA1 (mysql-5.1.72.tar.gz) = af1f46e56402b38a085ac592cd7df3aa25e9cea2
-RMD160 (mysql-5.1.72.tar.gz) = a5ba8bedf4027af90a4612a1a7f3a848999cfbf5
-SHA512 (mysql-5.1.72.tar.gz) = ea9cf82bfc85acdab4b0c6b670b3315fbeb4e17e07f98bef9a137ef4568ee996293d763875a26e61f4d5c15ae078e713b2b6511d19f1d22b0598713516a52d95
-Size (mysql-5.1.72.tar.gz) = 24044338 bytes
+SHA1 (mysql-5.1.73.tar.gz) = 6cb1c547dec873a0afda825c83fd8e5a32b9a619
+RMD160 (mysql-5.1.73.tar.gz) = ceee36663abbf135d3ddbebe52ebc537ecba25a6
+SHA512 (mysql-5.1.73.tar.gz) = 2e3651ebc1370dad7e01158cdd99133ed3f90c985114766b6282d58b743ae7bce16db797e82819fa5bbc2fa53d89811fd76b278c7459338288e7957634a8c3ff
+Size (mysql-5.1.73.tar.gz) = 24023347 bytes
SHA1 (patch-aa) = 344bc9ab7013fbf64be6adbe8a9fc6279887beb1
SHA1 (patch-ab) = a1c699ebd9dc7e2cec9354035cbd9fdc2a411175
SHA1 (patch-ac) = a250b9797fbaad51d054cbb324feb0f7c29096d4