Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Feb 2017 16:44:19 +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: r433893 - in branches/2017Q1/databases/mysql57-server: . files
Message-ID:  <201702111644.v1BGiJn4063677@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mmokhi
Date: Sat Feb 11 16:44:18 2017
New Revision: 433893
URL: https://svnweb.freebsd.org/changeset/ports/433893

Log:
  MFH: 2017Q1
  
  Security fixes with updating 5.7.15 to 5.7.17
  
   Changelog: https://dev.mysql.com/doc/relnotes/mysql/5.7/en/news-5-7-17.html
  
  PR:		216962
  Submitted by:	mmokhi (maintainer)
  Reviewed by:	feld
  Approved by:	feld (mentor)
  Approved by:	ports-secteam (feld)

Deleted:
  branches/2017Q1/databases/mysql57-server/files/patch-sql_json__dom.h
  branches/2017Q1/databases/mysql57-server/files/patch-storage_innobase_buf_buf0buf.cc
  branches/2017Q1/databases/mysql57-server/files/patch-storage_innobase_dict_dict0stats.cc
  branches/2017Q1/databases/mysql57-server/files/patch-storage_innobase_sync_sync0debug.cc
Modified:
  branches/2017Q1/databases/mysql57-server/Makefile
  branches/2017Q1/databases/mysql57-server/distinfo
  branches/2017Q1/databases/mysql57-server/pkg-plist
Directory Properties:
  branches/2017Q1/   (props changed)

Modified: branches/2017Q1/databases/mysql57-server/Makefile
==============================================================================
--- branches/2017Q1/databases/mysql57-server/Makefile	Sat Feb 11 16:43:11 2017	(r433892)
+++ branches/2017Q1/databases/mysql57-server/Makefile	Sat Feb 11 16:44:18 2017	(r433893)
@@ -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: branches/2017Q1/databases/mysql57-server/distinfo
==============================================================================
--- branches/2017Q1/databases/mysql57-server/distinfo	Sat Feb 11 16:43:11 2017	(r433892)
+++ branches/2017Q1/databases/mysql57-server/distinfo	Sat Feb 11 16:44:18 2017	(r433893)
@@ -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: branches/2017Q1/databases/mysql57-server/pkg-plist
==============================================================================
--- branches/2017Q1/databases/mysql57-server/pkg-plist	Sat Feb 11 16:43:11 2017	(r433892)
+++ branches/2017Q1/databases/mysql57-server/pkg-plist	Sat Feb 11 16:44:18 2017	(r433893)
@@ -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



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