[monitoring-plugins] Release 3.0.2 (#2303)
GitHub
git at monitoring-plugins.org
Sun Jul 26 11:30:14 CEST 2026
Module: monitoring-plugins
Branch: master
Commit: ef44601b155020279bbabb5715fab9f6c8b20f48
Author: Lorenz Kästle <12514511+RincewindsHat at users.noreply.github.com>
Committer: GitHub <noreply at github.com>
Date: Sun Jul 26 11:29:35 2026 +0200
URL: https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=ef44601b
Release 3.0.2 (#2303)
---
NEWS | 13 +++++++++++++
NP-VERSION-GEN | 2 +-
configure.ac | 2 +-
3 files changed, 15 insertions(+), 2 deletions(-)
diff --git a/NEWS b/NEWS
index 4f9a4943..d1d55b2e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,18 @@
This file documents the major additions and syntax changes between releases.
+3.0.2 26th July 2026
+ Codename: Sophie Germain
+
+ This release fixes four potential security issue where plugins
+ network functionality did not react well to malicious responses.
+ These plugins are:
+ - check_real
+ - check_dhcp
+ - check_snmp
+ - check_curl
+
+ Additionally there are some small fixes for some compiler warnings
+
3.0.1 1st July 2026
Codename: Mileva Marić
diff --git a/NP-VERSION-GEN b/NP-VERSION-GEN
index e8def145..732085ad 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.1git
+DEF_VER=3.0.2git
LF='
'
diff --git a/configure.ac b/configure.ac
index 0d31667a..7da7456f 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.1git])
+AC_INIT([monitoring-plugins],[3.0.2git])
AC_CONFIG_SRCDIR(NPTest.pm)
AC_CONFIG_FILES([gl/Makefile])
AC_CONFIG_AUX_DIR(build-aux)
More information about the Commits
mailing list