databases/mysql80-{client, server}: Update to new release 8.0.15
This is a quick release after 8.0.14 which fixes Bug #29249542, Bug #94004 on upstream (Group repl. doesn't work when IPv6 is disabled on OS) More info on upstream: https://dev.mysql.com/doc/relnotes/mysql/8.0/en/news-8-0-15.html While here, delete the no-more-needed warning from "pkg-message" since MySQL8.0 is GA. Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
1595e8a791
commit
cb89e74641
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=494045
4 changed files with 4 additions and 15 deletions
|
@ -4,9 +4,3 @@ This is the mysql CLIENT without the server.
|
|||
for complete server and client, please install databases/mysql80-server
|
||||
|
||||
* * * * * * * * * * * * * * * * * * * * * * * *
|
||||
|
||||
* * * * * * * * * * * * * * * * * * * * * * * *
|
||||
|
||||
WARNING: THIS IS STILL-IN-DEV PROJECT! USE WITH CAUTION ON PRODUCTION ENVS!
|
||||
|
||||
* * * * * * * * * * * * * * * * * * * * * * * *
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME?= mysql
|
||||
PORTVERSION= 8.0.14
|
||||
PORTVERSION= 8.0.15
|
||||
PORTREVISION?= 0
|
||||
CATEGORIES= databases ipv6
|
||||
MASTER_SITES= MYSQL/MySQL-8.0
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1548095897
|
||||
SHA256 (mysql-boost-8.0.14.tar.gz) = afc608989a120c204524dcf107af23a41b3665e900fd0f17080705bbf2c13de0
|
||||
SIZE (mysql-boost-8.0.14.tar.gz) = 117084893
|
||||
TIMESTAMP = 1551112616
|
||||
SHA256 (mysql-boost-8.0.15.tar.gz) = 95dbdb54c3967feefb255b96458b089a601e4de238bcc1f328b066018ee47db0
|
||||
SIZE (mysql-boost-8.0.15.tar.gz) = 117079697
|
||||
|
|
|
@ -1,10 +1,5 @@
|
|||
*****************************************************************************
|
||||
|
||||
WARNING: THIS IS STILL-IN-DEV PROJECT! USE WITH CAUTION ON PRODUCTION ENVS!
|
||||
|
||||
*****************************************************************************
|
||||
*****************************************************************************
|
||||
|
||||
Remember to run mysql_upgrade the first time you start the MySQL server
|
||||
after an upgrade from an earlier version.
|
||||
|
||||
|
|
Loading…
Reference in a new issue