summaryrefslogtreecommitdiff
path: root/databases/mysql55-client/Makefile.common
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2016-10-12 16:57:30 +0000
committeradam <adam@pkgsrc.org>2016-10-12 16:57:30 +0000
commit553dd1084ba33d119e6e5651c5d07af376cdc825 (patch)
tree794f6683d1ab7fe74db537a21b2f57bdc9f79e93 /databases/mysql55-client/Makefile.common
parent639d90a351f2d3ceeffe1db507bb1773ce645315 (diff)
downloadpkgsrc-553dd1084ba33d119e6e5651c5d07af376cdc825.tar.gz
Changes 5.5.53:
Packaging Notes --------------- RPM packages now create the /var/lib/mysql-files directory, which is now the default value of the secure_file_priv system variable that specifies a directory for import and export operations. Security Notes -------------- Incompatible Change: The secure_file_priv system variable is used to limit the effect of data import and export operations. Functionality Added or Changed ------------------------------ yaSSL was upgraded to version 2.4.2. This upgrade corrects issues with: Potential AES side channel leaks; DSA padding for unusual sizes; the SSL_CTX_load_verify_locations() OpenSSL compatibility function failing to handle long path directory names.
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 52616c3b1f4..afa617491b3 100644
--- a/databases/mysql55-client/Makefile.common
+++ b/databases/mysql55-client/Makefile.common
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile.common,v 1.54 2016/09/07 13:13:36 adam Exp $
+# $NetBSD: Makefile.common,v 1.55 2016/10/12 16:57:30 adam Exp $
#
# used by databases/mysql55-client/Makefile
# used by databases/mysql55-server/Makefile
-DISTNAME= mysql-5.5.52
+DISTNAME= mysql-5.5.53
CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_MYSQL:=MySQL-5.5/}