From 1e118cb6ef04bc847980537f38ae7840c23fdf21 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 2 Jul 2025 11:38:06 +0800 Subject: [PATCH] Batch fix cves through rebuild --- resource-agents.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/resource-agents.spec b/resource-agents.spec index eb15177..40c5370 100644 --- a/resource-agents.spec +++ b/resource-agents.spec @@ -1,7 +1,7 @@ Name: resource-agents Summary: Open Source HA Reusable Cluster Resource Scripts Version: 4.16.0 -Release: 5 +Release: 6 License: GPLv2+ and LGPLv2+ URL: https://github.com/ClusterLabs/resource-agents Source0: https://github.com/ClusterLabs/resource-agents/releases/tag/v%{version}.tar.gz @@ -110,6 +110,12 @@ export CFLAGS="$(echo '%{optflags}')" %{_mandir}/man8/{ocf-tester.8*,ldirectord.8*} %changelog +* Wed Jul 2 2025 wubijie123 - 4.16.0-6 +- Type:cves +- ID:CVE-2024-47081 +- SUG:NA +- DESC:Batch fix cves through rebuild + * Tue Dec 10 2024 liupei - 4.16.0-5 - aws.sh: add get_interface_mac() - awsvip: let user specify which interface to use, and make the parameter optional in aws-vpc-move-ip -- Gitee