Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] monitoring-plugins: update to 2.3.1
@ 2021-12-25  2:13 klarasm
  2021-12-26  2:22 ` ericonr
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: klarasm @ 2021-12-25  2:13 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 719 bytes --]

There is a new pull request by klarasm against master on the void-packages repository

https://github.com/klarasm/void-packages monitoring-plugins-update
https://github.com/void-linux/void-packages/pull/34690

monitoring-plugins: update to 2.3.1
also add bind-utils to hostmakedepends as nslookup is needed to build check_dns

#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-musl)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - aarch64
  - armv6l-musl

A patch file from https://github.com/void-linux/void-packages/pull/34690.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-monitoring-plugins-update-34690.patch --]
[-- Type: text/x-diff, Size: 1634 bytes --]

From 9cb924310c0535d2642ab1e08cfc0c68e8fc02da Mon Sep 17 00:00:00 2001
From: Klara Modin <klarasmodin@gmail.com>
Date: Sat, 25 Dec 2021 02:16:21 +0100
Subject: [PATCH] monitoring-plugins: update to 2.3.1

also add bind-utils to hostmakedepends as nslookup is needed to build check_dns
---
 srcpkgs/monitoring-plugins/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/monitoring-plugins/template b/srcpkgs/monitoring-plugins/template
index e6117e8fe6f0..a33df765f850 100644
--- a/srcpkgs/monitoring-plugins/template
+++ b/srcpkgs/monitoring-plugins/template
@@ -1,10 +1,10 @@
 # Template file for 'monitoring-plugins'
 pkgname=monitoring-plugins
-version=2.2
-revision=9
+version=2.3.1
+revision=1
 build_style=gnu-configure
 configure_args="--libexecdir=/usr/lib/monitoring-plugins"
-hostmakedepends="fping openssh postfix procps-ng smbclient net-snmp"
+hostmakedepends="fping openssh postfix procps-ng smbclient net-snmp bind-utils"
 makedepends="libldap-devel libmariadbclient-devel postgresql-libs-devel
  zlib-devel"
 depends="iputils procps-ng"
@@ -14,7 +14,7 @@ maintainer="Corné Oppelaar <hello@eaterofco.de>"
 license="GPL-3.0-or-later"
 homepage="https://www.monitoring-plugins.org/"
 distfiles="${homepage}/download/${pkgname}-${version}.tar.gz"
-checksum=296a538f00a9cbef7f528ff2d43af357a44b384dc98a32389a675b62a6dd3665
+checksum=f56eb84871983fd719247249e3532228b37e2efaae657a3979bd14ac1f84a35b
 
 do_configure() {
 	./configure ${configure_args} --with-ping-command='/usr/bin/iputils-ping -n -U -w %d -c %d %s' --with-ping6-command='/usr/bin/iputils-ping6 -n -U -w %d -c %d %s'

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2022-01-03 22:47 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-25  2:13 [PR PATCH] monitoring-plugins: update to 2.3.1 klarasm
2021-12-26  2:22 ` ericonr
2021-12-26  2:22 ` ericonr
2021-12-26 19:41 ` [PR PATCH] [Updated] " klarasm
2021-12-26 19:43 ` klarasm
2021-12-26 19:44 ` klarasm
2021-12-26 19:47 ` klarasm
2021-12-26 20:04 ` klarasm
2021-12-26 20:26 ` klarasm
2021-12-27 20:17 ` klarasm
2022-01-03 22:47 ` [PR PATCH] [Merged]: " ericonr

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).