pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net



Module Name:    pkgsrc
Committed By:   markd
Date:           Wed Jul  2 05:37:01 UTC 2025

Modified Files:
        pkgsrc/net/nagios-plugin-ldap: Makefile
        pkgsrc/net/nagios-plugin-mysql: Makefile
        pkgsrc/net/nagios-plugin-pgsql: Makefile
        pkgsrc/net/nagios-plugin-radius: Makefile
        pkgsrc/net/nagios-plugin-snmp: Makefile
        pkgsrc/net/nagios-plugins: Makefile Makefile.common PLIST.Linux
            distinfo

Log Message:
nagios-plugin*: update to 2.4.11

2.4.11 2024-08-01
check_dig: Fixed issue where exact matching broke backwards compatability,
   and added new option to enforce exact matching
check_swap: Allow the plugin to run without warning/critical thresholds

2.4.10 2024-04-30
check_mailq: Add config directory option and update pattern matching for
   exim mailservers
check_icmp: Very minor change to plugin output
Update majority of the test suite to working condition

2.4.9 2024-03-21
check_snmp: Robustly fixes incorrect integer return value parsing

2.4.8 2023-12-7
check_snmp: Fixed issue where Timeticks would incorrectly show
   "No valid data returned"

2.4.7 2023-11-16
check_ntp.pl: Fix warning/critical threshold information missing from
   performance data output
check_ntp.pl: Fix issues when NTP server has a positive time offset
check_snmp: Fixed issue where plugin returned OK for missing OID
check_snmp: Fixed issue where OID name with numeric data was misinterpreted
   as OID value

2.4.6 2023-08-01
check_log: Fixed issue where /tmp directory would fill with unnecessary
   information
check_mailq: Correctly handle "Mail queue is empty" when monitoring Postfix
   over SSMTP
check_oracle: Reduce false positives when looking for "OK" messages
utils: Fix compiler warnings

2.4.5 2023-06-01
check_dns: Fix buffer overflow on Ubuntu 22.04
check_sensors: Use grep instead of deprecated egrep
check_tcp: Add --sni as an alias to -N
check_by_ssh: Prevent users from using ProxyCommand/LocalCommand/PermitLocalCommand
   (./configure --with-unrestricted-ssh-options=yes to re-enable)
build: fix bug when using VPATH builds

2.4.4 2023-04-14
check_log: improve file readability test to accommodate CAP_DAC_READ_SEARCH
  and similar
check_mrtgtraf: fix incorrect out_pct performance data metric
check_ping: handle "bad checksum" warning from ping output


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/net/nagios-plugin-ldap/Makefile
cvs rdiff -u -r1.23 -r1.24 pkgsrc/net/nagios-plugin-mysql/Makefile
cvs rdiff -u -r1.25 -r1.26 pkgsrc/net/nagios-plugin-pgsql/Makefile
cvs rdiff -u -r1.23 -r1.24 pkgsrc/net/nagios-plugin-radius/Makefile
cvs rdiff -u -r1.33 -r1.34 pkgsrc/net/nagios-plugin-snmp/Makefile
cvs rdiff -u -r1.61 -r1.62 pkgsrc/net/nagios-plugins/Makefile
cvs rdiff -u -r1.18 -r1.19 pkgsrc/net/nagios-plugins/Makefile.common
cvs rdiff -u -r1.1 -r1.2 pkgsrc/net/nagios-plugins/PLIST.Linux
cvs rdiff -u -r1.30 -r1.31 pkgsrc/net/nagios-plugins/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/nagios-plugin-ldap/Makefile
diff -u pkgsrc/net/nagios-plugin-ldap/Makefile:1.23 pkgsrc/net/nagios-plugin-ldap/Makefile:1.24
--- pkgsrc/net/nagios-plugin-ldap/Makefile:1.23 Tue Oct 24 22:10:25 2023
+++ pkgsrc/net/nagios-plugin-ldap/Makefile      Wed Jul  2 05:37:00 2025
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.23 2023/10/24 22:10:25 wiz Exp $
+# $NetBSD: Makefile,v 1.24 2025/07/02 05:37:00 markd Exp $
 
 PKGNAME=       nagios-plugin-ldap-${PLUGINSVERSION}
