From b1a75dfdd6f3b94a7e51f157f3a0f4e22d749791 Mon Sep 17 00:00:00 2001 From: Andreas Gerstmayr Date: Aug 16 2021 13:29:29 +0000 Subject: rebuild to resolve CVE-2021-34558 --- diff --git a/grafana.spec b/grafana.spec index 8cd8912..80d58c5 100644 --- a/grafana.spec +++ b/grafana.spec @@ -20,7 +20,7 @@ end} Name: grafana Version: 7.5.9 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Metrics dashboard and graph editor License: ASL 2.0 URL: https://grafana.org @@ -29,10 +29,14 @@ URL: https://grafana.org Source0: https://github.com/grafana/grafana/archive/v%{version}/%{name}-%{version}.tar.gz # Source1 contains the bundled Go and Node.js dependencies +# Note: In case there were no changes to this tarball, the NVR of this tarball +# lags behind the NVR of the Grafana package. Source1: grafana-vendor-%{version}-2.tar.xz %if %{compile_frontend} == 0 # Source2 contains the precompiled frontend +# Note: In case there were no changes to this tarball, the NVR of this tarball +# lags behind the NVR of the Grafana package. Source2: grafana-webpack-%{version}-2.tar.gz %endif @@ -702,6 +706,9 @@ GOLANG_FIPS=1 go test -v ./pkg/util -run TestEncryption %changelog +* Mon Aug 16 2021 Andreas Gerstmayr 7.5.9-4 +- rebuild to resolve CVE-2021-34558 + * Thu Jul 22 2021 Fedora Release Engineering - 7.5.9-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild