From 849379043f22357f6ff32edad69edba0a74b7ea4 Mon Sep 17 00:00:00 2001 From: Sam Feifer Date: Mon, 6 May 2024 12:48:32 -0400 Subject: [PATCH] Resolves: RHEL-30548 --- grafana-pcp.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/grafana-pcp.spec b/grafana-pcp.spec index 9a81a33..8d762a2 100644 --- a/grafana-pcp.spec +++ b/grafana-pcp.spec @@ -16,7 +16,7 @@ end} Name: grafana-pcp Version: 5.1.1 -Release: 1%{?dist} +Release: 2%{?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,9 @@ yarn test %changelog +* Mon May 6 2024 Sam Feifer 5.1.1-2 +- fix CVE-2024-1394 + * Thu Oct 27 2022 Andreas Gerstmayr 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