mirror of
https://github.com/netbirdio/FreeBSD-ports.git
synced 2026-05-22 18:42:42 -07:00
Update to 2.0.57.
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1581933398
|
||||
SHA256 (munin-2.0.56.tar.gz) = 62e1d9ed9b7fac0ff92edda84a5367f28cb95a2e3582122e2fa874069559d7f2
|
||||
SIZE (munin-2.0.56.tar.gz) = 2264291
|
||||
TIMESTAMP = 1583926528
|
||||
SHA256 (munin-2.0.57.tar.gz) = b51ca4fd73c3ceb232c17ef4d8ba96ae2d39482df6532109ae2baaf2da0eb297
|
||||
SIZE (munin-2.0.57.tar.gz) = 2266092
|
||||
|
||||
@@ -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 2018-12-19 20:56:49 UTC
|
||||
--- node/lib/Munin/Node/Server.pm.orig 2020-03-09 01:59:44 UTC
|
||||
+++ node/lib/Munin/Node/Server.pm
|
||||
@@ -340,7 +340,7 @@ sub _print_service {
|
||||
@@ -343,7 +343,7 @@ sub _print_service {
|
||||
sub _list_services {
|
||||
my ($session, $node) = @_;
|
||||
|
||||
|
||||
@@ -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 2014-11-24 21:46:24 UTC
|
||||
--- node/sbin/munin-node.orig 2020-03-09 01:59:44 UTC
|
||||
+++ node/sbin/munin-node
|
||||
@@ -54,6 +54,10 @@ sub main
|
||||
@@ -55,6 +55,10 @@ sub main
|
||||
$ENV{$key} = $1;
|
||||
}
|
||||
|
||||
|
||||
@@ -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-run.orig 2020-01-20 19:32:33 UTC
|
||||
--- node/sbin/munin-run.orig 2020-03-09 01:59:44 UTC
|
||||
+++ node/sbin/munin-run
|
||||
@@ -115,6 +115,9 @@ sub main
|
||||
@@ -118,6 +118,9 @@ sub main
|
||||
$ENV{$key} =~ /^(.*)$/s;
|
||||
$ENV{$key} = $1;
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
LICENSE= GPLv2
|
||||
|
||||
MUNIN_VERSION= 2.0.56
|
||||
MUNIN_VERSION= 2.0.57
|
||||
MUNIN_SITES= http://downloads.munin-monitoring.org/munin/stable/${MUNIN_VERSION}/
|
||||
DISTINFO_FILE= ${.CURDIR}/../../sysutils/munin-common/distinfo
|
||||
PATCHDIR= ${.CURDIR}/../../sysutils/munin-common/files
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
%%SITE_PERL%%/Munin/Common/Config.pm
|
||||
%%SITE_PERL%%/Munin/Common/Daemon.pm
|
||||
%%SITE_PERL%%/Munin/Common/Defaults.pm
|
||||
%%SITE_PERL%%/Munin/Common/DictFile.pm
|
||||
%%SITE_PERL%%/Munin/Common/SyncDictFile.pm
|
||||
@@ -7,6 +8,7 @@
|
||||
%%SITE_PERL%%/Munin/Common/TLSServer.pm
|
||||
%%SITE_PERL%%/Munin/Common/Timeout.pm
|
||||
man/man3/Munin::Common::Config.3.gz
|
||||
man/man3/Munin::Common::Daemon.3.gz
|
||||
man/man3/Munin::Common::Defaults.3.gz
|
||||
man/man3/Munin::Common::TLS.3.gz
|
||||
man/man3/Munin::Common::TLSClient.3.gz
|
||||
|
||||
Reference in New Issue
Block a user