1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00

sysutils/munin-{common,node,master}: Update to 2.0.76

PR:		279704
This commit is contained in:
takefu 2024-08-09 23:57:03 +02:00 committed by Florian Smeets
parent 6e2a8b350c
commit 6381b4df39
6 changed files with 7 additions and 31 deletions

View File

@ -1,6 +1,6 @@
PORTNAME= munin
PORTVERSION= ${MUNIN_VERSION}
PORTREVISION= 1
PORTREVISION= 0
CATEGORIES= sysutils perl5
PKGNAMESUFFIX= -common

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1704717976
SHA256 (munin-monitoring-munin-2.0.75_GH0.tar.gz) = 9ea2c8d81b96a19e8f26bb9ee6b2cc35790997a53e574c2d4beaf170e5173553
SIZE (munin-monitoring-munin-2.0.75_GH0.tar.gz) = 2258514
TIMESTAMP = 1723239449
SHA256 (munin-monitoring-munin-2.0.76_GH0.tar.gz) = 77e93349388cc4d9d56844ca434fd54b5fb04b14dba8fa340726251297a8c610
SIZE (munin-monitoring-munin-2.0.76_GH0.tar.gz) = 2258538

View File

@ -1,24 +0,0 @@
--- plugins/node.d/bind9_rndc.in.orig 2018-03-25 14:01:24 UTC
+++ plugins/node.d/bind9_rndc.in
@@ -13,6 +13,7 @@ The following environment variables are
env.rndc /usr/sbin/rndc
env.rndc_options
env.querystats /var/run/named.stats
+ env.rndckeyfile /etc/namedb/rndc.key
The user/group that runs the plugin must have read access to the stats
file. To change user or group (usually Munin plugins are run as
@@ -62,9 +63,11 @@ License not documented.
use strict;
my $rndc = defined($ENV{rndc}) ? $ENV{rndc} : '/usr/sbin/rndc';
-my $rndc_options = defined($ENV{rndc_options}) ? $ENV{rndc_options} : '';
+my $rndckeyfile = $ENV{rndckeyfile} ? $ENV{rndckeyfile} : '/etc/namedb/rndc.key';
my $querystats = $ENV{querystats} || '/var/run/named.stats';
my %IN;
+my @IN_KEYS;
+my @args = ("$rndc","-k","$rndckeyfile","stats");
# attempt to create log file if it doesn't exist
if ( ! -r $querystats ) {

View File

@ -1,6 +1,6 @@
LICENSE= GPLv2
MUNIN_VERSION= 2.0.75
MUNIN_VERSION= 2.0.76
USE_GITHUB= yes
GH_ACCOUNT= munin-monitoring
DISTINFO_FILE= ${.CURDIR}/../../sysutils/munin-common/distinfo

View File

@ -1,6 +1,6 @@
PORTNAME= munin
PORTVERSION= ${MUNIN_VERSION}
PORTREVISION= 2
PORTREVISION= 0
CATEGORIES= sysutils perl5
PKGNAMESUFFIX= -master

View File

@ -1,6 +1,6 @@
PORTNAME= munin
PORTVERSION= ${MUNIN_VERSION}
PORTREVISION= 2
PORTREVISION= 0
CATEGORIES= sysutils perl5
PKGNAMESUFFIX= -node