From ca93e60a277f0e780f163e70c41f1a831cce6a01 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Aug 24 2021 22:28:54 +0000 Subject: import grafana-7.5.9-3.el8 --- diff --git a/SPECS/grafana.spec b/SPECS/grafana.spec index 2ff54f1..eb3a2a4 100644 --- a/SPECS/grafana.spec +++ b/SPECS/grafana.spec @@ -20,7 +20,7 @@ end} Name: grafana Version: 7.5.9 -Release: 2%{?dist} +Release: 3%{?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 @@ -653,6 +657,9 @@ GOLANG_FIPS=1 go test -v ./pkg/util -run TestEncryption %changelog +* Mon Aug 16 2021 Andreas Gerstmayr 7.5.9-3 +- rebuild to resolve CVE-2021-34558 + * Thu Jul 08 2021 Andreas Gerstmayr 7.5.9-2 - remove unused dependency property-information - always include FIPS patch in SRPM