Date: Tue, 18 Jul 2017 16:59:30 +0000 (UTC) From: Mahdi Mokhtari <mmokhi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r446148 - head/databases/mysql56-server Message-ID: <201707181659.v6IGxU5L041294@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mmokhi Date: Tue Jul 18 16:59:30 2017 New Revision: 446148 URL: https://svnweb.freebsd.org/changeset/ports/446148 Log: 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 Modified: head/databases/mysql56-server/Makefile head/databases/mysql56-server/distinfo Modified: head/databases/mysql56-server/Makefile ============================================================================== --- head/databases/mysql56-server/Makefile Tue Jul 18 16:50:59 2017 (r446147) +++ head/databases/mysql56-server/Makefile Tue Jul 18 16:59:30 2017 (r446148) @@ -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: head/databases/mysql56-server/distinfo ============================================================================== --- head/databases/mysql56-server/distinfo Tue Jul 18 16:50:59 2017 (r446147) +++ head/databases/mysql56-server/distinfo Tue Jul 18 16:59:30 2017 (r446148) @@ -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?201707181659.v6IGxU5L041294>