From e9e184f0eac753c028944fda379ff31cf0b67c3d Mon Sep 17 00:00:00 2001 From: yangxianzhao Date: Wed, 17 Apr 2024 15:05:12 +0800 Subject: [PATCH] Update to resource-agents-4.1.1-61.el7_9.20 --- dist | 1 - download | 2 +- resource-agents.spec | 13 +++++++++---- 3 files changed, 10 insertions(+), 6 deletions(-) delete mode 100644 dist diff --git a/dist b/dist deleted file mode 100644 index ad8eb77..0000000 --- a/dist +++ /dev/null @@ -1 +0,0 @@ -an7_9 diff --git a/download b/download index a60f8e0..214d866 100644 --- a/download +++ b/download @@ -7,7 +7,7 @@ d4095b09cdcea73400fbc5f2e81c24f1 aliyun-python-sdk-vpc-3.0.2.tar.gz ce86d11789ed3be8d44e9f5b7d3e915a google-cloud-sdk-206.0.0-linux-x86_64.tar.gz 883f17828619757836ff510c42a7cca8 httplib2-0.18.1.tar.gz 14e037ac7b9a143e3074c991b1da047e jmespath-0.7.1.tar.gz -024b338d1df5d5c835f95d0d5569d40d pycryptodome-3.6.4.tar.gz +7d60468c87fbdb1928aa4d8551c4fed1 pycryptodome-3.20.0.tar.gz 71d24ed8b8c710fb1067ac0fba4b08b4 pyroute2-0.4.13.tar.gz c542e19aed29527101ca5445136fb2df sap_cluster_connector-0015fe2.tar.gz f25c06d344effc33c9c91a95770cdf84 sap_cluster_connector-f3644f5.tar.gz diff --git a/resource-agents.spec b/resource-agents.spec index 7ee50d9..bfa2a74 100644 --- a/resource-agents.spec +++ b/resource-agents.spec @@ -73,7 +73,7 @@ %global jmespath_dir %{bundled_lib_dir}/%{jmespath} # python-pycryptodome bundle %global pycryptodome pycryptodome -%global pycryptodome_version 3.6.4 +%global pycryptodome_version 3.20.0 %global pycryptodome_dir %{bundled_lib_dir}/%{pycryptodome} # python-aliyun-sdk-core bundle %global aliyunsdkcore aliyun-python-sdk-core @@ -99,7 +99,7 @@ Name: resource-agents Summary: Open Source HA Reusable Cluster Resource Scripts Version: 4.1.1 -Release: 61%{?dist}.18 +Release: 61%{?dist}.20 License: GPLv2+ and LGPLv2+ and ASL 2.0 URL: https://github.com/ClusterLabs/resource-agents %if 0%{?fedora} || 0%{?centos_version} || 0%{?rhel} @@ -454,7 +454,7 @@ SAP instances to be managed in a cluster environment. License: GPLv2+ Summary: SAP HANA Scale-Out cluster resource agents Version: 0.164.0 -Release: 6%{?rcver:%{rcver}}%{?numcomm:.%{numcomm}}%{?alphatag:.%{alphatag}}%{?dirty:.%{dirty}}%{?dist}.18 +Release: 6%{?rcver:%{rcver}}%{?numcomm:.%{numcomm}}%{?alphatag:.%{alphatag}}%{?dirty:.%{dirty}}%{?dist}.20 %if 0%{?fedora} || 0%{?centos_version} || 0%{?rhel} Group: System Environment/Base %else @@ -474,7 +474,7 @@ environment. License: GPLv2+ Summary: SAP cluster connector script Version: 3.0.1 -Release: 37%{?rcver:%{rcver}}%{?numcomm:.%{numcomm}}%{?alphatag:.%{alphatag}}%{?dirty:.%{dirty}}%{?dist}.18 +Release: 37%{?rcver:%{rcver}}%{?numcomm:.%{numcomm}}%{?alphatag:.%{alphatag}}%{?dirty:.%{dirty}}%{?dist}.20 %if 0%{?fedora} || 0%{?centos_version} || 0%{?rhel} Group: System Environment/Base %else @@ -1294,6 +1294,11 @@ ccs_update_schema > /dev/null 2>&1 ||: %endif %changelog +* Thu Jan 25 2024 Oyvind Albrigtsen - 4.1.1-61.20 +- bundled pycryptodome: fix CVE-2023-52323 + + Resolves: RHEL-20914 + * Thu Oct 20 2022 Oyvind Albrigtsen - 4.1.1-61.18 - db2: add PRIMARY/REMOTE_CATCHUP_PENDING/CONNECTED status to promote-check -- Gitee