svn commit: r433893 - in branches/2017Q1/databases/mysql57-server: . files
Mahdi Mokhtari
mmokhi at FreeBSD.org
Sat Feb 11 16:44:20 UTC 2017
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
More information about the svn-ports-branches
mailing list