Hello,

Here's a small update to grafana which brings it up to the latest
in the 7.5.x line. Lightly tested on amd64 with no issues seen
loading/creating dashboards connected to an InfluxDB source.

Mostly security fixes in this one:
CVE-2022-21702
CVE-2022-21703
CVE-2022-21713
Alerting: Fix NoDataFound for alert rules using AND operator (#41305)

https://github.com/grafana/grafana/blob/main/CHANGELOG.md#7515-2022-02-08

Anyone else want to give it a spin?

Thanks,
Lucas
diff f8a008110ccb8b5d2075dbbd9e70d4c4162c032a /usr/ports
blob - b50ead16349c7d4375f0ebd4e3cbfcc5fd469fe7
file + sysutils/grafana/Makefile
--- sysutils/grafana/Makefile
+++ sysutils/grafana/Makefile
@@ -1,11 +1,11 @@
 COMMENT =      monitoring and metric analytics dashboards
 
-V =            7.5.11
+V =            7.5.15
 DISTNAME =     grafana+vendor-$V
 WRKDIST =      ${WRKDIR}/grafana-$V
-EXTRACT_SUFX = .tar.zstd
+EXTRACT_SUFX = .tar.zst
 PKGNAME =      grafana-$V
-BUILD_ID =     0cd8deb042c68e8113e4
+BUILD_ID =     dda071b8467acf508f8e
 
 CATEGORIES =   sysutils
 
@@ -19,7 +19,7 @@ DISTFILES =   ${DISTNAME}${EXTRACT_SUFX} \
 # grafana+vendor distfile generated by fetching archive from
 # https://github.com/grafana/grafana/archive/v$V/grafana-$V.tar.gz
 # and running "go mod tidy" + "go mod vendor"
-MASTER_SITES = https://rhaalovely.net/~landry/stuff/
+MASTER_SITES = https://ports.lucasraab.me/
 MASTER_SITES0 =        https://dl.grafana.com/oss/release/
 
 # Apache 2.0 (bundles roboto and opensans fonts)
blob - 81e7a9a3d39a828710545471759cc73fea63bc22
file + sysutils/grafana/distinfo
--- sysutils/grafana/distinfo
+++ sysutils/grafana/distinfo
@@ -1,4 +1,4 @@
-SHA256 (grafana+vendor-7.5.11.tar.zstd) = 
qWIl+v4PaHTkg72OGWISgYbfnPD8v3KzAivCnsJHbm0=
-SHA256 (grafana-7.5.11.linux-amd64.tar.gz) = 
MkTQztSNLelybJo71tXwjBtqCB1CZlQB4DP8SjHFfV0=
-SIZE (grafana+vendor-7.5.11.tar.zstd) = 21207028
-SIZE (grafana-7.5.11.linux-amd64.tar.gz) = 52218943
+SHA256 (grafana+vendor-7.5.15.tar.zst) = 
qRcYKHsBs44KGDVQJGiu1/YRg2MZytcunRqUCUO7pGc=
+SHA256 (grafana-7.5.15.linux-amd64.tar.gz) = 
G2lQLd/EkaXOKE9OoZjZT+7Xh98Y1XX/fykuq6xYN88=
+SIZE (grafana+vendor-7.5.15.tar.zst) = 21107286
+SIZE (grafana-7.5.15.linux-amd64.tar.gz) = 52222968

Reply via email to