Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Jun 2023 10:36:00 GMT
From:      Jochen Neumeister <joneum@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: e6db1ed255fa - main - databases/mysql57-*: Update to 5.7.42
Message-ID:  <202306061036.356Aa0tI020375@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by joneum:

URL: https://cgit.FreeBSD.org/ports/commit/?id=e6db1ed255fad55325ea251f8b8d5d5047768dd7

commit e6db1ed255fad55325ea251f8b8d5d5047768dd7
Author:     Jochen Neumeister <joneum@FreeBSD.org>
AuthorDate: 2023-06-06 10:33:09 +0000
Commit:     Jochen Neumeister <joneum@FreeBSD.org>
CommitDate: 2023-06-06 10:35:53 +0000

    databases/mysql57-*: Update to 5.7.42
    
    Bugs Fixed
    
    InnoDB: Prevent online DDL operations from accessing out-of-bounds
    memory. (Bug #34750489, Bug #108925)
    
    Replication: Some binary log events were not always handled
    correctly. (Bug #34617506)
    
    Replication: Setting binlog_order_commits to OFF could lead to a
    missed GTID in the next binary log file's Previous_gtids event.
    
    Our thanks to Yewei Xu and the Tencent team for the contribution.
    (Bug #109485, Bug #34930969)
    
    A client setting the character set to an impermissible client
    character set (ucs2, utf16, utf16le, or utf32) could cause unexpected
    behavior when the client used an authentication plugin. (Bug #35054579)
    
    The scope of the connect_timeout limit was extended to full-packet
    reads. (Bug #33723597)
    
    References: See also: Bug #34574013.
    
     Using --single-transaction with mysqldump version 5.7.41 required
    either the RELOAD or FLUSH_TABLES privilege. This requirement now
    applies only when both gtid_mode=ON (default OFF) and with
    --set-gtid-purged = ON|AUTO (default AUTO). (Bug #109685, Bug #109701,
    Bug #34993824, Bug #34998910, Bug #35020512)
    
    Full Changelog: https://dev.mysql.com/doc/relnotes/mysql/5.7/en/news-5-7-42.html
    
    Sponsored by:   Netzkommune GmbH
---
 databases/mysql57-server/Makefile | 2 +-
 databases/mysql57-server/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/databases/mysql57-server/Makefile b/databases/mysql57-server/Makefile
index 8564fec7ab3a..06fdb430ddee 100644
--- a/databases/mysql57-server/Makefile
+++ b/databases/mysql57-server/Makefile
@@ -1,5 +1,5 @@
 PORTNAME?=	mysql
-PORTVERSION=	5.7.41
+PORTVERSION=	5.7.42
 PORTREVISION?=	0
 CATEGORIES=	databases
 MASTER_SITES=	MYSQL/MySQL-5.7
diff --git a/databases/mysql57-server/distinfo b/databases/mysql57-server/distinfo
index 18bfbcbb9a6c..4ce64f6ed061 100644
--- a/databases/mysql57-server/distinfo
+++ b/databases/mysql57-server/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1681024896
-SHA256 (mysql-boost-5.7.41.tar.gz) = d5735e172fbd235d22d2c7eec084c51e7a1648d9e28c78b54e0c8b8d46751cb9
-SIZE (mysql-boost-5.7.41.tar.gz) = 53266489
+TIMESTAMP = 1686034482
+SHA256 (mysql-boost-5.7.42.tar.gz) = 7e1a7d45e7ca382eb3a992f63631c380904dd49c89f3382ec950aef01997524f
+SIZE (mysql-boost-5.7.42.tar.gz) = 53288125



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