-PKGREVISION=   1
 CATEGORIES=    net sysutils databases
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost

Index: pkgsrc/net/nagios-plugin-mysql/Makefile
diff -u pkgsrc/net/nagios-plugin-mysql/Makefile:1.23 pkgsrc/net/nagios-plugin-mysql/Makefile:1.24
--- pkgsrc/net/nagios-plugin-mysql/Makefile:1.23        Tue Oct 24 22:10:25 2023
+++ pkgsrc/net/nagios-plugin-mysql/Makefile     Wed Jul  2 05:37:00 2025
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.23 2023/10/24 22:10:25 wiz Exp $
+# $NetBSD: Makefile,v 1.24 2025/07/02 05:37:00 markd Exp $
 
 PKGNAME=       nagios-plugin-mysql-${PLUGINSVERSION}
-PKGREVISION=   1
 CATEGORIES=    net sysutils databases
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost

Index: pkgsrc/net/nagios-plugin-pgsql/Makefile
diff -u pkgsrc/net/nagios-plugin-pgsql/Makefile:1.25 pkgsrc/net/nagios-plugin-pgsql/Makefile:1.26
--- pkgsrc/net/nagios-plugin-pgsql/Makefile:1.25        Tue Oct 24 22:10:25 2023
+++ pkgsrc/net/nagios-plugin-pgsql/Makefile     Wed Jul  2 05:37:00 2025
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.25 2023/10/24 22:10:25 wiz Exp $
+# $NetBSD: Makefile,v 1.26 2025/07/02 05:37:00 markd Exp $
 
 PKGNAME=       nagios-plugin-pgsql-${PLUGINSVERSION}
-PKGREVISION=   1
 CATEGORIES=    net sysutils databases
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost

Index: pkgsrc/net/nagios-plugin-radius/Makefile
diff -u pkgsrc/net/nagios-plugin-radius/Makefile:1.23 pkgsrc/net/nagios-plugin-radius/Makefile:1.24
--- pkgsrc/net/nagios-plugin-radius/Makefile:1.23       Tue Oct 24 22:10:25 2023
+++ pkgsrc/net/nagios-plugin-radius/Makefile    Wed Jul  2 05:37:00 2025
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.23 2023/10/24 22:10:25 wiz Exp $
+# $NetBSD: Makefile,v 1.24 2025/07/02 05:37:00 markd Exp $
 
 PKGNAME=       nagios-plugin-radius-${PLUGINSVERSION}
-PKGREVISION=   1
 CATEGORIES=    net sysutils
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost

Index: pkgsrc/net/nagios-plugin-snmp/Makefile
diff -u pkgsrc/net/nagios-plugin-snmp/Makefile:1.33 pkgsrc/net/nagios-plugin-snmp/Makefile:1.34
--- pkgsrc/net/nagios-plugin-snmp/Makefile:1.33 Tue Oct 24 22:10:26 2023
+++ pkgsrc/net/nagios-plugin-snmp/Makefile      Wed Jul  2 05:37:00 2025
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.33 2023/10/24 22:10:26 wiz Exp $
+# $NetBSD: Makefile,v 1.34 2025/07/02 05:37:00 markd Exp $
 
 PKGNAME=       nagios-plugin-snmp-${PLUGINSVERSION}
-PKGREVISION=   1
 CATEGORIES=    net sysutils
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost

Index: pkgsrc/net/nagios-plugins/Makefile
diff -u pkgsrc/net/nagios-plugins/Makefile:1.61 pkgsrc/net/nagios-plugins/Makefile:1.62
--- pkgsrc/net/nagios-plugins/Makefile:1.61     Sun Jun  1 18:41:25 2025
+++ pkgsrc/net/nagios-plugins/Makefile  Wed Jul  2 05:37:00 2025
@@ -1,6 +1,5 @@
-# $NetBSD: Makefile,v 1.61 2025/06/01 18:41:25 vins Exp $
+# $NetBSD: Makefile,v 1.62 2025/07/02 05:37:00 markd Exp $
 
