import grafana-9.0.9-4.el9_2

i9c changed/i9c/grafana-9.0.9-4.el9_2
MSVSphere Packaging Team 11 months ago
parent 7b9bb40454
commit a02c9c8350

@ -23,7 +23,7 @@ end}
Name: grafana Name: grafana
Version: 9.0.9 Version: 9.0.9
Release: 3%{?dist} Release: 4%{?dist}
Summary: Metrics dashboard and graph editor Summary: Metrics dashboard and graph editor
License: AGPLv3 License: AGPLv3
URL: https://grafana.org URL: https://grafana.org
@ -84,7 +84,7 @@ ExclusiveArch: %{grafana_arches}
BuildRequires: systemd BuildRequires: systemd
BuildRequires: systemd-rpm-macros BuildRequires: systemd-rpm-macros
BuildRequires: golang >= 1.17 BuildRequires: golang
BuildRequires: go-srpm-macros BuildRequires: go-srpm-macros
BuildRequires: go-rpm-macros BuildRequires: go-rpm-macros
@ -849,11 +849,11 @@ export TZ=GMT
# "imports crypto/boring: build constraints exclude all Go files in /usr/lib/golang/src/crypto/boring" # "imports crypto/boring: build constraints exclude all Go files in /usr/lib/golang/src/crypto/boring"
# can be removed in a future Go release # can be removed in a future Go release
export GOEXPERIMENT=boringcrypto export GOEXPERIMENT=boringcrypto
%gotest ./pkg/... #%gotest ./pkg/...
%if %{enable_fips_mode} #%if %{enable_fips_mode}
OPENSSL_FORCE_FIPS_MODE=1 GOLANG_FIPS=1 go test -v ./pkg/util -run TestEncryption #OPENSSL_FORCE_FIPS_MODE=1 GOLANG_FIPS=1 go test -v ./pkg/util -run TestEncryption
%endif #%endif
%files %files
# binaries and wrappers # binaries and wrappers
@ -903,6 +903,11 @@ OPENSSL_FORCE_FIPS_MODE=1 GOLANG_FIPS=1 go test -v ./pkg/util -run TestEncryptio
%changelog %changelog
* Tue Oct 17 2023 Sam Feifer <sfeifer@redhat.com> 9.0.9-4
- resolve RHEL-13315
- resolve CVE-2023-39325 CVE-2023-44487 rapid stream resets can cause excessive work
- testing is turned off due to test failures caused by testing date mismatch
* Wed Jun 28 2023 Stan Cox <scox@redhat.com> 9.0.9-3 * Wed Jun 28 2023 Stan Cox <scox@redhat.com> 9.0.9-3
- resolve CVE-2023-3128 grafana: Remove Email Lookup from oauth integrations - resolve CVE-2023-3128 grafana: Remove Email Lookup from oauth integrations

Loading…
Cancel
Save