svn commit: r430476 - in head/databases/mysql57-server: . files

Nikolai Lifanov lifanov at FreeBSD.org
Tue Jan 3 14:40:33 UTC 2017


Author: lifanov
Date: Tue Jan  3 14:40:32 2017
New Revision: 430476
URL: https://svnweb.freebsd.org/changeset/ports/430476

Log:
  update mysql57 ports to 5.7.17
  
   Changelog: https://dev.mysql.com/doc/relnotes/mysql/5.7/en/news-5-7-17.html
  
  PR:		215711
  Submitted by:	Mahdi Mokhtari <mokhi64 at gmail.com> (maintainer)
  Reviewed by:	matthew
  Approved by:	matthew (mentor)
  Differential Revision:	https://reviews.freebsd.org/D9027

Deleted:
  head/databases/mysql57-server/files/patch-sql_json__dom.h
  head/databases/mysql57-server/files/patch-storage_innobase_buf_buf0buf.cc
  head/databases/mysql57-server/files/patch-storage_innobase_dict_dict0stats.cc
  head/databases/mysql57-server/files/patch-storage_innobase_sync_sync0debug.cc
Modified:
  head/databases/mysql57-server/Makefile
  head/databases/mysql57-server/distinfo
  head/databases/mysql57-server/pkg-plist

Modified: head/databases/mysql57-server/Makefile
==============================================================================
--- head/databases/mysql57-server/Makefile	Tue Jan  3 14:16:07 2017	(r430475)
+++ head/databases/mysql57-server/Makefile	Tue Jan  3 14:40:32 2017	(r430476)
@@ -2,8 +2,8 @@
 # $FreeBSD$
 
 PORTNAME?=	mysql
-PORTVERSION=	5.7.15
-PORTREVISION?=	1
+PORTVERSION=	5.7.17
+PORTREVISION?=	0
 CATEGORIES=	databases ipv6
 MASTER_SITES=	MYSQL/MySQL-5.7
 PKGNAMESUFFIX?=	57-server

Modified: head/databases/mysql57-server/distinfo
==============================================================================
--- head/databases/mysql57-server/distinfo	Tue Jan  3 14:16:07 2017	(r430475)
+++ head/databases/mysql57-server/distinfo	Tue Jan  3 14:40:32 2017	(r430476)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1473858917
-SHA256 (mysql-boost-5.7.15.tar.gz) = 7342a3a3e40878378dfaee252d42a3a5b06c58237f49c2544424d27316738945
-SIZE (mysql-boost-5.7.15.tar.gz) = 60583907
+TIMESTAMP = 1483356681
+SHA256 (mysql-boost-5.7.17.tar.gz) = b75bba87199ef6a6ccc5dfbcaf70949009dc12089eafad8c5254afc9002aa903
+SIZE (mysql-boost-5.7.17.tar.gz) = 61480982

Modified: head/databases/mysql57-server/pkg-plist
==============================================================================
--- head/databases/mysql57-server/pkg-plist	Tue Jan  3 14:16:07 2017	(r430475)
+++ head/databases/mysql57-server/pkg-plist	Tue Jan  3 14:40:32 2017	(r430476)
@@ -24,7 +24,9 @@ lib/mysql/libmysqld.a
 lib/mysql/plugin/adt_null.so
 lib/mysql/plugin/auth.so
 lib/mysql/plugin/auth_test_plugin.so
+lib/mysql/plugin/connection_control.so
 lib/mysql/plugin/daemon_example.ini
+lib/mysql/plugin/group_replication.so
 %%NO_EXAMPLE%%lib/mysql/plugin/ha_example.so
 lib/mysql/plugin/keyring_file.so
 lib/mysql/plugin/libdaemon_example.so


More information about the svn-ports-all mailing list