diff options
author | adam <adam@pkgsrc.org> | 2015-07-30 14:36:34 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2015-07-30 14:36:34 +0000 |
commit | 6768bd6d66c352b6293c22147f31a20863f87ca5 (patch) | |
tree | 03a791e02131aac4b18521b3a83d70a53e911ef0 /databases/mysql55-client/Makefile | |
parent | 2aa7f21bfddef4bfd0392705f26003fe89b89487 (diff) | |
download | pkgsrc-6768bd6d66c352b6293c22147f31a20863f87ca5.tar.gz |
Changes 5.5.45:
* Security Fix: Due to the LogJam issue (https://weakdh.org/), OpenSSL has changed the Diffie-Hellman key length parameters for openssl-1.0.1n and up. OpenSSL has provided a detailed explanation at http://openssl.org/news/secadv_20150611.txt. To adopt this change in MySQL, the key length used in vio/viosslfactories.c for creating Diffie-Hellman keys has been increased from 512 to 2,048 bits.
* InnoDB: On Unix-like platforms, os_file_create_simple_no_error_handling_func and os_file_create_func opened files in different modes when innodb_flush_method was set to O_DIRECT.
* InnoDB: An assertion was raised when InnoDB attempted to dereference a NULL foreign key object.
* InnoDB: An index record was not found on rollback due to inconsistencies in the purge_node_t structure.
* The Spencer regex library used for the REGEXP operator could be subject to heap overflow in some circumstances.
* A buffer-overflow error could occur for mysqlslap during option parsing.
* GROUP BY or ORDER BY on a CHAR(0) NOT NULL column could lead to a server exit.
* mysql-systemd-start failed if datadir was set in /etc/my.cnf.
* On OS X 10.10 (Yosemite), mysqld failed to start automatically. The startup item has been replaced with a launchd job, which enables the preference pane checkbox for automatic startup to work again.
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 f8d530dc366..cb2d5074c33 100644 --- a/databases/mysql55-client/Makefile +++ b/databases/mysql55-client/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.21 2015/06/12 10:48:36 wiz Exp $ +# $NetBSD: Makefile,v 1.22 2015/07/30 14:36:34 adam Exp $ PKGNAME= ${DISTNAME:S/-/-client-/} -PKGREVISION= 1 COMMENT= MySQL 5, a free SQL database (client) CONFLICTS= mysql3-client-[0-9]* |