aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoromni <omni+alpine@hack.org>2021-03-18 03:10:38 +0000
committeromni <omni+alpine@hack.org>2021-03-18 03:27:58 +0000
commit89d98d61c65479219a0c3e0408172bf2813a6158 (patch)
treede30c4beb273db7bb33805c0976b72cb0758b1f4
parentd860db4c2d08a5f84af799f99368cb3602faccd9 (diff)
community/munin: upgrade to 2.0.67
asterisk_* plugins are removed, here's why: https://github.com/munin-monitoring/munin/commit/3a5b759a3cb4110b04db420c0e7aaaf302a6993a
-rw-r--r--community/munin/APKBUILD6
-rw-r--r--community/munin/fix-build.patch2
2 files changed, 4 insertions, 4 deletions
diff --git a/community/munin/APKBUILD b/community/munin/APKBUILD
index 785052bfa8c..f7a4befdf24 100644
--- a/community/munin/APKBUILD
+++ b/community/munin/APKBUILD
@@ -2,7 +2,7 @@
# Contributor: Stefan Wagner <stw@bit-strickerei.de>
# Maintainer: Stefan Wagner <stw@bit-strickerei.de>
pkgname=munin
-pkgver=2.0.54
+pkgver=2.0.67
pkgrel=0
pkgdesc="A distributed monitoring/graphing tool"
url="http://munin-monitoring.org/"
@@ -57,9 +57,9 @@ node() {
"$subpkgdir"/etc/init.d/$subpkgname
}
-sha512sums="48bb785d6e40f940e265f2e4723c09ccb54a8218b7f76766a3be23f91d0eaa1180fd1698c50d738c95bb983c586345bf5f65d0dab0e16d40b22fc0121955756b munin-2.0.54.tar.gz
+sha512sums="1f3766b52b99f625ff9cf4d3748a8935abed32b129d2a4714e37118e0116019bee3c1fd0e95da416fb3e39c9be9df17d11bca7f5a835be65ac5147e8b9858417 munin-2.0.67.tar.gz
d39760b9c0546638feaf164ad132a0f384f1b70872de2251a328a27a64797501f926141a7273cd5e41a8c11ec4d7a4adda1863b02439d9caa8b216fac60d3062 munin-config.patch
-06061feb63a451fe45ea4271dac3d0b0f4758f877df9b0d734cc6057eadfec26765b65fd91d3a00febb66ac79c70c9468cc1548e39362adfc19809900aaf8aa9 fix-build.patch
+0c2c257ab1b218fa87439de6b5b73782492143bf625cdf18481fff97d648446554c5e1decb6dd44c8803b0ccf1eb6949398da261876093963a8230eda1afe0a8 fix-build.patch
194b742b2ff8312c4c42a8a77d1d9a80bc53ced2343248c36f4229b0b0d366e898487fb5e415f1f5ccea7210a7a86e25de5e45193dbb5d26d2d6a195f0597642 munin.crond
ee055a2bcb0ee3895190ac28b9474a50896e9c6d8f88bb93bc00fd802f313c00bc92fcbb46e22c545fb1c111d63398725c09a8bf7adc8a8977e1832b19f61044 munin-node.initd
0f4768033f63103cb41b3f3869ebe378098f85409a909afa311a49587cb6afcffe2b2199821cd41a08f41bbeba3d37121561406978960e3345fbccfd230040e6 munin.logrotate
diff --git a/community/munin/fix-build.patch b/community/munin/fix-build.patch
index b0cf98a4b48..69ee281fcae 100644
--- a/community/munin/fix-build.patch
+++ b/community/munin/fix-build.patch
@@ -6,7 +6,7 @@ index ff0f4c0..7755044 100644
+BEGIN { push @INC, '.'; }
use Module::Build;
- my $build = Module::Build->new(
+ my $version = `../getversion`;
diff --git a/master/Build.PL b/master/Build.PL
index 6dc31ea..e7de302 100644
--- a/master/Build.PL