pcs-0.12.2-3.el10
- Fixed CVE-2025-13465 by updating pcs-web-ui to 0.1.24.2 Resolves: RHEL-144191
This commit is contained in:
parent
430329f303
commit
3c0ed15497
4
.gitignore
vendored
4
.gitignore
vendored
@ -86,3 +86,7 @@
|
||||
/pcs-0.12.2.tar.gz
|
||||
/pcs-web-ui-0.1.24.tar.gz
|
||||
/pcs-web-ui-node-modules-0.1.24.tar.xz
|
||||
/pcs-web-ui-0.1.24.1.tar.gz
|
||||
/pcs-web-ui-node-modules-0.1.24.1.tar.xz
|
||||
/pcs-web-ui-node-modules-0.1.24.2.tar.xz
|
||||
/pcs-web-ui-0.1.24.2.tar.gz
|
||||
|
||||
10
pcs.spec
10
pcs.spec
@ -1,6 +1,6 @@
|
||||
Name: pcs
|
||||
Version: 0.12.2
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
# https://docs.fedoraproject.org/en-US/packaging-guidelines/LicensingGuidelines/
|
||||
# https://fedoraproject.org/wiki/Licensing:Main?rd=Licensing#Good_Licenses
|
||||
# GPL-2.0-only: pcs
|
||||
@ -33,8 +33,8 @@ ExclusiveArch: x86_64 s390x ppc64le aarch64 riscv64
|
||||
|
||||
# To build an official pcs-web-ui release, comment out ui_branch_or_commit
|
||||
# Last tagged version, also used as fallback version for untagged tarballs
|
||||
%global ui_version 0.1.24
|
||||
%global ui_modules_version 0.1.24
|
||||
%global ui_version 0.1.24.2
|
||||
%global ui_modules_version 0.1.24.2
|
||||
# Use long commit hash or branch name to build an unreleased version
|
||||
# %%global ui_branch_or_commit 1dcc2142bbba73c758ab2f3d8499156780689e34
|
||||
%global ui_version_or_commit %{ui_version}
|
||||
@ -673,6 +673,10 @@ run_all_tests
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Feb 17 2026 Michal Pospíšil <mpospisi@redhat.com> - 0.12.2-3
|
||||
- Fixed CVE-2025-13465 by updating pcs-web-ui to 0.1.24.2
|
||||
Resolves: RHEL-144191
|
||||
|
||||
* Wed Jan 7 2026 Michal Pospíšil <mpospisi@redhat.com> - 0.12.2-2
|
||||
- Fixed HA Cluster Management add-on source file
|
||||
Resolves: RHEL-132569
|
||||
|
||||
4
sources
4
sources
@ -17,5 +17,5 @@ SHA512 (mustermann-3.0.4.gem) = 5815e898c9b6b3a7126ab17aa7a742c9f81d17ef948ea3cf
|
||||
SHA512 (ethon-0.18.0.gem) = 4feb6949ce0b183b663600e12ac8c2ff0052769cd7a5f5ae424192198db84883c233a077a2ceea35ef6b34d3bb67b8d15e2a040fa9925fe0c230919e2a61bbf9
|
||||
SHA512 (backports-3.25.2.gem) = 0c212ca09450a438b6f5ff22950afdaf109327c21c865e04ed717cf67b12d920f3d027bc3fc13a84eafe4d7015ab734f1c2cdaef45449599b57d502f4ccce172
|
||||
SHA512 (pcs-0.12.2.tar.gz) = dacefc4acf7a5857606ddbe4a9dcb539af6288740f564ee565d25bc05cfa9f5a0d72e45262548d8d5c20a4facb5c14c2c70e859f0d4c091acae45e962b99e6ea
|
||||
SHA512 (pcs-web-ui-node-modules-0.1.24.tar.xz) = e01f10efd971c7b57708315ffd6ec20af128161287057c8de2bd2fd1b264a5deef09eaff81f721f31de31d1b040516edf9ed9f3407426235f3458b81c68f161f
|
||||
SHA512 (pcs-web-ui-0.1.24.tar.gz) = 7a2444d9ac3a84fc31574ee63b7e73fcd231877605415d697a60e6c37e0b895fdc6514b1dca280b9560f327508221351c91c6e166f9fdaf7c7d30207d253e89f
|
||||
SHA512 (pcs-web-ui-node-modules-0.1.24.2.tar.xz) = c186543d005829e56ee3f6f500e4126b116c95c4f19ae24a1f3a32a6be19d64ee10636c817b5a4582e4407403f8a0967a228e8c8a18b840d4682a8f065f2688d
|
||||
SHA512 (pcs-web-ui-0.1.24.2.tar.gz) = 602fc9d40d99ed854d53676832ffdf434c542ce61c0ec20a8f6e754d12fd17a116f6347e37382d49c267fffe13261f08a29ec0354fd2bc7c26db1836fe339c59
|
||||
|
||||
Loading…
Reference in New Issue
Block a user