pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/grafana



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Dec 15 15:06:48 UTC 2023

Modified Files:
        pkgsrc/www/grafana: Makefile distinfo
Added Files:
        pkgsrc/www/grafana/patches: patch-conf_sample.ini

Log Message:
grafana: update default config to disable two phone-home settings

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.110 -r1.111 pkgsrc/www/grafana/Makefile
cvs rdiff -u -r1.43 -r1.44 pkgsrc/www/grafana/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/www/grafana/patches/patch-conf_sample.ini

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/grafana/Makefile
diff -u pkgsrc/www/grafana/Makefile:1.110 pkgsrc/www/grafana/Makefile:1.111
--- pkgsrc/www/grafana/Makefile:1.110   Thu Dec 14 20:08:29 2023
+++ pkgsrc/www/grafana/Makefile Fri Dec 15 15:06:48 2023
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.110 2023/12/14 20:08:29 wiz Exp $
+# $NetBSD: Makefile,v 1.111 2023/12/15 15:06:48 wiz Exp $
 
 DISTNAME=      grafana-10.1.0
-PKGREVISION=   5
+PKGREVISION=   6
 CATEGORIES=    www
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=grafana/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}

Index: pkgsrc/www/grafana/distinfo
diff -u pkgsrc/www/grafana/distinfo:1.43 pkgsrc/www/grafana/distinfo:1.44
--- pkgsrc/www/grafana/distinfo:1.43    Sat Sep  9 10:12:22 2023
+++ pkgsrc/www/grafana/distinfo Fri Dec 15 15:06:48 2023
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.43 2023/09/09 10:12:22 jperkin Exp $
+$NetBSD: distinfo,v 1.44 2023/12/15 15:06:48 wiz Exp $
 
 BLAKE2s (bazil.org_fuse_@v_v0.0.0-20160811212531-371fbbdaa898.mod) = ff8095283662ae2d2a1968bf429516c54586b1a6c4dc744657162e6781aa8ece
 SHA512 (bazil.org_fuse_@v_v0.0.0-20160811212531-371fbbdaa898.mod) = 7b3ef87f98485bb9ec325680f57d43a9bd76e90bdcfb1e798458f28f7d3addf91dbb6a07b654749468860981413ad2267df2d5f3535c85579e9f79d9328d355c
@@ -12024,6 +12024,7 @@ Size (xorm.io_core_@v_v0.7.3.mod) = 193 
 BLAKE2s (xorm.io_core_@v_v0.7.3.zip) = 5c41003b538f900e8fe8e018035ea37178453012f64c422a91dcfe20f71683ba
 SHA512 (xorm.io_core_@v_v0.7.3.zip) = 55a07d5a03f8eff5b6dc735c31516070fcea93039d541907a7254e89c57b68f43196afc64df924b7ec26bd74de7983b145f6466b8b5005e8fd52cc8f696bf48e
 Size (xorm.io_core_@v_v0.7.3.zip) = 31222 bytes
+SHA1 (patch-conf_sample.ini) = 1bccc24213f598a618b062a04877b7d375973ccf
 SHA1 (patch-go.mod) = 8f94b85e8f846b517a2eea3fc32cde3e8bcbcf66
 SHA1 (patch-go.sum) = bef3ccec2f3e3a78cc4d31023c7dc252af342605
 SHA1 (patch-pkg_build_cmd.go) = 6d550f8413fb3752c558d46f691f8f7d862cd7fa

Added files:

Index: pkgsrc/www/grafana/patches/patch-conf_sample.ini
diff -u /dev/null pkgsrc/www/grafana/patches/patch-conf_sample.ini:1.1
--- /dev/null   Fri Dec 15 15:06:48 2023
+++ pkgsrc/www/grafana/patches/patch-conf_sample.ini    Fri Dec 15 15:06:48 2023
@@ -0,0 +1,22 @@
+$NetBSD: patch-conf_sample.ini,v 1.1 2023/12/15 15:06:48 wiz Exp $
+
+Disable two phone-home settings.
+
+--- conf/sample.ini.orig       2023-12-15 15:05:19.115979301 +0000
++++ conf/sample.ini
+@@ -244,6 +244,7 @@
+ # running instances, dashboard and error counts. It is very helpful to us.
+ # Change this option to false to disable reporting.
+ ;reporting_enabled = true
++reporting_enabled = false
+ 
+ # The name of the distributor of the Grafana instance. Ex hosted-grafana, grafana-labs
+ ;reporting_distributor = grafana-labs
+@@ -254,6 +255,7 @@
+ # This option does not cause any auto updates, nor send any information
+ # only a GET request to https://raw.githubusercontent.com/grafana/grafana/main/latest.json to get the latest version.
+ ;check_for_updates = true
++check_for_updates = false
+ 
+ # Set to false to disable all checks to https://grafana.com
+ # for new versions of plugins. The check is used



Home | Main Index | Thread Index | Old Index