From 46ca27966d809fdf8b8dfaa0de220544fcaf8815 Mon Sep 17 00:00:00 2001 From: sa-buc Date: Tue, 4 Nov 2025 18:31:51 +0800 Subject: [PATCH] fix cves --- download | 2 +- mysql.spec | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/download b/download index 590783c..fcbb654 100644 --- a/download +++ b/download @@ -1 +1 @@ -5f44ad3ef68dc943e145f26574dcf435 mysql-boost-8.0.43.tar.gz +d0cc3c8b6fdcaa1f5a820349816c7d2b mysql-boost-8.0.44.tar.gz diff --git a/mysql.spec b/mysql.spec index 20fdbe0..6f3908a 100644 --- a/mysql.spec +++ b/mysql.spec @@ -75,7 +75,7 @@ %global sameevr %{?epoch:%{epoch}:}%{version}-%{release} Name: mysql -Version: 8.0.43 +Version: 8.0.44 Release: %{anolis_release}%{?dist} Summary: MySQL client programs and shared libraries URL: http://www.mysql.com @@ -937,6 +937,10 @@ fi %endif %changelog +* Tue Nov 4 2025 zhoujiajia111 - 8.0.44-1 +- update 8.0.44 to fix CVE-2025-53069,CVE-2025-53062,CVE-2025-53054,CVE-2025-21490 + CVE-2025-53053,CVE-2025-53045,CVE-2025-53044,CVE-2025-53042,CVE-2025-53040 + * Tue Jul 29 2025 wenxin - 8.0.43-1 - update 8.0.43 - fix cve CVE-2025-50081 -- Gitee