svn commit: r490897 - in head/databases: mysql57-client mysql57-server

Mahdi Mokhtari mmokhi at FreeBSD.org
Mon Jan 21 20:40:49 UTC 2019


Author: mmokhi
Date: Mon Jan 21 20:40:48 2019
New Revision: 490897
URL: https://svnweb.freebsd.org/changeset/ports/490897

Log:
  databases/mysql57-{client, server}: Update to latest release 5.7.25
  This update (released on Jan 21st) includes:
  Deprecation:
    -Tools resolveip and resolve_stack_dump utilities are now deprecated.
      (Will be removed on MySQL8.0).
  Bugfix:
    -Fix a memory leak caused by a dangling pointer. (Bug #28693568)
    -Fix mishandling of SIGHUP by server could result in a server exit.
      (Bug #27966483, Bug #90742).
    -Correct potential incorrect out-of-memory checks performed by parser.
      (Bug #25633994).
  
  More info from upstream:
    https://dev.mysql.com/doc/relnotes/mysql/5.7/en/news-5-7-25.html
  
  PR:		234983
  Reported by:	 Markus Kohlmeyer < rootservice at gmail.com >
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/databases/mysql57-client/Makefile
  head/databases/mysql57-server/Makefile
  head/databases/mysql57-server/distinfo

Modified: head/databases/mysql57-client/Makefile
==============================================================================
--- head/databases/mysql57-client/Makefile	Mon Jan 21 20:30:49 2019	(r490896)
+++ head/databases/mysql57-client/Makefile	Mon Jan 21 20:40:48 2019	(r490897)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	mysql
-PORTREVISION=	2
+PORTREVISION=	0
 PKGNAMESUFFIX=	57-client
 
 COMMENT=	Multithreaded SQL database (client)

Modified: head/databases/mysql57-server/Makefile
==============================================================================
--- head/databases/mysql57-server/Makefile	Mon Jan 21 20:30:49 2019	(r490896)
+++ head/databases/mysql57-server/Makefile	Mon Jan 21 20:40:48 2019	(r490897)
@@ -2,8 +2,8 @@
 # $FreeBSD$
 
 PORTNAME?=	mysql
-PORTVERSION=	5.7.24
-PORTREVISION?=	4
+PORTVERSION=	5.7.25
+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	Mon Jan 21 20:30:49 2019	(r490896)
+++ head/databases/mysql57-server/distinfo	Mon Jan 21 20:40:48 2019	(r490897)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1540720845
-SHA256 (mysql-boost-5.7.24.tar.gz) = b980dced9c9eb3385cca44870facc220504ca011196c5a19c2bfe43d3f5d6212
-SIZE (mysql-boost-5.7.24.tar.gz) = 49110448
+TIMESTAMP = 1548095639
+SHA256 (mysql-boost-5.7.25.tar.gz) = 354c427c8679c6a4774f60723ea211e54b4383307764d240940f960d110bf5cf
+SIZE (mysql-boost-5.7.25.tar.gz) = 49107578


More information about the svn-ports-head mailing list