diff options
| -rw-r--r-- | NEWS | 18 | ||||
| -rwxr-xr-x | NP-VERSION-GEN | 2 | ||||
| -rw-r--r-- | THANKS.in | 2 | ||||
| -rw-r--r-- | configure.ac | 2 |
4 files changed, 22 insertions, 2 deletions
| @@ -1,6 +1,11 @@ | |||
| 1 | This file documents the major additions and syntax changes between releases. | 1 | This file documents the major additions and syntax changes between releases. |
| 2 | 2 | ||
| 3 | 3.0.1 1st July 2026 | 3 | 3.0.1 1st July 2026 |
| 4 | Codename: Mileva Marić | ||
| 5 | |||
| 6 | This release fixes a potential local privilege escalation vulnerability | ||
| 7 | in 'check_icmp' which was introduced in 3.0.0. | ||
| 8 | |||
| 4 | FIXES | 9 | FIXES |
| 5 | * check_icmp | 10 | * check_icmp |
| 6 | * Reject more than 65535 target hosts to prevent a buffer overflow | 11 | * 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. | |||
| 9 | threshold is given | 14 | threshold is given |
| 10 | * Reject negative ICMP data length (-b) to prevent a buffer overflow | 15 | * Reject negative ICMP data length (-b) to prevent a buffer overflow |
| 11 | when building the ICMP packet | 16 | when building the ICMP packet |
| 17 | * check_curl | ||
| 18 | * Populate the DNS cache when resolving locally instead of remotely | ||
| 19 | * other smaller improvements | ||
| 20 | * check_mysql_query | ||
| 21 | * Add option '--queryname' to replace the actual query in output | ||
| 22 | * check_mysql: | ||
| 23 | * Fix casing of the MariaDB string | ||
| 24 | |||
| 25 | * General | ||
| 26 | * if the net-snmp library is not available at compile time 'check_snmp' will not be build | ||
| 27 | but the build itself will not fail. | ||
| 28 | This reproduces the behaviour before 3.0.0, where the lack of 'snmpget' caused | ||
| 29 | 'check_snmp' to be removed from build targets | ||
| 12 | 30 | ||
| 13 | 3.0.0 16th Jun 2026 | 31 | 3.0.0 16th Jun 2026 |
| 14 | Codename: Johann Georg Elser | 32 | 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 @@ | |||
| 6 | SRC_ROOT=`dirname $0` | 6 | SRC_ROOT=`dirname $0` |
| 7 | 7 | ||
| 8 | NPVF=NP-VERSION-FILE | 8 | NPVF=NP-VERSION-FILE |
| 9 | DEF_VER=3.0.0git | 9 | DEF_VER=3.0.1git |
| 10 | 10 | ||
| 11 | LF=' | 11 | LF=' |
| 12 | ' | 12 | ' |
| @@ -440,3 +440,5 @@ Dennis | |||
| 440 | Firstyear | 440 | Firstyear |
| 441 | inqrphl | 441 | inqrphl |
| 442 | William | 442 | William |
| 443 | Christopher Kreft | ||
| 444 | Martin Rys | ||
diff --git a/configure.ac b/configure.ac index 41b39c7b..b17ac68b 100644 --- a/configure.ac +++ b/configure.ac | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | dnl Process this file with autoconf to produce a configure script. | 1 | dnl Process this file with autoconf to produce a configure script. |
| 2 | AC_PREREQ([2.64]) | 2 | AC_PREREQ([2.64]) |
| 3 | AC_INIT([monitoring-plugins],[3.0.0git]) | 3 | AC_INIT([monitoring-plugins],[3.0.1git]) |
| 4 | AC_CONFIG_SRCDIR(NPTest.pm) | 4 | AC_CONFIG_SRCDIR(NPTest.pm) |
| 5 | AC_CONFIG_FILES([gl/Makefile]) | 5 | AC_CONFIG_FILES([gl/Makefile]) |
| 6 | AC_CONFIG_AUX_DIR(build-aux) | 6 | AC_CONFIG_AUX_DIR(build-aux) |
