svn commit: r501588 - in branches/2019Q2/databases/mysql56-server: . files

Mahdi Mokhtari mmokhi at FreeBSD.org
Mon May 13 19:27:33 UTC 2019


Author: mmokhi
Date: Mon May 13 19:27:31 2019
New Revision: 501588
URL: https://svnweb.freebsd.org/changeset/ports/501588

Log:
  MFH: r500372
  
  databases/mysql56-{client, server}: Update to latest release 5.6.44
  This update includes
  Bugfix:
  - InnoDB: The INDEX_LENGTH value in INFORMATION_SCHEMA.TABLES
      was not updated when adding an index
  - MySQL 5.6 did not build with maintainer mode enabled with GCC 7
  - A damaged mysql.user table could cause a server exit
  - mysqladmin shutdown did not wait for mysqld to shut down
  More info: https://dev.mysql.com/doc/relnotes/mysql/5.6/en/news-5-6-44.html
  
  Security Fix:
  CVE-2019-1559, CVE-2018-3123 and other fixes.
  More info: https://www.oracle.com/technetwork/security-advisory/cpuapr2019-5072813.html#AppendixMSQL<Paste>
  
  PR:		237399
  Reported by:	Brent Busby <brent at jfi.uchicago.edu>
  Sponsored by:	The FreeBSD Foundation
  
  Approved by:	ports-secteam (feld, CVE-patch blanket)

Modified:
  branches/2019Q2/databases/mysql56-server/Makefile
  branches/2019Q2/databases/mysql56-server/distinfo
  branches/2019Q2/databases/mysql56-server/files/patch-cmake_plugin.cmake
  branches/2019Q2/databases/mysql56-server/pkg-plist
Directory Properties:
  branches/2019Q2/   (props changed)

Modified: branches/2019Q2/databases/mysql56-server/Makefile
==============================================================================
--- branches/2019Q2/databases/mysql56-server/Makefile	Mon May 13 19:24:05 2019	(r501587)
+++ branches/2019Q2/databases/mysql56-server/Makefile	Mon May 13 19:27:31 2019	(r501588)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME?=	mysql
-PORTVERSION=	5.6.43
+PORTVERSION=	5.6.44
 PORTREVISION?=	0
 CATEGORIES=	databases ipv6
 MASTER_SITES=	MYSQL/MySQL-5.6

Modified: branches/2019Q2/databases/mysql56-server/distinfo
==============================================================================
--- branches/2019Q2/databases/mysql56-server/distinfo	Mon May 13 19:24:05 2019	(r501587)
+++ branches/2019Q2/databases/mysql56-server/distinfo	Mon May 13 19:27:31 2019	(r501588)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1548094184
-SHA256 (mysql-5.6.43.tar.gz) = 1c95800bf0e1b7a19a37d37fbc5023af85c6bc0b41532433b3a886263a1673ef
-SIZE (mysql-5.6.43.tar.gz) = 32200219
+TIMESTAMP = 1556305204
+SHA256 (mysql-5.6.44.tar.gz) = c031c92c3f226856b09bf929d8a26b0cd8600036cb9db4e0fdf6b6f032ced336
+SIZE (mysql-5.6.44.tar.gz) = 32531507

Modified: branches/2019Q2/databases/mysql56-server/files/patch-cmake_plugin.cmake
==============================================================================
--- branches/2019Q2/databases/mysql56-server/files/patch-cmake_plugin.cmake	Mon May 13 19:24:05 2019	(r501587)
+++ branches/2019Q2/databases/mysql56-server/files/patch-cmake_plugin.cmake	Mon May 13 19:27:31 2019	(r501588)
@@ -1,10 +1,12 @@
---- cmake/plugin.cmake.orig	2011-09-09 17:56:39.000000000 +0200
-+++ cmake/plugin.cmake	2011-10-07 10:56:37.000000000 +0200
-@@ -195,7 +195,6 @@
-       OUTPUT_NAME "${ARG_MODULE_OUTPUT_NAME}")  
-     # Install dynamic library
-     MYSQL_INSTALL_TARGETS(${target} DESTINATION ${INSTALL_PLUGINDIR} COMPONENT Server)
--    INSTALL_DEBUG_TARGET(${target} DESTINATION ${INSTALL_PLUGINDIR}/debug)
-     # Add installed files to list for RPMs
-     FILE(APPEND ${CMAKE_BINARY_DIR}/support-files/plugins.files
-             "%attr(755, root, root) %{_prefix}/${INSTALL_PLUGINDIR}/${ARG_MODULE_OUTPUT_NAME}.so\n"
+--- cmake/plugin.cmake.orig	2019-03-15 07:38:15 UTC
++++ cmake/plugin.cmake
+@@ -212,9 +212,6 @@ MACRO(MYSQL_ADD_PLUGIN)
+       MYSQL_INSTALL_TARGETS(${target}
+         DESTINATION ${INSTALL_PLUGINDIR}
+         COMPONENT ${INSTALL_COMPONENT})
+-      INSTALL_DEBUG_TARGET(${target}
+-        DESTINATION ${INSTALL_PLUGINDIR}/debug
+-        COMPONENT ${INSTALL_COMPONENT})
+       # Add installed files to list for RPMs
+       FILE(APPEND ${CMAKE_BINARY_DIR}/support-files/plugins.files
+               "%attr(755, root, root) %{_prefix}/${INSTALL_PLUGINDIR}/${ARG_MODULE_OUTPUT_NAME}.so\n"

Modified: branches/2019Q2/databases/mysql56-server/pkg-plist
==============================================================================
--- branches/2019Q2/databases/mysql56-server/pkg-plist	Mon May 13 19:24:05 2019	(r501587)
+++ branches/2019Q2/databases/mysql56-server/pkg-plist	Mon May 13 19:27:31 2019	(r501588)
@@ -39,6 +39,7 @@ lib/mysql/plugin/qa_auth_server.so
 lib/mysql/plugin/semisync_master.so
 lib/mysql/plugin/semisync_slave.so
 lib/mysql/plugin/test_udf_services.so
+%%EXAMPLE%%lib/mysql/plugin/udf_example.so
 lib/mysql/plugin/validate_password.so
 libexec/mysqld
 man/man1/my_print_defaults.1.gz


More information about the svn-ports-branches mailing list