Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Mar 2020 19:28:28 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r529914 - in head/sysutils/munin-common: . files
Message-ID:  <202003301928.02UJSSjN045310@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Mon Mar 30 19:28:27 2020
New Revision: 529914
URL: https://svnweb.freebsd.org/changeset/ports/529914

Log:
  Update to 2.0.59.

Modified:
  head/sysutils/munin-common/distinfo   (contents, props changed)
  head/sysutils/munin-common/files/patch-Makefile   (contents, props changed)
  head/sysutils/munin-common/files/patch-node_lib_Munin_Node_Server.pm   (contents, props changed)
  head/sysutils/munin-common/files/patch-node_sbin_munin-node   (contents, props changed)
  head/sysutils/munin-common/files/patch-plugins_node.d.freebsd_df.in   (contents, props changed)
  head/sysutils/munin-common/files/patch-plugins_node.d_ipmi__.in   (contents, props changed)
  head/sysutils/munin-common/munin.mk

Modified: head/sysutils/munin-common/distinfo
==============================================================================
--- head/sysutils/munin-common/distinfo	Mon Mar 30 19:28:24 2020	(r529913)
+++ head/sysutils/munin-common/distinfo	Mon Mar 30 19:28:27 2020	(r529914)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1583926528
-SHA256 (munin-2.0.57.tar.gz) = b51ca4fd73c3ceb232c17ef4d8ba96ae2d39482df6532109ae2baaf2da0eb297
-SIZE (munin-2.0.57.tar.gz) = 2266092
+TIMESTAMP = 1585594593
+SHA256 (munin-2.0.59.tar.gz) = 89121257444577467ad73f87490eeb79740188d82d0dcfb2a2b0b3dd15131bcd
+SIZE (munin-2.0.59.tar.gz) = 2267792

Modified: head/sysutils/munin-common/files/patch-Makefile
==============================================================================
--- head/sysutils/munin-common/files/patch-Makefile	Mon Mar 30 19:28:24 2020	(r529913)
+++ head/sysutils/munin-common/files/patch-Makefile	Mon Mar 30 19:28:27 2020	(r529914)
@@ -1,8 +1,8 @@
 Install things at the correct places.
 
---- Makefile.orig	2019-11-20 19:39:52 UTC
+--- Makefile.orig	2020-03-24 12:31:00 UTC
 +++ Makefile
-@@ -95,96 +95,77 @@ install: install-master-prime install-common-prime ins
+@@ -94,96 +94,77 @@ install: install-master-prime install-common-prime ins
  
  install-pre: $(MAKEFILES)
  	@$(CHECKUSER)
@@ -137,7 +137,7 @@ Install things at the correct places.
  		fi \
  	done
  
-@@ -195,14 +176,14 @@ install-plugins-java: build-plugins-java
+@@ -194,14 +175,14 @@ install-plugins-java: build-plugins-java
  install-async-prime: install-async
  
  install-async:
@@ -156,7 +156,7 @@ Install things at the correct places.
  
  
  install-common-prime: build-common install-common
-@@ -519,7 +500,7 @@ t/install:
+@@ -518,7 +499,7 @@ t/install:
  
  # This builds */Build from Build.PL
  %/Build: %/Build.PL
@@ -165,7 +165,7 @@ Install things at the correct places.
  
  build-%: %/Build
  	cd $* && $(PERL) Build
-@@ -535,6 +516,7 @@ install-%: %/Build
+@@ -534,6 +515,7 @@ install-%: %/Build
  		--install_path script=$(BINDIR) \
  		--install_path sbin=$(SBINDIR) \
  		--install_path bindoc=$(MANDIR)/man1 \

Modified: head/sysutils/munin-common/files/patch-node_lib_Munin_Node_Server.pm
==============================================================================
--- head/sysutils/munin-common/files/patch-node_lib_Munin_Node_Server.pm	Mon Mar 30 19:28:24 2020	(r529913)
+++ head/sysutils/munin-common/files/patch-node_lib_Munin_Node_Server.pm	Mon Mar 30 19:28:27 2020	(r529914)
@@ -1,9 +1,9 @@
 Backporting: https://github.com/munin-monitoring/munin/commit/8ff5d5a9ec8b7ffd99dce61fee42defe7bda3b29
 See also: http://munin-monitoring.org/ticket/1451
 
