From 8b230d6ba6b8dd529d0e766c97a1ff3f309c6626 Mon Sep 17 00:00:00 2001 From: adam Date: Fri, 14 Oct 2016 19:28:28 +0000 Subject: Changes 5.7.16: Security Notes -------------- * Incompatible Change: For STANDALONE and WIN builds, the default secure_file_priv value has changed from the empty string to NULL. This is a secure-by-default setting because it disables import and export operations. To permit those operations, set secure_file_priv to the path name of the directory to use for those operations. * The linked OpenSSL library for the MySQL Commercial Server has been updated to version 1.0.1u. For a description of issues fixed in this version, see 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. 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. --- databases/mysql57-server/Makefile | 3 +-- databases/mysql57-server/PLIST | 6 +++--- 2 files changed, 4 insertions(+), 5 deletions(-) (limited to 'databases/mysql57-server') diff --git a/databases/mysql57-server/Makefile b/databases/mysql57-server/Makefile index 5ed07497f52..c26f3900653 100644 --- a/databases/mysql57-server/Makefile +++ b/databases/mysql57-server/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2016/10/07 18:25:41 adam Exp $ +# $NetBSD: Makefile,v 1.3 2016/10/14 19:28:28 adam Exp $ PKGNAME= ${DISTNAME:S/-/-server-/} -PKGREVISION= 1 COMMENT= MySQL 5, a free SQL database (server) CONFLICTS= mysql3-server-[0-9]* diff --git a/databases/mysql57-server/PLIST b/databases/mysql57-server/PLIST index d90c134c07b..9e42551bbc4 100644 --- a/databases/mysql57-server/PLIST +++ b/databases/mysql57-server/PLIST @@ -1,6 +1,6 @@ -@comment $NetBSD: PLIST,v 1.1 2016/09/16 06:49:12 adam Exp $ -bin/lz4_decompress +@comment $NetBSD: PLIST,v 1.2 2016/10/14 19:28:28 adam Exp $ bin/innochecksum +bin/lz4_decompress bin/my_print_defaults bin/myisam_ftdump bin/myisamchk @@ -25,8 +25,8 @@ bin/resolve_stack_dump bin/resolveip bin/zlib_decompress include/mysql/mysqlx_error.h -${PLIST.embedded}lib/libmysqld.a include/mysql/mysqlx_version.h +${PLIST.embedded}lib/libmysqld.a lib/libmysqlservices.a lib/mysql/plugin/adt_null.so lib/mysql/plugin/auth.so -- cgit v1.2.3