diff options
author | mmokhi <mmokhi@FreeBSD.org> | 2017-08-30 17:35:49 +0000 |
---|---|---|
committer | mmokhi <mmokhi@FreeBSD.org> | 2017-08-30 17:35:49 +0000 |
commit | 12efeb32518fff163bfe18c535e42039a0ffc221 (patch) | |
tree | 1fac95d4b159e82fe22171710e2ec6c61b68712d | |
parent | 24b8decce2da87e0889bcfd76a4c5044563f1f96 (diff) | |
download | FreeBSD-ports-12efeb32518fff163bfe18c535e42039a0ffc221.zip FreeBSD-ports-12efeb32518fff163bfe18c535e42039a0ffc221.tar.gz |
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)
-rw-r--r-- | databases/mysql56-server/Makefile | 2 | ||||
-rw-r--r-- | databases/mysql56-server/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/databases/mysql56-server/Makefile b/databases/mysql56-server/Makefile index 875aca26..a58fb73 100644 --- a/databases/mysql56-server/Makefile +++ b/databases/mysql56-server/Makefile @@ -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 diff --git a/databases/mysql56-server/distinfo b/databases/mysql56-server/distinfo index ab93550..83174a8 100644 --- a/databases/mysql56-server/distinfo +++ b/databases/mysql56-server/distinfo @@ -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 |