diff options
author | adam <adam@pkgsrc.org> | 2016-04-18 10:01:15 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2016-04-18 10:01:15 +0000 |
commit | 2e2b164540ef149af4c172b76172998965b922d7 (patch) | |
tree | bd7d3fe0d77e85d4e13c6bac1037887ba3b0fcd4 /databases/mysql55-client/Makefile | |
parent | 33ae9dd4459031b3db545ffa0ad4680d89d33482 (diff) | |
download | pkgsrc-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/Makefile | 3 |
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]* |