summaryrefslogtreecommitdiff
path: root/databases/mysql55-client/Makefile
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2016-04-18 10:01:15 +0000
committeradam <adam@pkgsrc.org>2016-04-18 10:01:15 +0000
commit2e2b164540ef149af4c172b76172998965b922d7 (patch)
treebd7d3fe0d77e85d4e13c6bac1037887ba3b0fcd4 /databases/mysql55-client/Makefile
parent33ae9dd4459031b3db545ffa0ad4680d89d33482 (diff)
downloadpkgsrc-2e2b164540ef149af4c172b76172998965b922d7.tar.gz
Changes 5.5.49:
Security Notes -------------- MySQL client programs now support an --ssl-mode option that enables you to specify the security state of the connection to the server. The default value is DISABLED (establish an unencrypted connection). --ssl-mode=REQUIRED) can be specified to require a secure connection, or fail if a secure connection cannot be obtained. These clients support --ssl-mode: mysql, mysqladmin, mysqlcheck, mysqldump, mysqlimport, mysqlshow, mysqlpump, mysqlslap, mysqltest, mysql_upgrade. For more information, see Command Options for Secure Connections. Bugs Fixed
Diffstat (limited to 'databases/mysql55-client/Makefile')
-rw-r--r--databases/mysql55-client/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/databases/mysql55-client/Makefile b/databases/mysql55-client/Makefile
index cd473bba0f2..2506e1a6785 100644
--- a/databases/mysql55-client/Makefile
+++ b/databases/mysql55-client/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.24 2016/03/05 11:27:42 jperkin Exp $
+# $NetBSD: Makefile,v 1.25 2016/04/18 10:01:15 adam Exp $
PKGNAME= ${DISTNAME:S/-/-client-/}
-PKGREVISION= 1
COMMENT= MySQL 5, a free SQL database (client)
CONFLICTS= mysql3-client-[0-9]*