[monitoring-plugins] Release 3.0.1 (#2293)

GitHub git at monitoring-plugins.org
Wed Jul 1 14:00:14 CEST 2026


    Module: monitoring-plugins
    Branch: master
    Commit: f0381f88db11a2ac2666a58806e96e675e41cacb
    Author: Lorenz Kästle <12514511+RincewindsHat at users.noreply.github.com>
 Committer: GitHub <noreply at github.com>
      Date: Wed Jul  1 13:58:40 2026 +0200
       URL: https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=f0381f88

Release 3.0.1 (#2293)

---

 NEWS           | 18 ++++++++++++++++++
 NP-VERSION-GEN |  2 +-
 THANKS.in      |  2 ++
 configure.ac   |  2 +-
 4 files changed, 22 insertions(+), 2 deletions(-)

diff --git a/NEWS b/NEWS
index 13a2c0b5..4f9a4943 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,11 @@
 This file documents the major additions and syntax changes between releases.
 
 3.0.1 1st July 2026
+	Codename: Mileva Marić
+
+	This release fixes a potential local privilege escalation vulnerability
+	in 'check_icmp' which was introduced in 3.0.0.
+
 	FIXES
 	* check_icmp
 	  * Reject more than 65535 target hosts to prevent a buffer overflow
@@ -9,6 +14,19 @@ This file documents the major additions and syntax changes between releases.
 	    threshold is given
 	  * Reject negative ICMP data length (-b) to prevent a buffer overflow
 	    when building the ICMP packet
+	* check_curl
+	  * Populate the DNS cache when resolving locally instead of remotely
+	  * other smaller improvements
+	* check_mysql_query
+	  * Add option '--queryname' to replace the actual query in output
+	* check_mysql:
+	  * Fix casing of the MariaDB string
+
+	* General
+	  * if the net-snmp library is not available at compile time 'check_snmp' will not be build
+	    but the build itself will not fail.
+		This reproduces the behaviour before 3.0.0, where the lack of 'snmpget' caused
+		'check_snmp' to be removed from build targets
 
 3.0.0 16th Jun 2026
     Codename: Johann Georg Elser
diff --git a/NP-VERSION-GEN b/NP-VERSION-GEN
index 6572c9aa..e8def145 100755
--- a/NP-VERSION-GEN
+++ b/NP-VERSION-GEN
@@ -6,7 +6,7 @@
 SRC_ROOT=`dirname $0`
 
 NPVF=NP-VERSION-FILE
-DEF_VER=3.0.0git
+DEF_VER=3.0.1git
 
 LF='
 '
diff --git a/THANKS.in b/THANKS.in
index d1872423..569b1f9e 100644
--- a/THANKS.in
+++ b/THANKS.in
@@ -440,3 +440,5 @@ Dennis
 Firstyear
 inqrphl
 William
+Christopher Kreft
+Martin Rys
diff --git a/configure.ac b/configure.ac
index 41b39c7b..b17ac68b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to produce a configure script.
 AC_PREREQ([2.64])
-AC_INIT([monitoring-plugins],[3.0.0git])
+AC_INIT([monitoring-plugins],[3.0.1git])
 AC_CONFIG_SRCDIR(NPTest.pm)
 AC_CONFIG_FILES([gl/Makefile])
 AC_CONFIG_AUX_DIR(build-aux)



More information about the Commits mailing list