summaryrefslogtreecommitdiff
path: root/databases/mysql56-client/Makefile
diff options
context:
space:
mode:
authoradam <adam>2016-04-18 10:32:47 +0000
committeradam <adam>2016-04-18 10:32:47 +0000
commitd09053f714dcc3d15ed01f8c9dee96e2811119a5 (patch)
treed464b4924a6881beec193c45bcaee2113399eae2 /databases/mysql56-client/Makefile
parent18ac7def44ad941349ef3293aa0098ec72ef04bd (diff)
downloadpkgsrc-d09053f714dcc3d15ed01f8c9dee96e2811119a5.tar.gz
Changes 5.6.30:
Security Notes -------------- The linked OpenSSL library for the MySQL Commercial Server has been updated to version 1.0.1s. Issues fixed in the new version are described at http://www.openssl.org/news/vulnerabilities.html. This change does not affect the Oracle-produced MySQL Community build of MySQL Server, which uses the yaSSL library instead. 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/mysql56-client/Makefile')
-rw-r--r--databases/mysql56-client/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/databases/mysql56-client/Makefile b/databases/mysql56-client/Makefile
index 7e897772480..84efc7f13a1 100644
--- a/databases/mysql56-client/Makefile
+++ b/databases/mysql56-client/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.19 2016/03/05 11:27:43 jperkin Exp $
+# $NetBSD: Makefile,v 1.20 2016/04/18 10:32:47 adam Exp $
PKGNAME= ${DISTNAME:S/-/-client-/}
-PKGREVISION= 1
COMMENT= MySQL 5, a free SQL database (client)
CONFLICTS= mysql3-client-[0-9]*