From 51ffdde350d68a6fa450cc0814af6ce74b7291af Mon Sep 17 00:00:00 2001 From: MSVSphere Packaging Team Date: Wed, 14 Aug 2024 03:17:04 +0300 Subject: [PATCH] import pcs-0.10.18-2.el8_10.1 --- .gitignore | 2 +- .pcs.metadata | 2 +- SPECS/pcs.spec | 8 ++++++-- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index d52a4ab..8fd87f0 100644 --- a/.gitignore +++ b/.gitignore @@ -15,7 +15,7 @@ SOURCES/python-dateutil-2.8.2.tar.gz SOURCES/rack-2.2.8.1.gem SOURCES/rack-protection-2.2.4.gem SOURCES/rack-test-2.1.0.gem -SOURCES/rexml-3.2.6.gem +SOURCES/rexml-3.3.2.gem SOURCES/ruby2_keywords-0.0.5.gem SOURCES/sinatra-2.2.4.gem SOURCES/tilt-2.3.0.gem diff --git a/.pcs.metadata b/.pcs.metadata index 13570e4..7295289 100644 --- a/.pcs.metadata +++ b/.pcs.metadata @@ -15,7 +15,7 @@ c2ba10c775b7a52a4b57cac4d4110a0c0f812a82 SOURCES/python-dateutil-2.8.2.tar.gz fcdee79d1b0bb7e3666bad96321fc124bc8215e9 SOURCES/rack-2.2.8.1.gem 5347315a7283f0b04443e924ed4eaa17807432c8 SOURCES/rack-protection-2.2.4.gem ae09ea83748b55875edc3708fffba90db180cb8e SOURCES/rack-test-2.1.0.gem -c88fc3ffdbde9dd49b24b4d9876673533b4aba76 SOURCES/rexml-3.2.6.gem +a0d2834a28ec514b4b3ac19927c9502ec4143a22 SOURCES/rexml-3.3.2.gem d017b9e4d1978e0b3ccc3e2a31493809e4693cd3 SOURCES/ruby2_keywords-0.0.5.gem fa6a6c98f885e93f54c23dd0454cae906e82c31b SOURCES/sinatra-2.2.4.gem 4a38a9a55887b2882182a2c5771e592efe514e5e SOURCES/tilt-2.3.0.gem diff --git a/SPECS/pcs.spec b/SPECS/pcs.spec index cc5161e..3bf8a63 100644 --- a/SPECS/pcs.spec +++ b/SPECS/pcs.spec @@ -1,6 +1,6 @@ Name: pcs Version: 0.10.18 -Release: 2%{?dist} +Release: 2%{?dist}.1 # https://docs.fedoraproject.org/en-US/packaging-guidelines/LicensingGuidelines/ # https://fedoraproject.org/wiki/Licensing:Main?rd=Licensing#Good_Licenses # GPL-2.0-only: pcs @@ -42,7 +42,7 @@ ExclusiveArch: i686 x86_64 s390x ppc64le aarch64 %global version_rubygem_rack 2.2.8.1 %global version_rubygem_rack_protection 2.2.4 %global version_rubygem_rack_test 2.1.0 -%global version_rubygem_rexml 3.2.6 +%global version_rubygem_rexml 3.3.2 %global version_rubygem_ruby2_keywords 0.0.5 %global version_rubygem_sinatra 2.2.4 %global version_rubygem_tilt 2.3.0 @@ -560,6 +560,10 @@ remove_all_tests %license pyagentx_LICENSE.txt %changelog +* Wed Mar 20 2024 Michal Pospisil - 0.10.18-2 +- Updated rubygem rexml + Resolves: RHEL-37883 + * Wed Mar 20 2024 Michal Pospisil - 0.10.18-2 - Fixed CVE-2024-25126, CVE-2024-26141, CVE-2024-26146 in bundled dependency rack Resolves: RHEL-26445, RHEL-26447, RHEL-26449