Compare commits

...

3 Commits
c8 ... a8

View File

@ -33,7 +33,7 @@ end}
Name: grafana
Version: 9.2.10
Release: 6%{?dist}
Release: 8%{?dist}.alma.1
Summary: Metrics dashboard and graph editor
License: AGPLv3
URL: https://grafana.org
@ -90,7 +90,7 @@ ExclusiveArch: %{grafana_arches}
BuildRequires: systemd
BuildRequires: systemd-rpm-macros
BuildRequires: golang >= 1.17
BuildRequires: golang
BuildRequires: go-srpm-macros
%if 0%{?rhel} >= 9
BuildRequires: go-rpm-macros
@ -933,6 +933,12 @@ OPENSSL_FORCE_FIPS_MODE=1 GOLANG_FIPS=1 go test -v ./pkg/util -run TestEncryptio
%changelog
* Wed Apr 03 2024 Andrew Lukoshko <alukoshko@almalinux.org> 9.2.10-8.alma.1
- golang-fips/openssl: Memory leaks in code encrypting and decrypting RSA payloads (CVE-2024-1394)
* Thu Oct 19 2023 Eduard Abdullin <eabdullin@almalinux.org> 9.2.10-7.alma.1
- Rebuild for new golang release
* Fri Jul 21 2023 Stan Cox <scox@redhat.com> 9.2.10-6
- Add /usr/share/grafana to systemd-sysusers --replace