Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Aug 2017 17:35:49 +0000 (UTC)
From:      Mahdi Mokhtari <mmokhi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r448993 - branches/2017Q3/databases/mysql56-server
Message-ID:  <201708301735.v7UHZnPR044614@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mmokhi
Date: Wed Aug 30 17:35:49 2017
New Revision: 448993
URL: https://svnweb.freebsd.org/changeset/ports/448993

Log:
  MFH: r446148
  
  databases/mysql56-{server client}: Update to latest 5.6.37
  This release contains
  features:
  * The mysql client now supports a --binary-as-hex option for
      binary data (Bug #25340722, Bug #84391)
  * mysqlaccess now looks for its configuration file only in the
      SYSCONFDIR directory and /etc. (Bug #25043674)
  
  And bugfixes:
  * mysqld: failed to start the server if the --datadir option was specified
      with a relative path name. (Bug #25364806)
  * InnoDB: The server allocated memory unnecessarily for an operation that
      rebuilt the table. (Bug #25573565, Bug #85043)
  * mysqldump: could write database names in USE statements
      incorrectly. (Bug #25998635)
  
  Reviewed by:	mat (mentor)
  Approved by:	mat (mentor)
  Sponsored by:	Netzkommune GmbH
  Differential Revision:	https://reviews.freebsd.org/D11638
  
  Approved by:	ports-secteam (feld)

Modified:
  branches/2017Q3/databases/mysql56-server/Makefile
  branches/2017Q3/databases/mysql56-server/distinfo
Directory Properties:
  branches/2017Q3/   (props changed)

Modified: branches/2017Q3/databases/mysql56-server/Makefile
==============================================================================
--- branches/2017Q3/databases/mysql56-server/Makefile	Wed Aug 30 16:25:09 2017	(r448992)
+++ branches/2017Q3/databases/mysql56-server/Makefile	Wed Aug 30 17:35:49 2017	(r448993)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME?=	mysql
-PORTVERSION=	5.6.36
+PORTVERSION=	5.6.37
 CATEGORIES=	databases ipv6
 MASTER_SITES=	MYSQL/MySQL-5.6
 PKGNAMESUFFIX?=	56-server

Modified: branches/2017Q3/databases/mysql56-server/distinfo
==============================================================================
--- branches/2017Q3/databases/mysql56-server/distinfo	Wed Aug 30 16:25:09 2017	(r448992)
+++ branches/2017Q3/databases/mysql56-server/distinfo	Wed Aug 30 17:35:49 2017	(r448993)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1492102457
-SHA256 (mysql-5.6.36.tar.gz) = 0af81a5538fc7fe2b747295dfa96589ace8831d2a7d4a26660fca456babeb147
-SIZE (mysql-5.6.36.tar.gz) = 32192348
+TIMESTAMP = 1500392788
+SHA256 (mysql-5.6.37.tar.gz) = 59c4ed39047279ddccd1bed9e247830d2bfad27d56dc2eb48d0b5695c94a1fbd
+SIZE (mysql-5.6.37.tar.gz) = 32200158



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201708301735.v7UHZnPR044614>