aboutsummaryrefslogtreecommitdiff
path: root/sysutils/munin-common
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2020-01-20 13:13:38 +0000
committerMathieu Arnold <mat@FreeBSD.org>2020-01-20 13:13:38 +0000
commit1e799db5ab051b486e2938b71b7f28436a8d03ca (patch)
tree7e7862d7a7d691d377df05ab715a8a2b1e35bc8a /sysutils/munin-common
parent4b20583ea5220f27ce8b3c994bf1e9426daafcdf (diff)
downloadports-1e799db5ab051b486e2938b71b7f28436a8d03ca.tar.gz
ports-1e799db5ab051b486e2938b71b7f28436a8d03ca.zip
Update to 2.0.53.
Notes
Notes: svn path=/head/; revision=523619
Diffstat (limited to 'sysutils/munin-common')
-rw-r--r--sysutils/munin-common/distinfo6
-rw-r--r--sysutils/munin-common/files/patch-node_sbin_munin-run6
-rw-r--r--sysutils/munin-common/munin.mk2
3 files changed, 7 insertions, 7 deletions
diff --git a/sysutils/munin-common/distinfo b/sysutils/munin-common/distinfo
index d18a30b3341b..08be5bac7fad 100644
--- a/sysutils/munin-common/distinfo
+++ b/sysutils/munin-common/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1575893190
-SHA256 (munin-2.0.52.tar.gz) = c7e2aa4e4aff175d30addbed6faf779f176f036bba2d8a3e3a44bf801c77d77e
-SIZE (munin-2.0.52.tar.gz) = 2259116
+TIMESTAMP = 1579522454
+SHA256 (munin-2.0.53.tar.gz) = 30579d1249b420d4d890aafac00ce0f52afba5e74104ced40f9821c49abcd493
+SIZE (munin-2.0.53.tar.gz) = 2263588
diff --git a/sysutils/munin-common/files/patch-node_sbin_munin-run b/sysutils/munin-common/files/patch-node_sbin_munin-run
index f844a2373779..d1af74d4a398 100644
--- a/sysutils/munin-common/files/patch-node_sbin_munin-run
+++ b/sysutils/munin-common/files/patch-node_sbin_munin-run
@@ -1,7 +1,7 @@
---- node/sbin/munin-run.orig 2014-11-24 21:46:24 UTC
+--- node/sbin/munin-run.orig 2020-01-15 21:12:19 UTC
+++ node/sbin/munin-run
-@@ -52,6 +52,9 @@ sub main
- $ENV{$key} =~ /^(.*)$/;
+@@ -110,6 +110,9 @@ sub main
+ $ENV{$key} =~ /^(.*)$/s;
$ENV{$key} = $1;
}
+ # plugins run in taint mode because the uid is changed, so the path
diff --git a/sysutils/munin-common/munin.mk b/sysutils/munin-common/munin.mk
index 7011b2dba6fc..740ab5bde917 100644
--- a/sysutils/munin-common/munin.mk
+++ b/sysutils/munin-common/munin.mk
@@ -1,6 +1,6 @@
LICENSE= GPLv2
-MUNIN_VERSION= 2.0.52
+MUNIN_VERSION= 2.0.53
MUNIN_SITES= http://downloads.munin-monitoring.org/munin/stable/${MUNIN_VERSION}/
DISTINFO_FILE= ${.CURDIR}/../../sysutils/munin-common/distinfo
PATCHDIR= ${.CURDIR}/../../sysutils/munin-common/files