From 6a18fbc29dd5353bb7940bb5782ab9256afffc44 Mon Sep 17 00:00:00 2001 From: lizhao2025 Date: Tue, 16 Dec 2025 22:16:09 +0800 Subject: [PATCH] Update code from upstream --- mysql.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/mysql.spec b/mysql.spec index 20fdbe0..05c9d67 100644 --- a/mysql.spec +++ b/mysql.spec @@ -1,4 +1,4 @@ -%define anolis_release 1 +%define anolis_release 2 # Name of the package without any prefixes %global pkg_name %{name} %global pkgnamepatch mysql @@ -937,6 +937,12 @@ fi %endif %changelog +* Thu Feb 13 2025 RPM Maintainer - 8.0.43-2 +- Sync upstream changes from commit 98a3b55b148666bf7c8ef4cd96301e9aaabcaae5 +- Fix patching of logrotate by applying mysql-flush-logrotate.patch to correct file (packaging/rpm-common/mysql.logrotate.in) +- Use SIGUSR1 signal via systemctl to flush logs instead of mysqladmin, improving security and reliability +- Resolves: RHEL-5470 + * Tue Jul 29 2025 wenxin - 8.0.43-1 - update 8.0.43 - fix cve CVE-2025-50081 -- Gitee