-PKGREVISION=   2
 CATEGORIES=    net sysutils
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost

Index: pkgsrc/net/nagios-plugins/Makefile.common
diff -u pkgsrc/net/nagios-plugins/Makefile.common:1.18 pkgsrc/net/nagios-plugins/Makefile.common:1.19
--- pkgsrc/net/nagios-plugins/Makefile.common:1.18      Fri Mar 17 12:44:15 2023
+++ pkgsrc/net/nagios-plugins/Makefile.common   Wed Jul  2 05:37:00 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.18 2023/03/17 12:44:15 jperkin Exp $
+# $NetBSD: Makefile.common,v 1.19 2025/07/02 05:37:00 markd Exp $
 #
 # used by net/nagios-plugin-ldap/Makefile
 # used by net/nagios-plugin-mysql/Makefile
@@ -7,7 +7,7 @@
 # used by net/nagios-plugin-snmp/Makefile
 # used by net/nagios-plugins/Makefile
 
-PLUGINSVERSION=        2.4.3
+PLUGINSVERSION=        2.4.11
 DISTNAME=      nagios-plugins-${PLUGINSVERSION}
 MASTER_SITES?= http://nagios-plugins.org/download/
 

Index: pkgsrc/net/nagios-plugins/PLIST.Linux
diff -u pkgsrc/net/nagios-plugins/PLIST.Linux:1.1 pkgsrc/net/nagios-plugins/PLIST.Linux:1.2
--- pkgsrc/net/nagios-plugins/PLIST.Linux:1.1   Thu Nov  8 23:01:54 2018
+++ pkgsrc/net/nagios-plugins/PLIST.Linux       Wed Jul  2 05:37:00 2025
@@ -1,2 +1,3 @@
-@comment $NetBSD: PLIST.Linux,v 1.1 2018/11/08 23:01:54 maya Exp $
+@comment $NetBSD: PLIST.Linux,v 1.2 2025/07/02 05:37:00 markd Exp $
+libexec/nagios/check_dbi
 libexec/nagios/check_uptime

Index: pkgsrc/net/nagios-plugins/distinfo
diff -u pkgsrc/net/nagios-plugins/distinfo:1.30 pkgsrc/net/nagios-plugins/distinfo:1.31
--- pkgsrc/net/nagios-plugins/distinfo:1.30     Fri Mar 17 12:40:34 2023
+++ pkgsrc/net/nagios-plugins/distinfo  Wed Jul  2 05:37:00 2025
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.30 2023/03/17 12:40:34 jperkin Exp $
+$NetBSD: distinfo,v 1.31 2025/07/02 05:37:00 markd Exp $
 
-BLAKE2s (nagios-plugins-2.4.3.tar.gz) = e62a8afe8943759b50f31b9aa02e339125db24ad0c279b878867cb7a9d70b6f5
-SHA512 (nagios-plugins-2.4.3.tar.gz) = 28eb7ec0f51a4c62f134557293bf18dac3a27378b021fc1c3aa4da7a18107c4251ffdddd6ccf5c2465a4e96e0e43e184d28a27606dc2f666420d387b6c3e9a9c
-Size (nagios-plugins-2.4.3.tar.gz) = 2781759 bytes
+BLAKE2s (nagios-plugins-2.4.11.tar.gz) = 8d6710018022e86fde1ce847ec74a0e16d5ec1513dc8d4c75320be523eda8cf7
+SHA512 (nagios-plugins-2.4.11.tar.gz) = f3623ff710957adb0f335b25c1147141c7819cc9bd0365b6e0aa8cf2bf418d15014b6aff6d3e21d4ac1b138fbee569d1396bd88d3f3a2fd14b57a7b04d5b370b
+Size (nagios-plugins-2.4.11.tar.gz) = 2753049 bytes
 SHA1 (patch-configure) = 94e7095cb6039e06c263c3fd6f962cbdf736b2a7
 SHA1 (patch-gl_gettext.h) = c6e4917c30a1c4cceb46d1236fe9d2ff24359586
 SHA1 (patch-lib_Makefile.in) = bdc62254e08503436b032a4d54f26836ef3f2e12



Home | Main Index | Thread Index | Old Index