import OL grafana-pcp-5.1.1-3.el9_4

This commit is contained in:
eabdullin 2024-09-24 05:29:11 +00:00
parent d9d3a7dd3d
commit 46aeadddda
5 changed files with 8 additions and 2 deletions

0
SOURCES/build_frontend.sh Executable file → Normal file
View File

0
SOURCES/create_bundles.sh Executable file → Normal file
View File

0
SOURCES/create_bundles_in_container.sh Executable file → Normal file
View File

0
SOURCES/list_bundled_nodejs_packages.py Executable file → Normal file
View File

View File

@ -16,7 +16,7 @@ end}
Name: grafana-pcp
Version: 5.1.1
Release: 1%{?dist}
Release: 3%{?dist}
Summary: Performance Co-Pilot Grafana Plugin
License: ASL 2.0
URL: https://github.com/performancecopilot/grafana-pcp
@ -130,7 +130,7 @@ bpftrace scripts from pmdabpftrace(1), as well as several dashboards.
%setup -q -T -D -b 2
%endif
%patch1 -p1
%patch -P 1 -p1
%build
@ -190,6 +190,12 @@ yarn test
%changelog
* Tue Sep 17 2024 Sam Feifer <sfeifer@redhat.com> 5.1.1-3
- Resolves RHEL-57930: CVE-2024-34156
* Tue Apr 16 2024 Sam Feifer <sfeifer@redhat.com> 5.1.1-2
- fix CVE-2024-1394
* Thu Oct 27 2022 Andreas Gerstmayr <agerstmayr@redhat.com> 5.1.1-1
- update to 5.1.1 tagged upstream community sources, see CHANGELOG
- resolve CVE-2022-27664 golang: net/http: handle server errors after sending GOAWAY