Import from CS git
This commit is contained in:
parent
54b1d828ea
commit
53e1112880
2
.gitignore
vendored
2
.gitignore
vendored
@ -15,7 +15,7 @@ SOURCES/python-dateutil-2.8.2.tar.gz
|
|||||||
SOURCES/rack-2.2.16.gem
|
SOURCES/rack-2.2.16.gem
|
||||||
SOURCES/rack-protection-2.2.4.gem
|
SOURCES/rack-protection-2.2.4.gem
|
||||||
SOURCES/rack-test-2.1.0.gem
|
SOURCES/rack-test-2.1.0.gem
|
||||||
SOURCES/rexml-3.3.6.gem
|
SOURCES/rexml-3.4.1.gem
|
||||||
SOURCES/ruby2_keywords-0.0.5.gem
|
SOURCES/ruby2_keywords-0.0.5.gem
|
||||||
SOURCES/sinatra-2.2.4.gem
|
SOURCES/sinatra-2.2.4.gem
|
||||||
SOURCES/tilt-2.3.0.gem
|
SOURCES/tilt-2.3.0.gem
|
||||||
|
@ -15,7 +15,7 @@ c2ba10c775b7a52a4b57cac4d4110a0c0f812a82 SOURCES/python-dateutil-2.8.2.tar.gz
|
|||||||
807c69f4ebada58686cee22884623063745007c2 SOURCES/rack-2.2.16.gem
|
807c69f4ebada58686cee22884623063745007c2 SOURCES/rack-2.2.16.gem
|
||||||
5347315a7283f0b04443e924ed4eaa17807432c8 SOURCES/rack-protection-2.2.4.gem
|
5347315a7283f0b04443e924ed4eaa17807432c8 SOURCES/rack-protection-2.2.4.gem
|
||||||
ae09ea83748b55875edc3708fffba90db180cb8e SOURCES/rack-test-2.1.0.gem
|
ae09ea83748b55875edc3708fffba90db180cb8e SOURCES/rack-test-2.1.0.gem
|
||||||
89f8446e89976f3677767d426a4edc6ccba574be SOURCES/rexml-3.3.6.gem
|
966b1564a77719483eb61068ed1dfb638e5e8eb0 SOURCES/rexml-3.4.1.gem
|
||||||
d017b9e4d1978e0b3ccc3e2a31493809e4693cd3 SOURCES/ruby2_keywords-0.0.5.gem
|
d017b9e4d1978e0b3ccc3e2a31493809e4693cd3 SOURCES/ruby2_keywords-0.0.5.gem
|
||||||
fa6a6c98f885e93f54c23dd0454cae906e82c31b SOURCES/sinatra-2.2.4.gem
|
fa6a6c98f885e93f54c23dd0454cae906e82c31b SOURCES/sinatra-2.2.4.gem
|
||||||
4a38a9a55887b2882182a2c5771e592efe514e5e SOURCES/tilt-2.3.0.gem
|
4a38a9a55887b2882182a2c5771e592efe514e5e SOURCES/tilt-2.3.0.gem
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: pcs
|
Name: pcs
|
||||||
Version: 0.10.18
|
Version: 0.10.18
|
||||||
Release: 2%{?dist}.5
|
Release: 2%{?dist}.6
|
||||||
# https://docs.fedoraproject.org/en-US/packaging-guidelines/LicensingGuidelines/
|
# https://docs.fedoraproject.org/en-US/packaging-guidelines/LicensingGuidelines/
|
||||||
# https://fedoraproject.org/wiki/Licensing:Main?rd=Licensing#Good_Licenses
|
# https://fedoraproject.org/wiki/Licensing:Main?rd=Licensing#Good_Licenses
|
||||||
# GPL-2.0-only: pcs
|
# GPL-2.0-only: pcs
|
||||||
@ -42,7 +42,7 @@ ExclusiveArch: i686 x86_64 s390x ppc64le aarch64
|
|||||||
%global version_rubygem_rack 2.2.16
|
%global version_rubygem_rack 2.2.16
|
||||||
%global version_rubygem_rack_protection 2.2.4
|
%global version_rubygem_rack_protection 2.2.4
|
||||||
%global version_rubygem_rack_test 2.1.0
|
%global version_rubygem_rack_test 2.1.0
|
||||||
%global version_rubygem_rexml 3.3.6
|
%global version_rubygem_rexml 3.4.1
|
||||||
%global version_rubygem_ruby2_keywords 0.0.5
|
%global version_rubygem_ruby2_keywords 0.0.5
|
||||||
%global version_rubygem_sinatra 2.2.4
|
%global version_rubygem_sinatra 2.2.4
|
||||||
%global version_rubygem_tilt 2.3.0
|
%global version_rubygem_tilt 2.3.0
|
||||||
@ -564,13 +564,17 @@ remove_all_tests
|
|||||||
%license pyagentx_LICENSE.txt
|
%license pyagentx_LICENSE.txt
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Thu May 22 2025 Michal Pospisil <mpospisi@redhat.com> - 0.10.18-2%dist.5
|
* Mon Jun 23 2025 Michal Pospisil <mpospisi@redhat.com> - 0.10.18-2%{?dist}.6
|
||||||
- Fixed CVE-2024-52804 by patching bundled Tornado
|
- Fixed CVE-2024-49761 by updating rubygem rexml
|
||||||
|
Resolves: RHEL-98708
|
||||||
|
|
||||||
|
* Thu May 22 2025 Michal Pospisil <mpospisi@redhat.com> - 0.10.18-2%{?dist}.5
|
||||||
|
- Fixed CVE-2024-47287 by patching bundled Tornado
|
||||||
Resolves: RHEL-93167
|
Resolves: RHEL-93167
|
||||||
- Fixed CVE-2025-46727 by updating bundled rubygem rack
|
- Fixed CVE-2025-46727 by updating bundled rubygem rack
|
||||||
Resolves: RHEL-90147
|
Resolves: RHEL-90147
|
||||||
|
|
||||||
* Tue Mar 4 2025 Michal Pospisil <mpospisi@redhat.com> - 0.10.18-2%dist.4
|
* Tue Mar 4 2025 Michal Pospisil <mpospisi@redhat.com> - 0.10.18-2%{?dist}.4
|
||||||
- Fixed CVE-2024-52804 by patching bundled Tornado
|
- Fixed CVE-2024-52804 by patching bundled Tornado
|
||||||
Resolves: RHEL-81924
|
Resolves: RHEL-81924
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user