mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
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@gmail.com > Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
7374dd5235
commit
27b0903197
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=490897
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= mysql
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 0
|
||||
PKGNAMESUFFIX= 57-client
|
||||
|
||||
COMMENT= Multithreaded SQL database (client)
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user