Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 31 Jan 2026 16:21:54 +0000
From:      Jochen Neumeister <joneum@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Cc:        Christos Chatzaras <chris@cretaforce.gr>
Subject:   git: c0ef99856a95 - main - databases/mysql80-{client, server}: Update to 8.0.45
Message-ID:  <697e2c22.3d908.1bb85dbd@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by joneum:

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

commit c0ef99856a956f9ceecfab1e536da07a00596245
Author:     Christos Chatzaras <chris@cretaforce.gr>
AuthorDate: 2026-01-31 16:17:21 +0000
Commit:     Jochen Neumeister <joneum@FreeBSD.org>
CommitDate: 2026-01-31 16:20:56 +0000

    databases/mysql80-{client, server}: Update to 8.0.45
    
    Bugs Fixed
    
        InnoDB: Under certain circumstances, when using the que_eval_sql
    interface, a race condition could occur. (Bug #118705, Bug #38310595)
    
        Binary log purged before persisted binlog_expire_* options were
    loaded. (Bug #38554467)
    
        When 2 of 6 instances in a geographically dispersed InnoDB Cluster
    lost connectivity, the primary server became unresponsive, causing the
    COMMIT and INSERT operations to become unresponsive as well. (Bug
    
        Fixed several issues relating to Thread Pool blocking connections
    from closing. (Bug #38170188, Bug #36782728, Bug #38549372)
    
        GTID gaps were generated because of the replica- skip-errors option.
    (Bug #28590993)
    
        If server was started on Windows platforms with --skip-grant-tables,
    privileges were not checked and remote connections were not permitted.
    As a result, the server might not start. (Bug #118805, Bug #38328780)
    
    Changelog: https://dev.mysql.com/doc/relnotes/mysql/8.0/en/news-8-0-45.html
    
    PR:     292704
    Sponsored by:   Netzkommune GmbH
---
 databases/mysql80-server/Makefile | 2 +-
 databases/mysql80-server/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/databases/mysql80-server/Makefile b/databases/mysql80-server/Makefile
index c2c0bd19283e..23672b6a50b0 100644
--- a/databases/mysql80-server/Makefile
+++ b/databases/mysql80-server/Makefile
@@ -1,5 +1,5 @@
 PORTNAME?=		mysql
-PORTVERSION=		8.0.44
+PORTVERSION=		8.0.45
 PORTREVISION?=		0
 CATEGORIES=		databases
 MASTER_SITES=		MYSQL/MySQL-8.0
diff --git a/databases/mysql80-server/distinfo b/databases/mysql80-server/distinfo
index 596302b2c75b..a9816d793c28 100644
--- a/databases/mysql80-server/distinfo
+++ b/databases/mysql80-server/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1762688047
-SHA256 (mysql-boost-8.0.44.tar.gz) = a8cc09a35af63668c5235cf282aef789428c6f30c1d9a581b337c816ce8ce8bb
-SIZE (mysql-boost-8.0.44.tar.gz) = 492448984
+TIMESTAMP = 1769863018
+SHA256 (mysql-boost-8.0.45.tar.gz) = f679707d05f0c2b61e9b14961302e7f540c23e9e5e2bffd8ad9193599e295cee
+SIZE (mysql-boost-8.0.45.tar.gz) = 492472802


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?697e2c22.3d908.1bb85dbd>