FreeBSD Bugzilla – Attachment 251427 Details for
Bug 279704
sysutils/munin*: Update to 2.0.76 and contrib git.2024-05-15
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
munin-2.0.76+contrib20240515_1f1e5d3.patch
munin-2.0.76+contrib20240515_1f1e5d3.patch (text/plain), 4.67 KB, created by
takefu
on 2024-06-13 05:03:55 UTC
(
hide
)
Description:
munin-2.0.76+contrib20240515_1f1e5d3.patch
Filename:
MIME Type:
Creator:
takefu
Created:
2024-06-13 05:03:55 UTC
Size:
4.67 KB
patch
obsolete
>diff -udprN /usr/ports/sysutils/munin-common/Makefile ./Makefile >--- /usr/ports/sysutils/munin-common/Makefile 2024-03-07 15:00:26.543722000 +0000 >+++ ./Makefile 2024-06-13 04:50:44.932796000 +0000 >@@ -1,6 +1,6 @@ > PORTNAME= munin > PORTVERSION= ${MUNIN_VERSION} >-PORTREVISION= 1 >+#PORTREVISION= 0 > CATEGORIES= sysutils perl5 > PKGNAMESUFFIX= -common > >diff -udprN /usr/ports/sysutils/munin-common/distinfo ./distinfo >--- /usr/ports/sysutils/munin-common/distinfo 2024-01-10 03:25:13.173277000 +0000 >+++ ./distinfo 2024-06-13 03:33:25.745247000 +0000 >@@ -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 = 1718249605 >+SHA256 (munin-monitoring-munin-2.0.76_GH0.tar.gz) = 77e93349388cc4d9d56844ca434fd54b5fb04b14dba8fa340726251297a8c610 >+SIZE (munin-monitoring-munin-2.0.76_GH0.tar.gz) = 2258538 >diff -udprN /usr/ports/sysutils/munin-common/files/patch-plugins_node.d_bind9__rndc.in ./files/patch-plugins_node.d_bind9__rndc.in >--- /usr/ports/sysutils/munin-common/files/patch-plugins_node.d_bind9__rndc.in 2024-01-10 03:25:13.173828000 +0000 >+++ ./files/patch-plugins_node.d_bind9__rndc.in 1970-01-01 00:00:00.000000000 +0000 >@@ -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 ) { >- >diff -udprN /usr/ports/sysutils/munin-common/munin.mk ./munin.mk >--- /usr/ports/sysutils/munin-common/munin.mk 2024-03-07 15:00:26.543913000 +0000 >+++ ./munin.mk 2024-06-13 03:33:14.311442000 +0000 >@@ -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 >diff -udprN /usr/ports/sysutils/munin-master/Makefile ./Makefile >--- /usr/ports/sysutils/munin-master/Makefile 2024-03-07 15:00:26.544294000 +0000 >+++ ./Makefile 2024-06-13 03:41:22.017810000 +0000 >@@ -1,6 +1,6 @@ > PORTNAME= munin > PORTVERSION= ${MUNIN_VERSION} >-PORTREVISION= 1 >+#PORTREVISION= 0 > CATEGORIES= sysutils perl5 > PKGNAMESUFFIX= -master > >diff -udprN /usr/ports/sysutils/munin-node/Makefile ./Makefile >--- /usr/ports/sysutils/munin-node/Makefile 2024-03-07 15:00:26.545345000 +0000 >+++ ./Makefile 2024-06-13 03:35:40.344221000 +0000 >@@ -1,6 +1,6 @@ > PORTNAME= munin > PORTVERSION= ${MUNIN_VERSION} >-PORTREVISION= 2 >+#PORTREVISION= 0 > CATEGORIES= sysutils perl5 > PKGNAMESUFFIX= -node > >diff -udprN /usr/ports/sysutils/munin-contrib/Makefile ./Makefile >--- /usr/ports/sysutils/munin-contrib/Makefile 2024-01-10 03:25:13.174924000 +0000 >+++ ./Makefile 2024-06-13 04:27:08.833565000 +0000 >@@ -1,5 +1,5 @@ > PORTNAME= contrib >-DISTVERSION= git.2023-12-23 >+DISTVERSION= git.2024-05-15 > CATEGORIES= sysutils > PKGNAMEPREFIX= munin- > >@@ -15,7 +15,7 @@ USES= python:env shebangfix uniquefiles:dirs > > USE_GITHUB= yes > GH_ACCOUNT= munin-monitoring >-GH_TAGNAME= b963a96 >+GH_TAGNAME= 1f1e5d3 > GH_TUPLE= shuque:bind9stats:687c94a:bind9stats > > DUMMYBASE= "" >diff -udprN /usr/ports/sysutils/munin-contrib/distinfo ./distinfo >--- /usr/ports/sysutils/munin-contrib/distinfo 2024-01-10 03:25:13.175089000 +0000 >+++ ./distinfo 2024-06-13 04:27:18.039237000 +0000 >@@ -1,5 +1,5 @@ >-TIMESTAMP = 1704795689 >-SHA256 (munin-monitoring-contrib-git.2023-12-23-b963a96_GH0.tar.gz) = a5c143334bc97081aee3f786aeac2b50fa1ba31541a0ae8546a0bbe01b9893e1 >-SIZE (munin-monitoring-contrib-git.2023-12-23-b963a96_GH0.tar.gz) = 8851334 >+TIMESTAMP = 1718252838 >+SHA256 (munin-monitoring-contrib-git.2024-05-15-1f1e5d3_GH0.tar.gz) = dc7fd3d749e9455334a13cc20eb8896afe438cdf84d3db3023540ad0c1741454 >+SIZE (munin-monitoring-contrib-git.2024-05-15-1f1e5d3_GH0.tar.gz) = 8929301 > SHA256 (shuque-bind9stats-687c94a_GH0.tar.gz) = 48f5987022325869b205f48e17390d631808f8bf60885016733b6ad4ef60e30d > SIZE (shuque-bind9stats-687c94a_GH0.tar.gz) = 971648
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 279704
: 251427