---- node/lib/Munin/Node/Server.pm.orig	2020-03-09 01:59:44 UTC
+--- node/lib/Munin/Node/Server.pm.orig	2020-03-24 12:31:00 UTC
 +++ node/lib/Munin/Node/Server.pm
-@@ -343,7 +343,7 @@ sub _print_service {
+@@ -341,7 +341,7 @@ sub _print_service {
  sub _list_services {
      my ($session, $node) = @_;
  

Modified: head/sysutils/munin-common/files/patch-node_sbin_munin-node
==============================================================================
--- head/sysutils/munin-common/files/patch-node_sbin_munin-node	Mon Mar 30 19:28:24 2020	(r529913)
+++ head/sysutils/munin-common/files/patch-node_sbin_munin-node	Mon Mar 30 19:28:27 2020	(r529914)
@@ -1,9 +1,9 @@
 plugins run in taint mode because the uid is changed, so the path must not
 contain writable directories.
 
---- node/sbin/munin-node.orig	2020-03-09 01:59:44 UTC
+--- node/sbin/munin-node.orig	2020-03-24 12:31:00 UTC
 +++ node/sbin/munin-node
-@@ -55,6 +55,10 @@ sub main
+@@ -53,6 +53,10 @@ sub main
          $ENV{$key} = $1;
      }
  

Modified: head/sysutils/munin-common/files/patch-plugins_node.d.freebsd_df.in
==============================================================================
--- head/sysutils/munin-common/files/patch-plugins_node.d.freebsd_df.in	Mon Mar 30 19:28:24 2020	(r529913)
+++ head/sysutils/munin-common/files/patch-plugins_node.d.freebsd_df.in	Mon Mar 30 19:28:27 2020	(r529914)
@@ -1,8 +1,8 @@
 Ignore autofs too.
 
---- plugins/node.d.freebsd/df.in.orig	2018-06-29 00:50:01 UTC
+--- plugins/node.d.freebsd/df.in.orig	2020-03-24 12:31:00 UTC
 +++ plugins/node.d.freebsd/df.in
-@@ -24,7 +24,7 @@ if [ "$1" = "autoconf" ]; then
+@@ -22,7 +22,7 @@ if [ "$1" = "autoconf" ]; then
  	exit 0
  fi
  

Modified: head/sysutils/munin-common/files/patch-plugins_node.d_ipmi__.in
==============================================================================
--- head/sysutils/munin-common/files/patch-plugins_node.d_ipmi__.in	Mon Mar 30 19:28:24 2020	(r529913)
+++ head/sysutils/munin-common/files/patch-plugins_node.d_ipmi__.in	Mon Mar 30 19:28:27 2020	(r529914)
@@ -1,8 +1,8 @@
 awk works just fine here.
 
---- plugins/node.d/ipmi_.in.orig	2017-01-18 20:25:20 UTC
+--- plugins/node.d/ipmi_.in.orig	2020-03-24 12:31:00 UTC
 +++ plugins/node.d/ipmi_.in
-@@ -73,7 +73,7 @@ export CONFIG MEASURE
+@@ -76,7 +76,7 @@ export CONFIG MEASURE
  
  #### Work is done in this awk script
  

Modified: head/sysutils/munin-common/munin.mk
==============================================================================
--- head/sysutils/munin-common/munin.mk	Mon Mar 30 19:28:24 2020	(r529913)
+++ head/sysutils/munin-common/munin.mk	Mon Mar 30 19:28:27 2020	(r529914)
@@ -1,6 +1,6 @@
 LICENSE=	GPLv2
 
-MUNIN_VERSION=	2.0.57
+MUNIN_VERSION=	2.0.59
 MUNIN_SITES=	http://downloads.munin-monitoring.org/munin/stable/${MUNIN_VERSION}/
 DISTINFO_FILE=	${.CURDIR}/../../sysutils/munin-common/distinfo
 PATCHDIR=	${.CURDIR}/../../sysutils/munin-common/files



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202003301928.02UJSSjN045310>